Basic Linux Commands
Command to check present working directory?
pwd
The command mentioned is used to find out which directory you are currently working in on Linux. It has a few options:
-L, --logical: This uses the directory as it appears in your system, even if it's...
deepeshmlgupta.hashnode.dev2 min read