|
|
How do I find all of the SUID and SGID files? |
You can list all of the SUID and SGID files on your system with the command
(executed as root; don't type the "#"):# find / \( -perm -004000 -o -perm -002000 \) -type f -print[If you don't run this as root, you'll get a lot of "Permission denied" commands 2000-Mar-23 9:27am furnstahl.1@osu.edu | |
| [Append to This Answer] | |
| 2000-Mar-23 9:27am |
| Previous: |
|
| Next: |
|
| ||||||||||