Linux® Command Cheatsheet:

Frequently Used Linux Commands Unraveled.

Linux® Command Cheatsheet:

Frequently Used Linux Commands:

cat

To view what's written in a file

chmod

To change the access permissions of files

history

To check which commands you have run till now

rmdir

To remove a directory/ Folder

vim & cat

To create and add in a txt file and to view the content

head -n

To show top items in file

tail -n

To show bottom items file

touch

To create file

diff

To find the difference between two files

nano

Text editor

Watch this video for Getting Started with the Command Line!