Quote:
Originally Posted by jamwaffles
thanks very much to you both. is there anything wrong with typing 'chown -hR james /home/james' as i did?
|
Hello James
Hopefully non of the directories and files under /home/james need(ed) different owner than james! I've just checked my own home directory and none did need a special ownership but YMMV.
The h option is safer (and arguably gives the more intuitive behaviour) than the suggested commands. Passing strange that it is not the default.
james rather than james:james will not make any functional difference given the groups on the files you listed because group permissions do not give james any permission it (you!) do not already have through the owner permissions. For tidiness sake you may want to run chown -hR james:james /home/james.
Best
Charles