Category Linux

Privilege User Management in Linux

Linux SUDO

Let`s discuss privilege user management in linux in detail. All unix linux admins must be familiar with vi editor. We always recommend not to use vi directly to edit sudoers file. We should be using visudo always while granting privilege…

How to use CRON in Linux

how-to-use-cron-in-linux

How to use CRON in Linux CRON is a standard utility available in all unix like operating systems including linux which is used for automation of repetitive tasks like housekeeping stuff without any investment. In this article, we are going…

How to Troubleshoot NFS Issues in Linux

how-to-troubleshoot-nfs-issues-in-linux

How to Troubleshoot NFS Issues in Linux? NFS and AutoFS are heavily used in LINUX Infrastructure. Most often LINUX Administrators deal with it. In this article, we are going to discuss how to troubleshoot NFS issues in linux. Most of…

How to add a user to sudoers in linux

what is sudo in linux

In this article, we are going to discuss special permissions on Linux servers to manage things for various categories of tasks as per their role. These permissions are known as privilege access to linux servers. All Linux distributions whichever you…

How to Install systool Package in Linux

How to Install systool Package in Linux

How to Install systool Package in Linux Most of the time system administrators have challenges working with Host Bus Adapters in Linux Servers. We will see in this article that how to install the systool package in linux. There is…

How to Copy and Rename Files in Linux

How to Copy and Rename Files in Linux

How to Copy and Rename Files in Linux In this article, we are going to see how to copy and rename files in linux with full details including traditional methods using mv and cp command-line tools in linux regardless of…