Main Menu

Search

LINUX: FIND COMMAND TO FIND ALL FILES AND FOLDERS IN A DIRECTORY WHICH ARE OWNED BY ROOT USER

Following are commands to use for finding all files owned by root user in particular directory.

find . -user root 
 
find . -user 0 

 


Products to which Article Applies

All Linux Operating System 

Search Keywords: linux unix find finding file owned own root user files owner super user all command commands

Article Author: Tarun Boyella

 

No comments:

Post a Comment