On Thu, Aug 26, 2010 at 12:41 PM, Nita Pavitran <[email protected]> wrote:
> I get the following error message and I seem to be in the root directory > instead of the home directory: > > Could not chdir to home directory /homes/nitap: Permission denied > > uname -a > FreeBSD bigpink.juniper.net 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #0: > Mon Oct 25 16:23:23 PDT 2004 > [email protected]:/usr/src/sys/compile/bigpink i386 > > > > Please let me know how I can get to my home directory. > Wow that's an old release. The standard home directory is in: /usr/home/{username} or it's equivalent /home/{username} You have /homes not /home in your error message which could be the cause. You can also make sure the directory exists and has the correct permissions. -- Adam Vande More _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
