LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   File System Navigation question (https://www.linuxquestions.org/questions/linux-newbie-8/file-system-navigation-question-4175445066/)

piker 01-10-2013 08:04 PM

File System Navigation question
 
I just installed Fedora on an old (2004) IBM box which I haven't used in a few years. I've had Linux on a machine a few years ago and have used AIX at work a few years ago so I've navigated file systems before, but I can't seem to get anywhere. If I ll or ls from my home directory, I see the subdirectories, but if I cd to one, say Downloads, I get "bash: cd: /downloads: No such file or directory". Have I forgotten something really basic and obvious? I can't get anywhere. I can wander around in the file system with a file manager, but not by command line.

camorri 01-10-2013 08:09 PM

Quote:

/downloads
The leading slash indicates the download dir is one level from root ie '/'.

download is i your home dir, so its full path is /home/yourusername/download. So from home, just do 'cd download'.


Hope this helps.

piker 01-10-2013 08:23 PM

I'm getting the same thing:

[Me@DeadBadger ~]$ ll
total 32
drwxr-xr-x. 2 rbradt rbradt 4096 Jan 10 12:45 Desktop
drwxr-xr-x. 2 rbradt rbradt 4096 Jan 10 12:45 Documents
drwxr-xr-x. 2 rbradt rbradt 4096 Jan 10 12:45 Downloads
drwxr-xr-x. 2 rbradt rbradt 4096 Jan 10 12:45 Music
drwxr-xr-x. 2 rbradt rbradt 4096 Jan 10 12:45 Pictures
drwxr-xr-x. 2 rbradt rbradt 4096 Jan 10 12:45 Public
drwxr-xr-x. 2 rbradt rbradt 4096 Jan 10 12:45 Templates
drwxr-xr-x. 2 rbradt rbradt 4096 Jan 10 12:45 Videos
[Me@DeadBadger ~]$ cd downloads
bash: cd: downloads: No such file or directory

camorri 01-10-2013 08:27 PM

Linux is case sensitive, Downloads and downloads are two different dir's.

piker 01-10-2013 08:37 PM

That's it! Thanks, Cliff! I thought I'd tried that, but I guess not. It was something basic and obvoius. Thanks for the help. Guess I've got a lot of cobwebs to sweep out of the Linux/Unix corner of my brain.

chrism01 01-11-2013 12:54 AM

In that case, this will be useful http://rute.2038bug.com/index.html.gz :)


All times are GMT -5. The time now is 09:04 AM.