CheatSheet :)
Linux:-
File and Directory Operations:
ls: List files and directories in the current directory.
pwd: Print the working directory.
cd: Change the current directory.
touch <filename>: Create an empty file.
mkdir <dirname>: Create a new directory....
chiragmanglik7.hashnode.dev4 min read