Linux Commands
1. pwd When you first open the terminal, you are in th e home directory of your user. To know which directory you are in, you can use the “ pwd ” command. It gives us the Absolute Path, which means the path that starts from the root. The root is the base of the Linux filesystem. It is denoted by a forward slash( / ). The user directory is usually something like /home/username. 2. ls The “Is” command is used to know what files are there in the directory you are in. You can see all the hidden files by...