On Fri, 30 Jan 2015, Mickey wrote:

Fedora 20

I have a User Directory named "kitty" I want to change all the directories. files to the owner kitty .
There are some other owners of files that I want to change to kitty.

chown -R kitty  kitty:kitty

Is this Correct ?


chown -R user.group <target>

If user is "pyz", and group is "pyz", and <target> is SomeFileDirectory,
then:

chown -R pyz.pyz SomeFileDirectory


Max Pyziur
p...@brama.com
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to