How To Use Linux Shutdown, PowerOff and Reboot Command Raj May 7, 2019 0 The shutdown, poweroff and reboot commands are the most important power cycle commands in Linux. These commands are…
How To List Users in Linux Raj Apr 25, 2019 1 The very first task that any Linux administrator performs when a user says unable to login to the system. Yes, to…
How To Delete / Remove Users in Linux Using the userdel Command Raj Apr 24, 2019 0 As a Linux system administrator, one of the primary responsibility is to manage the users and groups on Linux…
How To Modify User Accounts in Linux Using usermod Command Raj Apr 23, 2019 1 Linux administrators often receive requests to create users in Linux unless the organization uses LDAP and also to…
How To Create a Sudo User On CentOS, Ubuntu & Debian Raj Apr 23, 2019 1 The sudo (substitute user do or superuser do) command is a program that allows users to run commands as another…
How To Create Users in Linux Using useradd / adduser Command Raj Apr 21, 2019 1 If you are a Linux system admin who administers Linux servers, you are very frequently asked to create users in…
How To Use Linux Screen Command Raj Apr 10, 2019 0 Screen (GNU Screen) is a full-screen window manager that multiplexes a physical terminal. In simple words, it is a…
20 Useful apt, apt-get, and apt-cache Command Examples for Package Management Raj Feb 27, 2018 0 Advanced Package Tool (APT) is a powerful and free software package-management user interface in Debian based…
Linux Basics: 30 YUM Command Examples for Linux Package Management Raj Dec 5, 2017 1 Yellowdog Updater, Modified (yum) is an open source package-management utility in Redhat based operating…