Go to the previous, next section.
More information on dealing with files can be found in section Unix Files & NFS.
- mkdir
- creates new directory
- mv
- renames file; also moves files to directory and deletes originals
- rm
- deletes file
- rmdir
- deletes empty directory
- cp
- copies file
- cd
- changes current directory
- vi
- edit a file with vi
- emacs
- full scale emacs editor
Go to the previous, next section.