Shell Commands
It is useful to know some of the most basic and commonly used shell commands.
catmkdircpmv: move files or directories. similar tocpcommand but it deletes a copy of the file or directory from the source path.rm: remove files or directoriestouchcreate or update a file- grep: used to search for the specified text in a file
File Permissions Commands:
chown: change the owner of the filechmod: modify the access / permission of a userchgrp: change the group owner of the file
Basic Terminal Navigation Commands:
lsls -lls -a: lists of all files including the hidden files, add-a flagcddu: show disk usagepwd: current working directoryman: show manual of any command present in Linuxtar