Problem With Solutions

Something Different In Linux

Home » 2010 » January » 13

How to set correct ownership to all account on the cPanel server. You can use the following commands to set the correct ownership for all accounts which is hosted on the cPanel server. =============================== for i  in `cat /etc/trueuserdomains   | awk ‘{print $2}’` > do > chown $i.$i /home/$i -R; > chown $i.mail /home/$i/etc -R;  [ Read More ]

Optimized by SEO Ultimate