Pario TechnoBlob
About
Posts
Tag: sudo
Using sudo in RedHat
This post describes how to allow users in the wheel group to use the sudo command without being prompted for the root password Edit /etc/sudoers Uncomment the line %WHEEL...
Howto install Fedora Core 5 (FC5) from a USB stick
Download the Fedora disk image from a mirror: # wget http://mirrors.dotsrc.org/fedora/5/i386/os/images/diskboot.img Make sure that the USB device is unmounted: # sudo umount...
How do I allow a normal user to run commands as root and how to use the sudo command?
The sudo command allows users to do tasks on a Red Hat Enterprise Linux system as another user. sudo is different from the su command and is more flexible and more secure. One...