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
:confused:
Printable View
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
:confused:
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