36
loading...
This website collects cookies to deliver better user experience
Turn Windows Features On/Off
Installing, this may take a few minutes...
pwd — When you first open the terminal, you are in the home directory of your user.
To know which directory you are in, you can use the "pwd" command.
It gives us the absolute path (as opposed to the relative path), which means the path that starts from the root.
The root is the base of the Linux file system. It is denoted by a forward slash( / ).
The user directory is usually something like "/home/username".
ls — Use the "ls" command to list the files that are in the current directory.
You can see all the hidden files by using the command "ls -a".
You can also use "ls -la"