Results 1 to 7 of 7
suppose that someone has place into your account files from windows like Desktop My documents etc ..... the file my documents doesn't open.Is that why the name of the file ...
- 10-23-2006 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 4
Can't open file?
suppose that someone has place into your account files from windows like Desktop My documents etc ..... the file my documents doesn't open.Is that why the name of the file has a backspace or not??? and how i could open this directory... when i try it says that isn't a directory
I am newbie at unix
Thanks
- 10-24-2006 #2
Someone has put a file into your linux space that you would like to open? Is that right?
What sort of file is it?
Are you sure you're looking for it in the right place? I.e. where your friend put the file?Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 10-24-2006 #3Just Joined!
- Join Date
- Oct 2006
- Posts
- 4
the file is "My Documents" it is directory. i see the directory i write
:cd My Documents
No such file or directory
- 10-24-2006 #4
The space between "My" and "Documents" is the problem. Try typing "cd My" and then pressing the TAB button to get it to auto complete.
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 10-24-2006 #5Just Joined!
- Join Date
- Oct 2006
- Posts
- 4
thanks a lot it worked
I am sorry for my english but it isn't my language
- 10-24-2006 #6No problem at all -- no need to apologise.
Originally Posted by sptiamat
I'm glad I was able to help
Welcome to the forum!
EDIT:: By the way, if you rename the file to something with no spaces in it, it will be easier to open next time.Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 10-24-2006 #7Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
or if you decide to keep the spaces use a \ before the space so use the following command
the \ allows you to use a space, or any other illegal character as part of a file or folder name. This is useful if you are accessing a few folders such as My Documents, My Pictures, &c.Code:cd My\ Documents


Reply With Quote