Freebsd добавление пользователя с правами на заход в рут группу
# adduser
Username: jru
Full name: J. Random User
Uid (Leave empty for default):
Login group [jru]:
Login group is jru. Invite jru into other groups? []: wheel
Login class [default]:
Shell (sh csh tcsh zsh nologin) [sh]: zsh
Home directory [/home/jru]:
Use password-based authentication? [yes]:
Use an empty password? (yes/no) [no]:
Use a random password? (yes/no) [no]:
Enter password:
Enter password again:
Lock out the account after creation? [no]:
Username : jru
Password : ****
Full Name : J. Random User
Uid : 1001
Class :
Groups : jru wheel
Home : /home/jru
Shell : /usr/local/bin/zsh
Locked : no
OK? (yes/no): yes
adduser: INFO: Successfully added (jru) to the user database.
Add another user? (yes/no): no
Goodbye!
#
http://www.freebsd.org/doc/ru/books/handbook/users-modifying.html
Hello!!
I found the problem! By the time I solve it and upload a new version for
PAC, please, take one of these two actions to solve it:
Solution A:
- Edit your 'cu' connection, and goto "Terminal Options" tab.
- Check the "Use these personal optinos" box
- Substitute the existing 'Prompt RegExp' string ( something like
[#%∖$>]|∖:∖/∖s*$ ) with "Connected" (without the double quotes)
- Save and exit.
- Save again, and try it!
Solution B:
- Edit your 'cu' connection.
- Check the "Do NOT autologin for nor check 'Expect' (Manual
username/password login)" box on the upper - right side of the editing
window (frame named 'VARIOUS')
- Save and exit.
- Save again, and try it!
Please, let me know if any of these two options solved your problem.
- David.