Users are important factors in Linux. In this article, we will discuss about how to identify a system’s user account with commands like who, whoami, etc. Linux environment can allow multiple users to […]
Removing Directory Using rmdir Command Tool in Linux
rmdir command is use to delete a directory. Without any options for this tool and you won’t be able to delete a directory. Which has sub-directories. That means, a […]
mkdir Command Tool in Linux
The mkdir stands for ‘make directory’. The mkdir command tool is used mostly to create directories. Simple the name of the directory as an argument to the command creates the […]
ls Command Manual of Linux
Linux ls command The ls command is used to list directories and files. Without any options the basic ls command lists the visible directories and files in the current directory. The user […]
Linux cd command example
Linux cd Command cd stands for Change Directory. It changes the current working directory. Syntax of cd command : $ cd <dirname> Example of cd command: This is an important […]
Linux pwd Command
The pwd command stands for – Print Working Directory In the shell, we execute commands while staying in a directory. If we do ls, we see the contents of that directory. […]
What is Linux Filesystem Hierarchy Standard (FHS)?
What is Linux Filesystem Hierarchy Standard (FHS)? Linux filesystem hierarchy standard (FHS) describes directory structure. It is content in Unix and Unix like operating system.Like that linux. It explains where […]
Linux Directories Introduction
What is a Directory A directory is like as a folder like windows. Linux directory is a table which contains all its files Inode number and connect it to the […]