Files, folders, and applications work the same way in the terminal as they do on normal computer, but instead of using the mouse to click, find, and open them, commands are typed into the command line to direct the computer what to do. The follow are some basic commands that are necessary to navigate the system and edit files. Remember capitalization counts!
...
man [command]...
cat
...
cat fileName1 [fileName2] ......
cd [directoryName]To go up a level:
cd .....
cp sourceFile targetFilecp sourceFile1 sourceFile2 ... targetDirectory...
ls [options]To view hidden files:
ls -a...
mkdir directoryName...
mv sourceFile1 sourceFile2 ... targetFile/Directory...
pwd...
rm [options] file1 file2 ......
rmdir directoryName...
tail fileNameIf there are any further questions, or there is an issue with the documentation, please contact rc-help@rit.edu for additional assistance.This wiki page is deprecated. You can find this documentation on our new documentation site: https://research-computing.git-pages.rit.edu/docs/basic_unix_commands.html