How to create new user using CLI.
Page 1 of 1
How to create new user using CLI.
Hello,
You can create a new user with the following method in the CLI:
# adduser newuser
# passwd newuser
# usermod -aG wheel newuser
Type visudo and enter
Add following under the ## Same thing without a password
newuser ALL=(ALL) NOPASSWD: ALL
Best Regards,
You can create a new user with the following method in the CLI:
# adduser newuser
# passwd newuser
# usermod -aG wheel newuser
Type visudo and enter
Add following under the ## Same thing without a password
newuser ALL=(ALL) NOPASSWD: ALL
Best Regards,
Guest- Guest
Similar topics
» How can I create a report for support team?
» What logging I need to enable to see the User-to-User data on the ProSBC server.
» Error limit on create IP Interface service RTP
» Can we create NAPs with the same IP?
» enabling user=phone on sip invite
» What logging I need to enable to see the User-to-User data on the ProSBC server.
» Error limit on create IP Interface service RTP
» Can we create NAPs with the same IP?
» enabling user=phone on sip invite
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum