Resetting owner of files Linux
June 11th, 2008 Posted in linux commandschown 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.
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.