Most Commonly Used Linux Command
pwd: Print the current working directory.
ls: List the files and directories in the current directory.
To list hidden files, use ls -a.
cd: Change the current directory.
To go to the home directory, use cd ~.
To go up one directory, use cd ...
...
dipanshu2005.hashnode.dev2 min read