CentOS

From GotOpinion
Revision as of 12:07, 25 March 2019 by Paul (talk | contribs) (added cli commands section)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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