لدي بعض الأسئلة أرجو مساعدتي في حلها
1)
what is sudo ?
2)
visudo command
3)
the etc/sudoers file
4)
how to use sudo?
5)
using syslog to track all sudo commands?
عرض للطباعة
لدي بعض الأسئلة أرجو مساعدتي في حلها
1)
what is sudo ?
2)
visudo command
3)
the etc/sudoers file
4)
how to use sudo?
5)
using syslog to track all sudo commands?
salam all
Sudo use to give root privileges to users ot groups .
to give sudo accesee you have to edit the file /ect/sudors
and add the user name or the group.
To edit the file /etc/sudors you have to use the command visudo.
use sudo + command
sudo ifconfig
and u'll get it with normal user
:biggthump