According to Inu Wikantiyoso: While burning my CPU.
>
> Hi all ....
>
> This is a very stupid accident ....
>
> I have erased something, and after that, every user get this error after
> login process :
>
> "shell-init: could not get current directory: getwd: cannot access
> parent directory"
> "job-working-directory: could not get current directory: getwd: cannot
> access parent directory"
>
> Have I missing something that needed by login process ?
> Why "root" did not have same error ?
>
> Inu
>
What you seem to have done is created "user" directorys as root, or changed
thier permissions.
Try the following to give yourself an example.
As root do;
cd /root
su <user>
where <user> is a valid account_name, you will get the same error text as
above.
An example would be myself, my account name is pa3gcu, so if i were root;
cd /root
su pa3gcu
pa3gcu:~# su pa3gcu
shell-init: could not get current directory: getwd: cannot access parent
directories
job-working-directory: could not get current directory: getwd: cannot access
parent directories
/dev/tty1: Operation not permitted
getwd: cannot access parent directories$
--
Regards Richard.
[EMAIL PROTECTED]