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 […]
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 […]