Explain setuid, setgid and stickybit
Answers were Sorted based on User's Feedback
Answer / sbrahman75
Setuid : When setuid permission set on a executable file,
user who access the file is
granted access permission of the owner of the
file.
# find / -prem –4000
setgid : Permission similar to setuid, The process is
changed to owner of the file.
# find / -prem –2000
Stickybit : It is a special permission that protect the
files within a public writable directory
Stickybit permission set the shared
directory, user can create a files or directory
But only by owner of the directory can
modify or delete.
# find / -prem –1000
| Is This Answer Correct ? | 4 Yes | 0 No |
What is the command to identify master node on vcs
How to enable the crashdump?
If super block corrupted how to recover
Syntex to execute a ufsdump
how many clients have in our server ? how we find that?
How will you verify the disk and how many field will be there.
What is the basic requirement for cluster.
Explain rc script and run level
what is mean by system calls
In a E6800 server,how can you loginto domain shell and system Console?
How far VCS supports?
what is mount ? in that what will happen exactly ?