Find the answer to your Linux question:
Results 1 to 2 of 2
Hi, I am looking for the command that it goes back to the upper folder from the current folder. I tried Code: cd.. but failed. Thanks for help....
  1. #1
    Just Joined!
    Join Date
    Feb 2011
    Posts
    22

    [SOLVED] A simple shell script

    Hi, I am looking for the command that it goes back to the upper folder from the current folder.
    I tried
    Code:
    cd..
    but failed. Thanks for help.

  2. #2
    Linux Engineer hazel's Avatar
    Join Date
    May 2004
    Location
    Harrow, UK
    Posts
    955
    You need a space between cd (the command) and .. (the directory specification). cd.. is not a valid command
    "I'm just a little old lady; don't try to dazzle me with jargon!"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...