Anand Kumria <[EMAIL PROTECTED]> wrote: On Sun, Apr 14, 2002 at 08:24:37PM +1000, Louis Selvon wrote: > > > crontab when they connect via SSH ? > > > > I've heard of crontab.deny and crontab.allow to specify user restrictions > > but what error message do you get when you attempt to run crontab -e as > > another user? > > > > Anand > > *** My problem here is that when I create user accounts on this web server, > they cannot run "crontab -e" . I get the error message > > "bash: crontab: command not found" >
>sounds like their PATH is not setup. >$ls -l /usr/bin/crontab >and running the program with the full path should work. If that is the >case make sure /usr/bin is on their PATH. bash-2.04$ ls -l /usr/bin/crontab ls: /usr/bin/crontab: No such file or directory bash-2.04$ Louis. -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
