just curious, in home dir have list of students, have sub directory of wordpress
don't, when installed wordpress of students used me (root) owner.
i'd chown users own username. how accomplish this?
find * | grep '$name/wordpress' | chown -r $name:www-data ???

posted
ehime
just curious, in home dir have list of students, have sub directory of wordpress
don't, when installed wordpress of students used me (root) owner.
i'd chmod users own username. how accomplish this?
find * | grep '$name/wordpress' | chmod -r $name:www-data ???
really, dont need chmod.
make them owner of folders.
sudo chown -r <studentusername> /studentswordpressdirectory
dont want go chmod whole directory because screw permissions wordpress.
changing owner should sufficient.
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] How to CHMOD?
Ubuntu
Comments
Post a Comment