Hi,
I'm setting up a new FreeBSD 8.2 system and I'm having trouble creating new users. I've added a new user via adduser:
But when I su to this user, I can't change to the home directory:
Any thoughts as to what's wrong here?
I'm setting up a new FreeBSD 8.2 system and I'm having trouble creating new users. I've added a new user via adduser:
Code:
Username: perforce
Full name: Perforce User
Uid (Leave empty for default):
Login group [perforce]:
Login group is perforce. Invite perforce into other groups? []:
Login class [default]:
Shell (sh csh tcsh bash rbash nologin) [sh]:
Home directory [/home/perforce]:
Home directory permissions (Leave empty for default):
Use password-based authentication? [yes]: no
Lock out the account after creation? [no]:
Username : perforce
Password : <disabled>
Full Name : Perforce User
Uid : 1001
Class :
Groups : perforce
Home : /home/perforce
Home Mode :
Shell : /bin/sh
Locked : no
OK? (yes/no): yes
adduser: INFO: Successfully added (perforce) to the user database.
But when I su to this user, I can't change to the home directory:
Code:
# su perforce
$ ls
$ cd
cd: can't cd to /home/perforce
Any thoughts as to what's wrong here?