You can check the SUID/SGID programs on your system/Server by using the following command from your shell but make sure that you have logged in as a root user.
admin@root# find / -type f \( -perm -04000 -o -perm -02000 \)
You can check the SUID/SGID programs on your system/Server by using the following command from your shell but make sure that you have logged in as a root user.
admin@root# find / -type f \( -perm -04000 -o -perm -02000 \)
Copyright © 2023 Kaizen Software Solutions. All rights reserved.