LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   assign user to access root owned files (https://www.linuxquestions.org/questions/linux-general-1/assign-user-to-access-root-owned-files-572805/)

eyt 07-27-2007 03:00 PM

assign user to access root owned files
 
Hi,

How to assign normal user to read/access files that owned by root.
These files can only be acceseds by user only which are owned by root.
eg.

-rw------- 1 root root 421 Jul 27 13:53 smbpasswd

trickykid 07-27-2007 03:28 PM

You can't with those permissions. Either grant sudo access or change the permissions for a group to have read access and add such user to that group.


All times are GMT -5. The time now is 06:19 AM.