16 June 20143 June 2023CommandsBy Admin egrep command examples Examples: 1. To Interpret PATTERN as an extended regular expression $ egrep –extended-regexp PATTERN$ egrep -E PATTERN 2. To Interpret PATTERN as […]
16 June 201414 June 2023CommandsBy Admin dmidecode command examples dmidecode is one of the useful command to get the hardware information ( its alternatively called DMI table decoder). Its comes handy […]
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 : ————————————————– – […]
21 May 2014CommandsBy Admin zcat command examples – About zcat : Read zipped files – Comes From : gzip-1.3.12 Examples : ————————————————– – To read zipped file # zcat […]
20 May 2014CommandsBy Admin rpm Command Examples – To install rpm package # rpm -ivh pidgin-2.7.9-5.el6.2.i686.rpm Preparing… ########################### [100%] 1:pidgin […]
19 May 2014CommandsBy Admin linux ftp examples – File Transfer Protocol (FTP) is a standard network protocol used to transfer files from one host to another host over a […]
19 May 2014CommandsBy Admin yum command examples – Yum is a very useful, front end command for the package management in the Red Hat Linux versions. – Yum is […]
19 May 2014CommandsBy Admin mail command examples Sending mails from Linux Machine – Have hostname entry in “/etc/hosts”, if sending mail within the system – System should have internet […]