On Saturday, 18 בFebruary 2006 02:24, Oleg Goldshmidt wrote: > ... Why on earth does the bookmarks file > have world execute (or read, for that matter) access? > ... > -rwxr-xr-x 1 oleg users 182626 Jan 16 16:06 bookmarks.html
What is your umask? Maybe you simply have umask of 022 (very common case). If you are more restrictive by default, than simply set a umask of 027 (or 077 if you want a "nobody but me" defaults). -- Oron Peled Voice/Fax: +972-4-8228492 [EMAIL PROTECTED] http://www.actcom.co.il/~oron ICQ UIN: 16527398 "A standard for copy protection is as premature as a standard for teleportation." --- Noted computer security expert and Princeton University Professor Edward Felten. ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
