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 install and configure ApacheTomcat and Integrate with apache2 on Linux (Ubuntu 14.04)

Creat Backup of MYSQL (Ubuntu 14.04)