Andrew B. Panphiloff wrote:
Today I get next :

[EMAIL PROTECTED] /]su - borisych
su: warning: cannot change directory to /home/borisych: Permission
denied
-bash: /home/borisych/.bash_profile: Permission denied
-bash-2.05b$ ls -l /home/ | grep borisych
drwx------ 2 borisych borisych 4096 Jan 12 17:05 borisych
-bash-2.05b$ id borisych
uid=510(borisych) gid=511(borisych) groups=511(borisych)
-bash-2.05b$ logout
-bash: /home/borisych/.bash_logout: Permission denied
[EMAIL PROTECTED] /]cp -rp /home/borisych /home/borisych1
[EMAIL PROTECTED] /]rm -fr /home/borisych
[EMAIL PROTECTED] /]mv /home/borisych1 /home/borisych
[EMAIL PROTECTED] /]su - borisych
[EMAIL PROTECTED] borisych]$


I think that problem in kernel, but how solve it ?
Due to my low expirience in English, I can't clear
define my problem to search it in google. Help me.


-- [EMAIL PROTECTED] mailing list

Do an ls of /home without grepping.


Or do an ls of / only (no grep).

I bet your /home directory is owned by root (as it should be) with 600 permission. Since you have no access as a regular user to /home, you can never get to /home/borisych

--
Bryan Whitehead
Email:[EMAIL PROTECTED]
WorkE:[EMAIL PROTECTED]


-- [EMAIL PROTECTED] mailing list



Reply via email to