Results 1 to 4 of 4
Hi
is there any way I can deny root user for accessing my files .
only user can view edit and delete the files ....
- 09-02-2009 #1
Deny root user for accessing my file?
Hi
is there any way I can deny root user for accessing my files .
only user can view edit and delete the files .
- 09-03-2009 #2Linux Newbie
- Join Date
- Mar 2009
- Posts
- 228
Nope. That's why root is called super user.
- 09-03-2009 #3
yes,root has all the power , but you can provide extra level of protection by setting it as immutable file.
you need to have root access to do this:
but remember root can unset this by running the commandchattr +i filename
and edit/delete your file.chattr -i filename
for more check
man chattr- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------
- 09-03-2009 #4
If you can't trust your sys admin, you sir, are in a whole heap of trouble.

I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.


Reply With Quote