How to create a new file in linux?

To create a new file in Linux, you can use several text editors or command-line utilities. I’ll provide you with ...
Read more

What is vim editor in linux and how to use it?

vim editor in linux
Vim editor is an improved version of vi file editor in linux. With vim editor, one can easily navigate between ...
Read more

What is tar command in linux and how to use it in linux?

tar command in linux
tar command is used to combine group multiple files and directories into single archive file. It is also refered as ...
Read more

24 types of examples for find command in linux

find command in linux
The command “find” in linux helps to find the files or folders/directories within a filesystem or across the filesystem based ...
Read more

What is sort command in linux?

sort command in linux
“Sort” command is used to arrange the lines within a file in an alphabetical order or in a reverse alphabetical ...
Read more

What is Input/Output redirection in linux?

Input_output redirection in linux
Input/Output redirection allows command line outputs to be passed into different streams. Three input/output streams are formed with codes for ...
Read more

What is piping in linux and why it is used?

piping in linux and its uses
In this following post, you will learn what is piping in linux and why it is used. Using piping, the ...
Read more

How to lock/unlock the user account in redhat linux?

To prevent the user account from logging into sytem with an immediate effect, Locking an user account is best option. ...
Read more

How to set expiry date for the user account in linux?

Giving expiry date to the user account in linux helps to ensure the user account will not be used to ...
Read more

How to remove a user from sudo group in redhat linux?

remove users from sudo group
You will able to execute root privilege commands only if your user account has sudo access. The sudo access can ...
Read more