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 […]
21 May 2014Commands For A TopicBy Admin Linux Hardware Info Commands – You will always come across in a situation whee you will need to know the underlying hardware like CPU, memory, NICs […]
21 May 2014CommandsBy Admin amaddclient command examples – About amaddclient : Program to add client to an existing Amanda configuration – It comes from “amanda-server-2.6.1p2” package. – Path: /usr/sbin/amaddclient Examples: […]
21 May 2014CommandsBy Admin wget command examples – About wget : The non-interactive network downloader. – Comes From : wget-1.12-1.4.el6.i686 Examples : ————————————————– – To download a page # […]
21 May 2014CommandsBy Admin znew command examples – About znew : recompress .Z files to .gz files – Comes From : gzip-1.3.12-18.el6.i686 – Configuration Files: Examples : ————————————————– – […]