LINUX--FIXES
Friday, June 22, 2012
How to Find SETUID && SETGID Files.
Use below given script :--
find / -type f \( -perm -04000 -o -perm -02000 \) \-exec ls -lg {} \;
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)