Find the answer to your Linux question:
Results 1 to 2 of 2
Hi All, I know how to search for normal files but can you let me know " How to search for 5 setuid files on the system. Also explain, for ...
  1. #1
    Just Joined!
    Join Date
    Jan 2009
    Posts
    3

    Thumbs up find setuid files using FIND command

    Hi All,
    I know how to search for normal files but can you let me know " How to search for 5 setuid files on the system. Also explain, for each file, why setuid mechanism is necessary for the command to function properly"

    That was my question. Please give a bit of explaination too. Thanks.

  2. #2
    Just Joined! AdmiralBeotch's Avatar
    Join Date
    Feb 2009
    Location
    Las Vegas, NV
    Posts
    17
    find / -type f \( -perm -4000 -o -perm -2000 \) -print

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...