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

Setup MySQL on Ubuntu Droplet getting error ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

Remote Desktop Sharing Dconf Tool in Linux (Ubuntu 14.04)

Configure Telnet & SSH on Router for Remote access.