Linux Cheat Sheet with Examples
πFile and Directory Operations:
ls: List files and directories in the current location. ππ
Example: ls
cd: Change directory to a specified location. πͺπ
Example: cd /path/to/directory
pwd: Print the current working directory. πΊοΈπ
Example:...
ayushi1503.hashnode.dev3 min read