From owner-freebsd-questions Fri Jan 30 08:28:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA26860 for questions-outgoing; Fri, 30 Jan 1998 08:28:06 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from righi.df.unibo.it (RIGHI.DF.UNIBO.IT [137.204.49.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA26781 for ; Fri, 30 Jan 1998 08:27:54 -0800 (PST) (envelope-from admin@righi.df.unibo.it) Received: from localhost (admin@localhost) by righi.df.unibo.it (8.8.7/8.8.7) with SMTP id SAA10870; Fri, 30 Jan 1998 18:05:20 GMT (envelope-from admin@righi.df.unibo.it) Date: Fri, 30 Jan 1998 18:05:19 +0000 (GMT) From: The Administrator To: Slava Korneyev cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problim after logging non root. In-Reply-To: <199801301545.SAA10298@ns.tol.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe questions" You do not have problems with root because root is for default set in /root directory created on the root filesystem for default. you probably have the problem with other users because you have not created a directory for users accounts Rick On Fri, 30 Jan 1998, Slava Korneyev wrote: > > Hello, > I done install FreeBSD 2.2.5-RELEASE. > I used "adduser" command for adding new users. > BUT: > When logging NON ROOT, then shell (for bash,csh,sh - checked) > write message that don't locate home directory. > It message has writting, until use "cd" command (without a parameters); > after (use "cd") impossible to come in another directory (above or below). > In /etc/*passwd file home_directory field is set /home/username. > > What you advice. > Thanks in advance, Slava Korneyev. > > In addition : > If upgrade 2.2.2 , then no problem. >