Basic UNIX Commands
The following is a list of basic UNIX commands that are important to know for beginners on the UNIX System.
- mkdir : Create Directory
- cd : Change directory
- cp : Copy file
- ls -l : List contents in directory in long form.
- chmod : Change file/directory permissions.
- rmdir : Remove Directory
- rm : Remove File
- pwd : Print the name of the current directory.
This page was made by Nathan M. Beyer CS403