Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

How to remove one directory owned by a specific user on Linux

# find /home/ -user student -exec rm -fr {} ;
Source by linuxconfig.org #
 
PREVIOUS NEXT
Tagged: #How #remove #directory #owned #specific #user #Linux
ADD COMMENT
Topic
Name
9+4 =