w Command Explained with Examples in Linux
Introduction w command is used by the system admin to observe the user logged on to the system and the activities carried out by them. It is the…
Read More88 articles found
CentOS
Introduction w command is used by the system admin to observe the user logged on to the system and the activities carried out by them. It is the…
Read More
Scripting
Introduction The cp command in Linux is used to copy files and directories by using the command line. This command also allows you to move multiple files and…
Read More
CentOS
An SSH banner is usually configured to provide a disclaimer or set of rules that govern who needs to have access to the message. It is simply a…
Read More
CentOS
At some moment, you must have been curious to know if you are using Solid State Drive (SSD) or Hard Disk Drive (HDD) on your Laptop/pC. If so,…
Read More
CentOS
Process priority is the one that directly impacts the priority of the schedule of the processes. All data related to processes and process priority are stored on the…
Read More
CentOS
You must have been familiar with the bash shell which we commonly use in the Linux system. In most of the Linux operating systems the default shell is…
Read More
CentOS
Introduction Like Windows, Linux also has a program called the tree that allows directories and lists of files to be displayed in a depth-indented. The tree command lists…
Read More
CentOS
Introduction The echo command is a useful choice for writing text in a terminal window. Its main task is to display text or string but not necessarily static…
Read More
CentOS
Managing files might be a complicated task if there are a large number of duplicate files present in the system. Large volume of duplicate files occupies the storage…
Read More
CentOS
Proc file system is a virtual file system created at the time of system boot and dismissed after the system gets shut down. It is such a system…
Read More