Results 1 to 2 of 2
I want to allow a user to reset people's faillog. When I go into the /etc/sudoers file and put this syntax in I still get an error stating :
/var/log/faillog ...
- 08-11-2010 #1Just Joined!
- Join Date
- Jun 2010
- Posts
- 6
allow user to execute faillog
I want to allow a user to reset people's faillog. When I go into the /etc/sudoers file and put this syntax in I still get an error stating :
/var/log/faillog permission denied. Can someone tell me what I"m missing? Here is what I put syntax:
%user ALL=/usr/bin/faillog,/var/log/faillog
- 08-13-2010 #2Just Joined!
- Join Date
- May 2008
- Location
- Bangalore, India
- Posts
- 24
change /var/log/faillog to /usr/bin/tail -f /var/log/faillog
this will allow to use sudo and tail the faillog


Reply With Quote