Showing posts with label cd command with Examples. Show all posts
Showing posts with label cd command with Examples. Show all posts

Tuesday, July 17

23 Linux cd command examples


This is a basic post to show you what we can do with cd command to reduce your time spending at terminal by using alias, tips and some shortcuts.cd(Change Directory) is a basic command which is used to change your working directory from one to other. Here are some productivity tips and some less known tips to you people. Feel free to comment on this.
Example1: Change working directory to /abc/xyz
pwd
/home/surendra
cd /abc/xyz
pwd
/abc/xyz