Re: List of Linux commands??
From: ray (ray_at_zianet.com)
Date: 04/16/05
- Next message: Michael Heiming: "Re: E-Mail monitor for Linux"
- Previous message: imotgm: "Re: Installing Linux on Windows dual boot machine"
- In reply to: JS: "List of Linux commands??"
- Next in thread: Sybren Stuvel: "Re: List of Linux commands??"
- Reply: Sybren Stuvel: "Re: List of Linux commands??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 16 Apr 2005 10:24:52 -0600
On Sat, 16 Apr 2005 13:30:08 +0200, JS wrote:
> I have tried to find a list all the commands for "cd". I was told that the
> command: "cd .." jumps one directory back. But where do I find that command?
>
There is nothing magic about it, nor does it imply any additional
documentation. The syntax of "cd" is simply "cd" - change to home
directory or "cd dirpath" - change to dirpath. If you do "ls -a" i.e. list
all files in the current directory, you will see an entry for "." - the
current directory and an entry for ".." - the parent directory. So when
you do "cd .." you are telling the shell to change directory to the parent
directory - i.e. up one level.
- Next message: Michael Heiming: "Re: E-Mail monitor for Linux"
- Previous message: imotgm: "Re: Installing Linux on Windows dual boot machine"
- In reply to: JS: "List of Linux commands??"
- Next in thread: Sybren Stuvel: "Re: List of Linux commands??"
- Reply: Sybren Stuvel: "Re: List of Linux commands??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|