On Tue, Jan 19, 2010 at 11:48 PM, Mehdi <[email protected]> wrote: > Dear friends > when i want try to see such directory which i put in the below (Var/www) it > showing error, but when i'm going to the directory by > Places/computer/filesystem/var/www all the file is there but when i try to > see them by cd code or ls -la it's impossible in the terminal. what i should > i do about that? > > r...@lovely-i:/home/brian# cd var/www > bash: cd: var/: No such file or directory
It should be cd /var/www and not cd var/www because you are in home directory and you don't have var directory in your home directory. -- ubuntu-in mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
