Q. Can you tell me how to configure sudo to provide access to end users? How do I allow to run programs with the security privileges of another user using sudo?
A. sudo works under Linux / Mac OS X and all UNIX like operating systems. Sudo allows you to delegate authority to give certain users or groups of users the ability to run some commands as root or another user while providing an audit trail of the commands and their arguments via a log file. With sudo you don’t have to share root password with anybody.
See our previous tutorial on configuring and using sudo under Linux / UNIX operating systems.
🐧 4 comments so far... add one ↓
Category | List of Unix and Linux commands |
---|---|
File Management | cat |
Firewall | Alpine Awall • CentOS 8 • OpenSUSE • RHEL 8 • Ubuntu 16.04 • Ubuntu 18.04 • Ubuntu 20.04 |
Network Utilities | dig • host • ip • nmap |
OpenVPN | CentOS 7 • CentOS 8 • Debian 10 • Debian 8/9 • Ubuntu 18.04 • Ubuntu 20.04 |
Package Manager | apk • apt |
Processes Management | bg • chroot • cron • disown • fg • jobs • killall • kill • pidof • pstree • pwdx • time |
Searching | grep • whereis • which |
User Information | groups • id • lastcomm • last • lid/libuser-lid • logname • members • users • whoami • who • w |
WireGuard VPN | Alpine • CentOS 8 • Debian 10 • Firewall • Ubuntu 20.04 |
anyone tell me that how we configure vsftp on Rhel 4.0 ,
Please install vsftpd rpm on RHEL4.0 box
rpm -ivh vsftpd.xxx.xxx.rpm
Run the vsftpd service
service vsftpd start
ftp server is ready,for more information please check redhat.com
just use
# cd RHEL_4.0/Packages
# Packages/ rpm -ivh vsftpd + Press Tab Key. You will get the rpm file of vsftpd and press enter
enjoy
Very useful and detail information about sudo and sudo configuration. As a system admin, I really appreciate the materials.
Thanks a lot.