What are setuid/setgid in relation to file permissions?
Answers were Sorted based on User's Feedback
Answer / chinavenkanna babu
setuid:When setuid permission is set to an executable
file,if the user runs this executable file he is granted
access based on the owner of the file instead of who
started an executable file.we can set the setuid permission
on file # chmod 4555 executable_file
setgid:when setgid permission is set to the file in a
directory,the file belongs to the same group in which the
directory is a member.we can set the setgid permission on
file # chmod 2555 executable_file
| Is This Answer Correct ? | 13 Yes | 7 No |
Answer / p kumar
Setuid:If it is set on an executable file,cause it to run
under the user...
For example:/etc/passwd file is owned by root whici have
only read permision .....It will store all uaers encrypted
password..but users can still change their passwprd using
#passwd command ,,,bcz set uid bit is set for this file,,,
#ls -l /etc/passwd====it will show -wr--------s
#chmod u+s dirname
Stickybit:If it is set on a directory only the owner of a
file can delate the file.......only 4 directories...
/tmp dir iset by sticky bit....bcz any users can create &
delete file....but 2 prevent users from deleting each
others file...
#chmod o+t dirname....
| Is This Answer Correct ? | 6 Yes | 1 No |
From command line how will you add a user account?
What is Fork swap?
1 Answers Infosys, SSI Small Scale Industries,
What is FTP?
What is a FIFO?
What is a level 0 backup?
what is the time for incident, problem and change management tickets?
What is the job responsibility of a System Administrator (UNIX/LINUX),briefly describe (Also point out system admin's daily job details),specify job type & job description?
2 Answers HP, ICS Integrated Computer Solutions, TCS,
how to face veritas NetBAckup interview, where did i find all materials regrding veritas and give details on veritas certification
13 Answers 3i Infotech, ABC, Accenture, ACS, CTS, Genpact, GSK, HP, IBM, Lapiz, Lapiz Digital, Satyam, Symantec, TCS, Veritas,
What is the difference between internal and external commands?
13 Answers BPL, DOEACC, Engro, Kuvempu University, NIIT, TCS,
If the terminal is not showing the login prompt,what's the 1st thing you should check?and how do you solve the problem?
In detail elaborate the system? What is driver?
Am using Mac OS 10.4.11 on an Imac (PPC) Internal hard disk got named disk0s3 and will not mount. What commands can be used in TERMINAL to rename the internal hard disk to C96?