System Administration

Linux System Administration – Part 3

How to monitor the loaded kernel modules A Linux system administrator may be required to watching the loaded kernel modules. The command that help to achieve this is “lsmod”. Example :

Another way to list all currently loaded kernel modules is to use “cat /proc/modules”. Example :

Getting information about files The “ls …

Linux System Administration – Part 3 Read More »

Linux System Administration – Part 2

In this post, we are continuing with the commands that are used for Linux system administration. How to change the hostname 1) [For RedHat and Centos] Using a text editor open the file /etc/sysconfig/network and Modify the HOSTNAME= value to  match your server’s new name

Sample entry after editing:

  2) Run the below …

Linux System Administration – Part 2 Read More »

Scroll to Top