#Rocky-Linux--8.7 List All Users Linux Command to list all UNIX user now. cat /etc/passwd Copy July 20, 2023 Share
#Rocky-Linux--8.7 Check Your Linux Location Now Command to check your location now. pwd Copy June 26, 2023 Share
#Rocky-Linux--8.7 Delete Linux User And Group Steps To Delete Linux User And Group: Delete Linux user. userdel mirana --remove Copy Delete Linux group. groupdel mirana Copy June 26, 2023 Share
#Rocky-Linux--8.7 Sudoers File To Allow Certain Users Use Command Without Password Steps To Edit Sudoers File: Login Linux server as root. Create new group. Example king . groupadd king Copy Create new user and directly add it into just c June 25, 2023 Share
#Rocky-Linux--8.7 List Files in Linux Directory References: https://www.freecodecamp.org/news/the-linux-ls-command-how-to-list-files-in-a-directory-with-options/ Steps to List Files in Linux Directory June 01, 2023 Share
#Rocky-Linux--8.7 Check Disk Space Usage in Linux References: https://www.hostinger.my/tutorials/vps/how-to-check-and-manage-disk-space-via-terminal Steps to Check Disk Space Usage in Linux: Display the May 31, 2023 Share
#Rocky-Linux--8.7 List or Count Installed RPM Packages References: https://blog.fpmurphy.com/2012/06/list-or-count-installed-rpm-packages.html Steps to List or Count Installed RPM Packages: If you're runn May 30, 2023 Share
#Rocky-Linux--8.7 Assign User Account With Admin Access On Linux Steps To Assign User Account With Admin Access On Linux: Create a new user and assign it a password. useradd otis passwd otis Copy Now give otis admin acc May 23, 2023 Share
#Rocky-Linux--8.7 Allow SSH Root Access Pre-Requisite: Please make sure that you know your root password before doing this. Steps To Allow SSH Root Access: Go to /etc/ssh/ folder. cd /etc/ssh/ C May 23, 2023 Share
#Rocky-Linux--8.7 Yum Downloader References: https://access.redhat.com/solutions/10154 Steps To Use Yum Downloader: Install the yum-utils package. yum install yum-utils Copy Run yumdownload May 22, 2023 Share