13 August 201412 May 2023Linux CommandsBy Admin how to use mkfs command with its examples Examples: 1. To make the file system $ mkfs /dev/sda2 2. To produce the verbose output $ mkfs -V /dev/sda2 3. To […]
13 August 201412 May 2023Linux CommandsBy Admin mke2fs command line tool and its examples Examples: 1. To create a file system on a device $ mke2fs /dev/sda2 2. To specify the block size in bytes $ […]
13 August 201412 May 2023Linux CommandsBy Admin how to us mkdir command with its examples Examples: 1. To make the directory $ mkdir mike 2. To set file mode while making the directory $ mkdir -m$ mkdir […]
13 August 201412 May 2023Linux CommandsBy Admin how to use “mesg” command line tool with its examples Examples: 1. To allow write access to your terminal $ mesg y 2. To disallow write access to your terminal $ mesg […]
13 August 201412 May 2023Linux CommandsBy Admin how to use manpath command with its examples Examples: 1. To see the manual for a command $ manpath command$ manpath ls 2. To Specify the configuration file to use; […]
13 August 201412 May 2023Linux CommandsBy Admin how to use man command with its examples Examples: 1. To see the manual for a command $ man command$ man ls 2. To Specify the configuration file to use; […]
13 August 201412 May 2023Linux CommandsBy Admin how to use mailstats command with its examples Examples: 1. To see the mail statistics $ mailstats 2. To read the specified file instead of default $ mailstats -C file […]
13 August 201413 May 2023Linux CommandsBy Admin how to use mailstat command and its examples Examples: 1. To see the mail arrival stats $ mailstat 2. To keep the log file intact $ mailstat -k 3. To […]
13 August 201413 May 2023Linux CommandsBy Admin how to use mailq command with its examples Examples: 1. To see the mails in queue $ mailq 2. To show the mail submission queue specified $ mailq -Ac 3. […]
6 August 201413 May 2023Linux CommandsBy Admin lvsd command line utility and its examples Examples: 1. To run lvsd with another config file $ lvsd -c file.cfg$ lvsd –configfile=file.cfg 2. To run lvsd in foreground $ […]