19 May 2014CommandsBy Admin useradd command examples – To create/add new users into the system, Linux has a useradd command. – useradd provides many options for creating users, we […]
19 May 2014Standard ProceduresBy Admin How To Configure kdump STEP 1: Prerequisites – Access to server over NFS or ssh is required for dumping cores to a network target. – A […]
19 May 2014CommandsBy Admin usermod command examples – Using usermod we can change the user parameters. – To modify the users comment […]
19 May 2014CommandsBy Admin passwd command examples – passwd is default tool to change and set parameters for the passwords. Examples: – To lock the user account […]
19 May 2014CommandsBy Admin sudo command examples – It is a very useful tool to give the role based access to the users. – Using sudo we can become […]
19 May 2014CommandsBy Admin tar command examples – tar is a very useful command in Linux to bundle files into one single file. – It is very extensively used […]
19 May 2014CommandsBy Admin ps command examples – ps is an extensively used command in Linux environment to track/get the processes for any kind of troubleshooting. – It is […]
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 […]
18 October 2012Commands For A TopicBy Admin Basic Linux Commands – Getting to know about the basic Linux commands is a good start to learn it. – As Linux is preferably administered […]
18 October 2012Standard ProceduresBy Admin What is NFS – Network File Sharing – It stands for Network File System, it is a utility provided in the Linux environment using which you can share files […]