You can check SUID/SGID programs on your systemSUID/SGID programs on your Server by using following command from your shell.
Gunjan@root# find / -type f \( -perm -04000 -o -perm -02000 \)
Category: Linux Permissions
You can check SUID/SGID programs on your systemSUID/SGID programs on your Server by using following command from your shell.
Gunjan@root# find / -type f \( -perm -04000 -o -perm -02000 \)
Comments are closed.
