28 April 20237 May 2023Linux CommandsBy Admin dstat utility and its command line example dstat is one of the powerful utility in the Linux environment, using it we can get many kinds of performance related statistics […]
27 April 20237 May 2023Linux CommandsBy Admin how to use dmsetup command and know its examples The “dmsetup” command is used to manage device mapper devices, by which we can create and manage virtual block devices on top […]
24 September 20147 May 2023Linux CommandsBy Admin shutdown command and its examples The “shutdown” command is used to shut down, reboot, or power off a server. Which can be used to initiate a graceful […]
24 September 20147 May 2023Linux CommandsBy Admin sestatus command and its examples The “sestatus” command is used to display the current status of SELinux on a system. SELinux is a mandatory access control (MAC) […]
24 September 20147 May 2023Linux CommandsBy Admin how to use “service” command with its examples The “service” command is used to manage services or daemons running on a server. They are programs or processes that run in […]
24 September 20147 May 2023Linux CommandsBy Admin how to use scsi_id command with its examples The scsi_id command retrieves the unique SCSI identifier (SCSI ID) of a SCSI device attached to the server. SCSI ID is a […]
24 September 20147 May 2023Linux CommandsBy Admin how to use scp command with its examples The scp command is used to securely transfer files between local and remote servers. it uses the SSH protocol to establish a […]
24 September 20147 May 2023Linux CommandsBy Admin how to use rsyslogd command with examples It is a system daemon for receiving and processing log messages on Linux and Unix systems. Also used to collect, filter, and […]
24 September 20147 May 2023Linux CommandsBy Admin how to use rmdir command with its examples The rmdir command is used to remove empty directories from the file system. Which stands for “remove directory” Examples: 1. To remove […]
24 September 20147 May 2023Linux CommandsBy Admin how to use “rm” command and its examples The rm command is used to remove files and directories from the file system. Examples: 1. To remove a file $ rm […]