C Board  

Go Back   C Board > Platform Specific Boards > Linux Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 02-06-2008, 12:50 AM   #1
Registered User
 
Join Date: Jan 2007
Posts: 102
Not able to access directory of home folder

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
Bargi is offline   Reply With Quote
Old 02-06-2008, 02:45 AM   #2
Registered User
 
Join Date: Jan 2007
Posts: 102
Re

Hey I solve the problem........

The problem was due to the space ......... Actually I have given a single space after naming

"Test(Space) ".......When I remove this space it runs.............

But I am confused that in linux it should show me Test folder like this :

Code:
cd Test\ /
If there is space in name. ............????????
Bargi is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Clean Windows Temp folder and the User Temp folder? patrick22 Windows Programming 11 01-27-2008 04:29 PM
Home Directory codez C Programming 2 01-07-2006 01:45 PM
getting the home directory BianConiglio C Programming 2 10-17-2005 07:14 AM
PHP CVS System? jverkoey A Brief History of Cprogramming.com 1 08-24-2004 05:29 PM
changing drive letter gaining access to a network zornedge A Brief History of Cprogramming.com 2 11-29-2001 10:57 AM


All times are GMT -6. The time now is 12:45 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22