From owner-freebsd-questions Fri Jan 30 08:04:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA22610 for questions-outgoing; Fri, 30 Jan 1998 08:04:18 -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 IAA22554 for ; Fri, 30 Jan 1998 08:04:08 -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 SAA10866; Fri, 30 Jan 1998 18:03:42 GMT (envelope-from admin@righi.df.unibo.it) Date: Fri, 30 Jan 1998 18:03:42 +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" it is a odd behaviour. PRobably you set the user directory into a non existent path. Check if on your system does exist the /home directory for users. 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. >