Command |
Description |
cat |
Concatenate files and print on the standard output. |
cd |
Change the current working directory. |
chmod |
Change the permissions mode of a file. |
cp |
Copy files. |
date |
Print the date and time. |
echo |
Display a line of text. |
emacs |
Screen-oriented (visual) display editor |
grep |
Search a file for a pattern. |
ls |
List status information for files and directory contents. |
man |
Find and display reference manual pages. |
mkdir |
Make directories. |
more/page |
Browse or page through a text file. |
mv |
Move files. |
pwd |
The pwd (“print working directory”) tells you where you are in the file system by printing the current working directory. |
rm/rmdir |
Remove directory entries. |
vi |
Screen-oriented (visual) display editor |