13 August 201423 May 2023Linux CommandsBy Admin how to use more command with its examples Examples: 1. To browse the file $ more file.txt 2. To display the prompt for continue $ more -d file.txt 3. To […]
13 August 201420 May 2023Linux CommandsBy Admin mkswap command line utility with its examples The mkswap command is used to create a swap area on a device or a file. It is a portion of a […]
13 August 201412 May 2023Linux CommandsBy Admin what is mkpasswd command with its examples It is a command which is used to generate encrypted passwords or password hashes. Which is commonly used for generating password hashes […]
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 […]