Set sudoer permission in admin group:
# nano /etc/group
Change/Add admin
*admin: name1, name2, name3
Ctrl X > Y > Enter
Showing posts with label sudo. Show all posts
Showing posts with label sudo. Show all posts
Thursday, May 31, 2012
UBUNTU - EDIT SUDOER FILE PERMISSION
Tuesday, April 24, 2012
UNIX/FREEBSD- EDIT SUDOER FILE PERMISSION
- Open Unix Server
- Login as root (sudo su)
- Type command:
# setenv EDITOR ee
# visudo - Add within this line to add new sudoer:
## User privilege specification
root ALL=(ALL) ALL
hassan ALL=(ALL) ALL - Press ESC to save & exit.
- Done.
Subscribe to:
Posts (Atom)