Move directory
cd Foldername
Create directory
mkdir Foldername
Create a file
touch Filename.txt
Move a file
mv Filename.txt destination
Copy a file
cp Filename.txt
Used for reading and combining files
cat texta.txt textb.txt»_space;textc.txt
Search for patterns in files
grep ‘ls -l’ commands.txt
Change permissions`
chmod
e.g chmod ugo (+/-) rwx
Print text onto terminal window
$ echo Hello world
Delete directory
rmdir Foldername