Hi,

I am trap in a strange problem........

Today when I log in to my PC I was not able to access my home folder directory .

My home folder is :
Code:
/home/bargi
When I run command :
Code:
cd /home/bargi
It show me :
Code:
bargi@bargi-desktop:~$ cd /home/bargi
bargi@bargi-desktop:~$
when I run ls command it show me my home folder content........

when I try to switch to directory :

Code:
cd /home/bargi/Test
It give me error :
Code:
bash: cd: Test: No such file or directory
This occurs only when I cd Test....rest of directory are easily accessible.

Last night I have created a C++ project in Test folder.

Also when I run command :

Code:
sudo -s
And login as root and run ls command ,it is showing the content of /home/bargi folder.....

Why this is happening ????

Is this is due to that I have created that C++ project ?????

Please help me

Thanks