usermod(8) is a safer way of changing login class

Michael McConville 2016-01-13 23:41:10 -05:00
parent 8ccc317b71
commit 1abb1226b6

@ -43,9 +43,9 @@ If the database file `/etc/login.conf.db` exists, you need to rebuild it with:
# cap_mkdb /etc/login.conf
```
Add the login class to the user you would like to have build go
Ensure that the user you intend to build Go with is in the `staff` login class:
```
# vipw
# usermod -L staff your_username_here
```
Look for the 5th element which is the login class, this is blank by