InterviewSolution
Saved Bookmarks
| 1. |
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. 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. |
|