CentOS

From GotOpinion
Jump to navigation Jump to search

My RHEL Notes

Apache on RHEL Knowledgebase

Apache SSL on RHEL Knowledgebase

RHEL crontab

CLI commands[edit | edit source]

Create user with sudo permissions

# adduser username

Configure username's password

# passwd username

Add user to wheel group

# usermod -aG wheel username

Installation[edit | edit source]

< removed old stuff >

To Linux