Tips repository!
Showing posts with label
groups
.
Show all posts
Showing posts with label
groups
.
Show all posts
Wednesday, 4 January 2012
A nice one liner to replicate the directories owner and groups
find . -type d|awk '{print "ls -ld "$1}'|ksh|awk '{print "chown "$3"."$4" "$9}'
Older Posts
Home
Subscribe to:
Posts (Atom)