I have a file "abc" with permissions 440 .The owner of this file is "root" and the group of this file is "groupabc" . I have a user "user1" .Is their anyway I can see the contents of files "abc" using the user "user1" ?
I don't have the root password.
What comes to my mind is that since file "abc" belongs to the group "groupabc" ,so if I can add the user "user1" to the group "groupabc". I should be able to view the contents of the file "abc". I tried command usermod ,but since I don't have the sudo access ,It didn't work.Is their anyway I can view the contents of the file "abc".
guestgroup in unix. I see the contents of /etc/groups as below.Does this have any special meaning ?guest:x:1014:groupabc:x:1024:guest– user1743613 Nov 16 '12 at 21:33guestbut it probably wouldn't have any special significance - it's just a normal group. How is this relevant to the question? – jw013 Nov 16 '12 at 21:35/tmpfolder may be used for sharing files with other users temporarily, as the folder name suggests. – vgoff Nov 17 '12 at 0:14