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. Anand -- `` We are shaped by our thoughts, we become what we think. When the mind is pure, joy follows like a shadow that never leaves. '' -- Buddha, The Dhammapada -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
