LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   root question (https://www.linuxquestions.org/questions/linux-newbie-8/root-question-379504/)

manicman 11-03-2005 03:42 AM

root question
 
im pretty sure that this is possible but how would i go about makeing a directory so it can only be opened by the root user. soz if this is a really basic question but im a complete noob.

anantshri 11-03-2005 03:55 AM

root only directory
 
hello,
any directory you create with root loged in is only accebly to root,
in order to change an existing directory
run this commond
chown root.root <directory>
chmod 700 <directory>

replace <directory> with your directory (existing one)

yours
anant

manicman 11-03-2005 04:20 AM

thanks for your help works great :D


All times are GMT -5. The time now is 04:13 PM.