[nflug] Permission Question

Richard Hubbard hubbardr at adelphia.net
Tue Nov 15 23:20:33 EST 2005


Frank Kumro wrote:

>This is a very simple question but right now its not coming to me. How
>can I make it so other users cannot even view my homedir? let alone
>write/delete
>--
>Frank
>Shenanigans!!
>_______________________________________________
>nflug mailing list
>nflug at nflug.org
>http://www.nflug.org/mailman/listinfo/nflug
>
>  
>
assuming your homedir is named /home/frank,
chmod 700 /home/frank
is the numbers method
chmod  go-rw /home/frank
is the 'abbreviation' method,
the first sets the permissions as rwx------ no matter what is there 
already. the second takes away the rw bits from group (g) ad others (o).

_______________________________________________
nflug mailing list
nflug at nflug.org
http://www.nflug.org/mailman/listinfo/nflug



More information about the nflug mailing list