Solaris Admin Question:
How can you determine whether a file is setUID?
Answer:
The easiest way to determine whether a file is setUID or not by checking for files which are owned by the root and after checking for files that are owned by root you can check for s flag files assigned to the user permissions. In the permission table the first s refers to setUID root.
Previous Question | Next Question |
What is umask? | Explain about sticky bit permissions? |