|
Unix Command
Basic Unix Commands:
File Commands:
- ls - lists files and directories in a directory
- cp - copies files
- mv - moves or renames files
- rm - removes files
- chmod - changes the permissions of files
Directory commands:
- cd - change directory
- mkdir - make a directory
- rmdir - remove a directory
- pwd - displays the current directory
Remember that man command will bring up a help file for the command.
Links from the web:
Unix users
guide c/o BU
|