Enabling su/sudo Access with Wheel Group
About this Hands-on Lab System Administrators rarely log into a system as `root`, due to a number of security risks. Some distributions even disable the `root` account to begin with…..
Read moreLoading
About this Hands-on Lab System Administrators rarely log into a system as `root`, due to a number of security risks. Some distributions even disable the `root` account to begin with…..
Read moreMethod 1 install packages pciutils atau sysfsutils. # yum install pciutils To find the HBA cards installed on your system use : # lspci -nn | grep -i hba 07:00.0….
Read moreThis is the way I did fix one CentOS/RedHat 7 server with 471 dupes. First I had to install yum utils: yum install yum-utils Have tried yum-complete-transaction and other stuff….
Read more[root@idcbprhoswrk004 data]# yum clean all error: db5 error(5) from dbenv->open: Input/output error error: cannot open Packages index using db5 – Input/output error (5) error: cannot open Packages database in /var/lib/rpm….
Read moreEnter to Rescue Mode. Resetup Owner File and Directory Redhat rpm –setperms -a Resetup User Group File and Directory rpm –setugids -a Resetup Owner Filesystem Linux rpm –setperms filesystem
Read moreDisable a swapfile : #swapoff -v /swapfile Remove the swapfile on filesystem #rm /swapfile
Read moreThe post explains how to bootup RHEL 7 system into rescue mode or emergency mode. In RHEL7, both rescue mode and emergency mode are systemd targets which replaced the concept….
Read more/etc/sudoers Syntax Following is general syntax used by /etc/sudoers file: USER HOSTNAME=COMMAND Where, USER: Name of normal user HOSTNAME: Where command is allowed to run. It is the hostname of….
Read moreWhat problem/issue/behavior are you having trouble with? What do you expect to see? – can you give the solution for this ? – any related this issue with lvm-thin provisioning….
Read moreSearch File With Size =============================== find / -type f -size +200000k -exec ls -lh {} \; | awk ‘{ printf $9 “: ” $5 }’ find / -type f -size….
Read more