Scripts and functions that I have written or found useful

Archive for the ‘linux commands’ Category

Resetting owner of files Linux

Wednesday, June 11th, 2008 Posted in linux commands | No Comments »

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.