CentOS: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m added cli commands section |
||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
[http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/4/html/System_Administration_Guide/Automated_Tasks.html RHEL crontab] | [http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/4/html/System_Administration_Guide/Automated_Tasks.html RHEL crontab] | ||
== CLI commands == | |||
Create user with sudo permissions | |||
<code># adduser username</code> | |||
Configure username's password | |||
<code># passwd username</code> | |||
< | |||
Add user to wheel group | |||
<code># usermod -aG wheel username</code> | |||
== Installation == | |||
< removed old stuff > | |||
<center>[[Linux|To Linux]]</center> | <center>[[Linux|To Linux]]</center> |
Latest revision as of 12:07, 25 March 2019
Apache on RHEL Knowledgebase
Apache SSL on RHEL Knowledgebase
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 >