Skip to main content

Posts

Featured

Linux terminal commands

When it comes to working with Linux distributions for technical stuff, it's important to know these terminal commands which help alot in the long run working.😊 1. 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, 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/user". 2. ls — Use the "ls" command to know what files are in the directory you are in. You can see all the hidden files by using the command “ls -a”. 3. cd — Use the "cd" command to go to a directory. For example, if you are in the home folder, and you want to go to the downloads folder, then you can type in “cd Downloads”. Remember, this command is case sensitive, and you have to type in the name of the folder exactly as it

Latest Posts

Installing a custom OS #Ubuntu , Xubuntu, #linux distributions.

Who am I ?