On Wed, 15 Mar 2000,  [EMAIL PROTECTED] wrote about,  Linux hidden 
file equivalent:
> Hi All;
> Is there an equivalent to DOS's hidden file in Linux?
> If so how may I hide a file.

There may not be an equivilant to dos, but you can stop anyone reading a
file, its all done with permissions.

man chmod
man chown
man chgrp

A file readable only by root is;
-rw-------
To obtain that
chmod 600 filename
an executable file
chmod 610 filename

There are many more combinations of which i am sure Greg and the rest will
explain.


> Thanks
> Masoud
> 

-- 
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to