There are several ways of knowing the version of Linux you are running on your machine as well as your distribution name and kernel version plus some extra information that you may probably want to have in mind or at your fingertips. Therefore, in this simple yet important guide for new Lin...
There are several ways of knowing the version of Linux you are running on your machine as well as your distribution name and kernel version plus some extra information that you may probably want to have in mind or at your fingertips. Therefore, in this simple yet important guide for new Lin...
How to check the latest version of any given package on RHEL ? Solution Verified- UpdatedThursday at 1:11 AM- English Issue What is method to check the latest package? How to check the latest package? How to check the latest version of package on RHEL?
firewall-cmd --version does not return the version when firewalld is disabled. firewall-cmd --version gives the below output when firewalld is in the stopped state. Raw [root@rhel8 ~]$ firewall-cmd --version FirewallD is not running Environment...
There are 2 major things to check when it comes to finding the version of any Linux system. They are 1. Check the OS Update Level 2. Check the running kernel version 1. Check the CentOS/RHEL OS Update Level The 4 files shown below provides the update version of the CentOS/Redhat OS....
If there is something that you never want to happen on your Linux system, that is having hard drives die on you without any warning. Backups and storage technologies such as RAID can get you back on your feet in no time, but the cost associated with a sudden loss of a hardware device...
Find What Video Driver is Used on Linux To identify the name of video driver used, you can uselshwcommand described above. $ sudo lshw -c video | grep configuration configuration: driver=i915latency=0 The name of video driver is shown indriver=<XXXX>. Then you can check the detail of ...
Linux OS - Version Enterprise Linux 4.0 to Oracle Linux 7.1 with Unbreakable Enterprise Kernel [3.8.13] [Release RHEL4 to OL7U1]: How to Check whether SELinux is Ena
Tiny Core Linux is one of my favorite lab OS Due to the type of work I do, I have often the need for small (Actually very tiny) VMs that have a functional OS to test certain basic functionality such as connectivity and quick features of automation solutions. While I could use a full...
How to check current umask on the Linux system ? To check the current umask effective in your session, you can run umask command to check its value. [root@nglinux~]#umask0022### Now lets create a file and directory.[root@nglinux~]#touch file1[root@nglinux~]#mkdir dir1### Now che...