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 […]
24 September 20147 May 2023Linux CommandsBy Admin how to use resize2fs command and its examples The resize2fs command is used to resize an ext2, ext3, or ext4 file system. Which also allows you to increase or decrease […]
24 September 20147 May 2023Linux CommandsBy Admin how to use repquota command and its examples The repquota command is used to display the disk usage and quotas for a file system. Which is typically used to monitor […]