Create User Without Home Directory in Ubuntu [3 Easy Steps]
In Linux, you have the privilege to manage different users on the same machine. Sometimes you want to give some …
In Linux, you have the privilege to manage different users on the same machine. Sometimes you want to give some …
You need a home directory where you can keep your files, folders, documents, and all other stuff. In the Ubuntu …
The root user is the supreme user in a Linux operating system. It has access to everything on the machine …
The locate command is used for searching files in the background on an existing database of Linux. This command is …
The grep command is very useful for searching files and directories containing matching words or characters lines. You will also …
The touch command is very useful for updating the access or modification time of single and multiple files on the …
The cat command is very useful for viewing the contents of single and multiple files on the Ubuntu terminal. In …
Sudo can be referred to as the supreme command. It is the abbreviation for “Super User DO”. It allows a …
Linux operating system has a graphical user interface (GUI) and a command line interface (CLI). The CLI is a text-based …
Creating own script according to personal demand is the most fascinating thing a programmer wishes for. Bash gives us just …
Alias is a string shortcut that can replace a particular widely used command. This helps to get rid of the …
Bash (Bourne Again Shell) is the most popular command language interpreter for the GNU operating system. It supports functions, variables, …