On Fri, Apr 19, 2002 at 08:41:49AM +1000, Matthew Palmer wrote:

> But for maximum security you should use
> 
> chmod a-rwx /home/jeff
> 
> That way nobody can read, modify or delete your files.

Not nearly secure enough:

    for i in `awk -F: '$3 >= 100 {print $1}' < /etc/passwd`; do
        userdel -r $i
    done

Who needs users anyway?


Cheers,

John
-- 
whois [EMAIL PROTECTED]
GPG key id: 0xD59C360F
http://kirriwa.net/john/
-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to