30 May 201417 June 2023Linux CommandsBy Admin chgrp command with its examples Examples : 1. To change the files group $ chgrp SUPPORT file.txt 2. To see the status if the files group has […]
30 May 201417 June 2023Linux CommandsBy Admin what is chfn command and its examples Examples: 1. To change the full name of the user $ chfn -f “Mike Jackson” mike 2. To specify the office room […]
30 May 201418 June 2023Linux CommandsBy Admin know about chattr command with its examples Examples: 1. To change attribute of a file to “append only” $ chattr +a file.txt 2. To change attribute of a file […]
30 May 201418 June 2023Linux CommandsBy Admin what is chcon command know whith its examples Examples: drwxrwxrwx. mike_u:object_r:admin_home_t:s0 file.txt U : R : T : L User : Role : Type: […]
30 May 201418 June 2023Linux CommandsBy Admin know how to use chacl command with multiple examples Examples : 1. To change the ACL of a file $ chacl u::r-x,g::r-x,o::r– file 2. To set default acl for a directory […]
30 May 201419 June 2023Linux CommandsBy Admin what is cal command with its examples Examples: 1. To display the calender for 2023 $ cal 2023 2. To display single month output $ cal -1 3. To […]
30 May 201419 June 2023Linux CommandsBy Admin how to use adduser command with its examples Examples: 1. To add a new user $ adduser mike 2. To add new user with default directory $ adduser -d /mike […]
30 May 201419 June 2023Linux CommandsBy Admin what is ac command with its examples Examples: 1. To get the connect time for a user $ ac root 2. To get the daily totals $ ac -d […]
30 May 201422 May 2023Linux CommandsBy Admin ab command and its examples It stands for “ApacheBench,” which is used to benchmark the performance of web servers. It is part of the Apache HTTP and […]
21 May 201419 June 2023Linux CommandsBy Admin All Linux Zip / Compress Commands 1. zip – To compress a file $ zip file.txt 2. gzip – To compress or expand files $ gzip file.txt 3. […]