These instructions create another user to login via the command line (SSH or secure shell) or SFTP. These instructions will grant "super user" privileges to the user, so give the login details only to someone you trust to administer the entire server, including access to all files and databases.
Note: replace all occurrences of username with the username you want to give to the person.
sudo su/usr/sbin/useradd usernamepasswd username/usr/sbin/visudo
/usr/sbin/usermod -g admin usernameln -s /var/www/ /home/username//var/www/html/sites/yourdomain/themes/ for a theme designer to access quickly.chown .admin /var/www/* -R
This work is licensed under a Creative Commons Attribution-Share Alike 2.5 License. This license applies to all text written by Bryght. All others retain full copyright to their text.