List of Unix Commands

Unix Commands

FTP Commands | Vi Commands

Below is a list of basic Unix commands that allow you to navigate
through folders and modify files via a Unix command-line interface.

Command
Function
Example
cd Change directory cd mydirectory
pwd Display the current directory pwd
ls List the contents of a directory ls
ls documents
mv Change a filename mv main.c main.cc
cp Copy a file cp myfile.txt yourfile.txt
rm Remove (delete) a file rm badfile.c
mkdir Create a new directory mkdir programs
rmdir Remove (delete) a directory rmdir programs
clear Clear the screen clear
Control+C Force the current process to quit Control+C (^C)
exit Quit the current terminal session quit

Other Sharpened.net Resources

Online Shopping | Developer Resources | Sharp Sites | VI Reference