Results 1 to 2 of 2
I needed to create a directory called Class and I type:
mkdir Class
Now I need to move into the directory and I don't understand how to do this.
Please ...
- 08-24-2008 #1Just Joined!
- Join Date
- Aug 2008
- Posts
- 1
How do I move into a created directory?
I needed to create a directory called Class and I type:
mkdir Class
Now I need to move into the directory and I don't understand how to do this.
Please help the newbie.
Thanks
- 08-24-2008 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 17,780
Welcome to the forums!
Try using the cd command to change to the new directory:
Check LinuxCommand.org for more on this command and others.Code:cd /path/to/new/directory
oz
→ new users: read this first
→ no private messages requesting computer support - post them on the forums!


Reply With Quote
