cd:
| Command | Switch | Result |
| cd | ~ username | Switches home directory of user |
| cd | Switches to home directory of current user | |
| cd | ~ | toggles between current and previous directory |
| cd | Desktop / | Changes to relative directory desktop |
| cd | .. | Changes to one level up in the directory tree |
| cd | ../.. | Changes to two level up in the directory tree |


No comments:
Post a Comment
Your comment may wait for moderation....