Shell Example To Change Directory
Shell Example To Change Directory Webune Forums
Shell, Example, To, Change, Directory


Sat Apr 25, 2009 6:14 am - Shell Example To Change Directory
#2245
Shell Example To Change Directory
author: cotat4
Leave Your Comments
name
comments
Share
Share this post by copy and paste this URL and put it on your forums or use it on your profile like myspace, friendster, Facebook, Twitter or others and add in with your comments.
URL Link: ask
Use this HTML code to embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it.
Embed: ask
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on with Posts and Replies on your forums
BBCODE: ask
| More
Sat Apr 25, 2009 6:17 am - Re: Shell Example To Change Directory
#2313
Web Hosting Support
try this

login to your server

when you are logged in as root try these commands:

pwd

this command will show you the where you currently are

it will probably say something like this:

/home/USER_NAME

* USER_NAME = whatever your username is

now you can change directory from /home/USER_NAME to lets say your web directory:

cd /var/www/html


now send pwd again and you will see that you changed directories to:
/var/www/html