I have just finished installing a new image of FreeBSD, and have created the user "person". When I am logged into person, I can use the command:
and it will display "/home/person". However, no one can create files there. It lets me use:
But it insists that /home is not a file or a directory. My first thought was to use
:EDIT: Actually, I was wrong. When logged into person, typing
echo $HOME
and it will display "/home/person". However, no one can create files there. It lets me use:
cd $HOME
and cd ~
But it insists that /home is not a file or a directory. My first thought was to use
chmod 755 /home
however, /home isn't recognized by root either.:EDIT: Actually, I was wrong. When logged into person, typing
cd $HOME
results in an error message stating:
Code:
cd: /home/person: No such file or directory
Last edited by a moderator: