|
|
IBM : developerWorks : Linux : Education - Tutorials | |
The other kind of path is called a relative path. Bash, cd, and other commands always interpret these paths relative to the current directory. Relative paths never begin with a /. So, if we're in /usr:
Then, we can use a relative path to change to the /usr/local/bin directory:
|
|