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. […]
21 May 201419 June 2023Linux CommandsBy Admin Linux User And Group Administration Commands Examples: 1. useradd / adduser – To add the user $ useradd mike 2. userdel – To delete the user $ userdel […]
19 May 201430 May 2023Linux CommandsBy Admin linux top command examples Examples: 1. “top” command for one iteration $ top -n 1 2. kill process without exiting “top” $ top–> then press k–> then enter […]