LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How do i find all the set UID/GID file on my current system (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-i-find-all-the-set-uid-gid-file-on-my-current-system-230069/)

Linux_interest 09-13-2004 09:44 AM

How do i find all the set UID/GID file on my current system
 
how do i find all the set UID/GID file on my current system using Find Command.

I was wondering of some programs which could possibly either be removed entirely or from which the set UID/GID bit could be safely removed without affecting normal system operation.

Cheers

John

dannybpng 09-13-2004 10:09 AM

Here is the find command:

find / -type f -perm +6000 # add -ls will do a long listing of each file

I don't know which can be removed or changed.

Dan


All times are GMT -5. The time now is 08:09 PM.