Re: List of Linux commands??

From: ray (ray_at_zianet.com)
Date: 04/16/05


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.



Relevant Pages

  • Re: Executable enty points incorrectly documented
    ... I was speaking about Windows SDK not MSDN Library entirely, but even if Windows SDK conatins C/C++ documentation I believe that main/WinMain belong to C/C++ documentation rather than Windows API documentation. ... It's correct about the default entry point names used by the linker and also correct about what those entry points call and because this is the ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Executable enty points incorrectly documented
    ... The function signature is there though ... belong to C/C++ documentation rather than Windows API documentation. ... As for the entry point signature: ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Executable enty points incorrectly documented
    ... All these things are correct but this is more specific and related to the .NET Framework than to Windows API and the C++ linker and does not mention the actual entry point signatures either. ... The documentation problem to which you allude is that it is the CRT entry point that calls one of the versions of main / WinMain that is defined in your program. ... This is the signature of the managed entry point that has nothing to do with native executables/DLLs. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Executable enty points incorrectly documented
    ... .NET Framework than to Windows API and the C++ linker and does not mention ... the actual entry point signatures either. ... The documentation problem to which you allude is that it is the CRT entry ... This is the signature of the managed entry point (as it is stated ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Executable enty points incorrectly documented
    ... Each module, whether a DLL or EXE, has an entry ... The documentation problem to which you allude is that it is the CRT entry ... This is the signature of the managed entry point (as it is stated ... belong to C/C++ documentation rather than Windows API documentation. ...
    (microsoft.public.win32.programmer.kernel)