Scripts and functions that I have written or found useful

Resetting owner of files Linux

June 11th, 2008 Posted in linux commands

chown user:group -R *

recursively resets all files the the ownership “user” in the group “group” for all files and folders in current working directory and and sub folders.

Post a Comment