On Fri, 12 Nov 2004, Stephen Liu wrote: > I tried follows without result; > > # /etc/sudoers `visudo` > Vim: Warning: Output is not to a terminal > > # /etc/sudoers `visudo` $nano > Vim: Warning: Output is not to a terminal > > # /etc/sudoers `visudo` $VISUAL > Vim: Warning: Output is not to a terminal > > I could not proceed further, no output found. ????
The entire command is `visudo`: # visudo "/etc/sudoers" is a config file, not a program, so any command line that begins with it is not going to do anything. For help, see the man page: $ man visudo -- Chris Devers -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>