Basic Linux Commands
What is the Linux command to check your present working directory?
pwd
The above command is used to check the present working directory.
What is the Linux command to List all the files or directories including hidden files?
ls -a
The above co...
neha99.hashnode.dev1 min read