Table of Contents
ls - view contents of directory (list)pwd - path of the current directorycd - change directorymkdir - make new directorymv - move files / rename filescp - copy filesrm - remove filestouch - create blank new filermdir - delete directorycat - list content of file to terminalclear - clear terminal windowecho - move data into a fileless - read text file one screen at a timeman - show manual of linux commandssudo - enables you to perform tasks that require administrative or root permissiontop - task manager in terminaltar - used to archive multiple files into a tarballgrep - used to searching words in specific fileshead - view first lines of any text filetail - view last lines of any text filediff - compress the contents of two files line by linekill - used for killing programjobs - display all current jobs along with their statusessort - is a command line utility for sorting lines of text filesdf - info about system diskdu - check how much space a file or directory takeszip - to compress your files into a zip archiveunzip - to extract the zipped files from a zip archivessh - a secure encrypted connection between two hosts over the insecure networkcal - shows calendarapt - command line tool for interacting with packaging systemalias - custom shortcuts used to represent a commandwhois - current user infowhereis - used to locate the binary, source, manual page fileswhatis - used to get one-line man page descriptionuseradd - used to create a new userpasswd - used to changing password of current userwhoami - print current useruptime - print current time when machine startsfree - print free disk space infohistory - print used commands historyuname - print detailed information about your linux systemping - to check connectivity status to a serverchmod - to change permissions of files and directorieschown - to change ownership of files and directoriesfind - used to find or searches for files and directorieslocate - used to locate a file, just like the search command in windowsifconfig - print ip address stuffipa - similar to ifconfig but shortest printfinger - gives you s short dump of info about a user