CentOS
Jump to navigation
Jump to search
To Linux
Apache on RHEL Knowledgebase
Apache SSL on RHEL Knowledgebase
CLI commands
Create user with sudo permissions
# adduser username
Configure username's password
# passwd username
Add user to wheel group
# usermod -aG wheel username
Installation
< removed old stuff >