Changing a users home dir.

x22

New member
Joined
Mar 6, 2005
Messages
4
Because of my way my drive is partitioned / has 8gig and /usr has 70gig.

Is it possible to get DA to put users in /usr/home rather than /home?

If so how is this possible?
 
/home is actually /usr/home it symbolically linked. To make sure it is login via ssh change dir to / and do ls -al you will see this output:

home -> /usr/home/

Rick
 
There might be a way to configure this in DirectAdmin's configuration file, but I don't remember how.
One option is to move the home directory to /usr/home and then make /home a symlink to /usr/home
 
Back
Top