Main Menu

Search

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

Following is command to use. Replace appuser with the username (you want to list files owned).

find . -user appuser

Following is sample output of above command.

 Sample Output

 


Products to which Article Applies

All Linux Operating System 

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

Article Author: Tarun Boyella

 

No comments:

Post a Comment