[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: User home directories in /User
From: |
Chris B. Vetter |
Subject: |
Re: User home directories in /User |
Date: |
Fri, 31 Oct 2003 09:56:09 -0800 |
On Fri, 31 Oct 2003 09:21:21 -0800 (PST)
Rogelio Serrano <rogelio@smsglobal.net> wrote:
> I hacked gnustep-make to put user home directories in the /User. Can
> it be made a configuration option?
And this is good exactly what for? GNUstep is no operating system.
Usually, UNIX puts a user's home in, you guessed it, in /home. Every
SYSTEM tool that deals with user home directories, eg. adduser or
useradd, points to the home directory as it's used by the system.
If you want to have access to a user's home through /User, create it,
then symlink the real path.
--
Chris