- Forums
- Linux
- How To Display What Directory You Are In Linux
If You Want To Know How To Display What Directory You Are In Linux Check Out This Tutorial Using A Shell Prompt Command In Unix Console Terminal [3256], Last Updated: Mon Jun 24, 2024
Webune Support
Mon Oct 19, 2009
0 Comments
354 Visits
DO YOU HAVE A DEDICATED SERVER WITH WEBUNE? if not, not problem. if you already do, then you are going to find this short tutorial very helpful. many customers ask how to display what directory you are in linux.
well, we are going to teach you today.
the first thing to do is to login as root into your linux server
so now that we are logged int, lets say we change directories to /var/logs/
SHELL COMMAND
cd /var/logs/
but then you forgot where you were, simple. just send this command to find out at which directory location you are presently located at within the file system.
SHELL COMMAN
pwd
thats it
simple right>>>
Thanks
Webune Support Team