29 April 20237 May 2023Linux CommandsBy Admin restorecon command line tool and its examples It is used to restore the default SELinux security context of files or directories on a Linux system. This is a security […]
29 April 20237 May 2023Linux CommandsBy Admin e2fsck command line utility and examples This command is used for file system check and to repair the ext2, ext3, and ext4 file systems. It is used to […]
29 April 20237 May 2023BasicsBy Admin Linux Basic Commands with examples Basic File/Directory Commands: 1. dir – Used to list directory contents e.g. # dir (it will list the directory contents) 2. touch […]
29 April 20237 May 2023Linux CommandsBy Admin pvresize command line utility and its examples This command is used to resize a physical volume in the Linux LVM. Which allows you to modify the size of a […]
28 April 202320 May 2023Linux CommandsBy Admin initctl command and its examples The “initctl” command is used to update Upstart init daemon in Linux. Upstart is a replacement of old SysV init system. Examples: […]
28 April 20237 May 2023Linux CommandsBy Admin lvchange command line tool and its examples This command is used to update attributes of a logical volume. Which allows you to modify the state of an LV, like […]
28 April 20237 May 2023Linux CommandsBy Admin elinks utility and its examples with details This is a text-based web browser for Linux/Unix systems which can be used to browse websites. This is similar to other text-based […]
28 April 20237 May 2023Linux CommandsBy Admin logger command line utility and its examples The “logger” command is used to send log messages to the system log or to a specific file. Examples: 1. To log […]
28 April 20237 May 2023Linux CommandsBy Admin hdparm command line utility and its examples The “hdparm” command is used to update and view parameters of hard disk drives. Which can be used to perform various tasks […]
28 April 20237 May 2023Linux CommandsBy Admin showmount utility and its examples with details The “showmount” command is used to display information about the NFS exports on a remote server. Which is typically used to check […]