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
- 18,086
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 members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.


Reply With Quote
