#linux-commands
Read more stories on Hashnode
Articles with this tag
Essential Commands ls: List the contents of the current directory cd: Change directory pwd: Print the working directory mkdir: Create a new...
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...