Skip to main content
IBM 
ShopSupportDownloads
IBM HomeProductsConsultingIndustriesNewsAbout IBM
IBM : developerWorks : Linux : Education - Tutorials
LPI certification 101 exam prep, Part 1
ZIPPDF (letter)PDF (A4)e-mail
Main menuSection menuFeedbackPreviousNext
2. Introducing bash
  


Using "..", continued page 9 of 13


In addition, we can also add .. to an existing relative path, allowing us to go into a directory that's alongside one we are already in, for example:


$ pwd
/usr/local
$ cd ../share
$ pwd
/usr/share

Main menuSection menuFeedbackPreviousNext
PrivacyLegalContact