To change the owenership of any folder for domain user !!


To change the owenership of any folder for domain user !!
here i'm changing owenership of my "lampp" folder... the new owener is google\\user43
#sudo chown -R Google\\user43:root /opt/lampp/

Expl...
sudo chown -R google\\user43:root /opt/lampp/


Give full permission of any folder for all
#sudo chmod 777 /your folder location/ -R

Expl..
sudo chmod 777 /opt/lampp/ -R



Popular posts from this blog

How to secondary mx or secondary mailserver holds mailqueue if primary server is down.

How To Set Up Multiple Website on Ubuntu 14.04 LTS with Apache2

How to install and configure Apache2 for Webhosting on Linux (Ubuntu 14.04)