Useful Linux Commands
Directory Operations
pwd -> displays current working directory.
mkdir -> make a new directory.
cd directory_name -> move into that directory.
ls -> list contents of current directory.
ll -> list contents of current directory with detailed info.
rm -...
sayam-blogs.hashnode.dev1 min read