#linux
Read more stories on Hashnode
Articles with this tag
Command to Create a Directory mkdir <directory-name> mkdir -v <directory-name> mkdir command is used to create directory in Linux -v, --is used to...
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...