[lug] /dev/null settings
D. Stimits
stimits at idcomm.com
Sat Aug 26 10:18:04 MDT 2000
Subba Rao wrote:
>
> Some of my cron jobs are writing their error messages to /dev/null.
> It was working fine until yesterday, when I choose to link the netscape
> "cookies" file to /dev/null. After that the cron job send me email with
> the following message.
>
> /bin/sh: /dev/null: Permission denied
>
> The current permission on /dev/null are as follows,
>
> crw------- 1 root sys 1, 3 Jul 17 1994 null
>
> Are these the default settings for /dev/null?
>
> --
> Subba Rao
> subb3 at attglobal.net
> http://pws.prserv.net/truemax/
>
> => Time is relative. Here is a new way to look at time. <=
> http://www.smcinnovations.com
>
> _______________________________________________
> Web Page: http://lug.boulder.co.us
> Mailing List: http://lists.lug.boulder.co.us/mailman/listinfo/lug
chmod go+rw /dev/null should fix it.
More information about the LUG
mailing list