Search Results

Search: Posts Made By: mingfei2006
1,297
Posted By mingfei2006
Is it possible without using the find command?
Is it possible to convert the below command to a one that without using the find command? Thanks.

find $INPUT_DIR -type d 2>/dev/null \
| xargs chmod 775 > /dev/null 2>&1; \
find $INPUT_DIR...
6,370
Posted By mingfei2006
Change permission for directories and files
Is there a way to change subdirectories permission plus the files in the subdirectories in a directory i specified without using the find command?
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 09:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy