How do you find path of a directory? Give its syntax.

Answers were Sorted based on User's Feedback



How do you find path of a directory? Give its syntax...

Answer / jiji

Type pwd at the prompt

Is This Answer Correct ?    18 Yes 2 No

How do you find path of a directory? Give its syntax...

Answer / mangai

In command prompt,type pwd

Is This Answer Correct ?    13 Yes 3 No

How do you find path of a directory? Give its syntax...

Answer / manikantan t s

go to the directory and give 'pwd'

Is This Answer Correct ?    12 Yes 4 No

How do you find path of a directory? Give its syntax...

Answer / rohit

find . -name <name of the directory you want to serach>

pwd as mentioned in rest of the answer give you the path of
the directory where the user is currently present
echo $PATH gives you the the path only when the PATH
variable is set as environment variable..but it will be
fixed.

Is This Answer Correct ?    6 Yes 3 No

How do you find path of a directory? Give its syntax...

Answer / srikant

locate <dirname>

Is This Answer Correct ?    3 Yes 8 No

How do you find path of a directory? Give its syntax...

Answer / rao

find . -type d -print

Is This Answer Correct ?    4 Yes 11 No

How do you find path of a directory? Give its syntax...

Answer / chandra (acs)

$ echo $PATH

Is This Answer Correct ?    2 Yes 16 No

Post New Answer

More Unix Commands Interview Questions

how to find largest file?

14 Answers   HCL, Microsoft, Thomson Reuters,


Where can I get the free download of Unix by Yeswant Kanetkar?

5 Answers  


What is the search command in unix?

0 Answers  


How many bits use for MAC address?

7 Answers   Google,


how to find the 51th record of a file containing 100 records in unix.

12 Answers   IBM,






What is the use of cut command in unix?

0 Answers  


How do you copy a directory with many files and folders into another directory?

2 Answers  


what is the use of ls -l command & what is the information it gives about user ?

5 Answers  


which command is used to identify the type of the file?

3 Answers  


Explain iostat, vmstat and netstat.

3 Answers   CTS, Wipro,


What does sed command do in unix?

0 Answers  


fork in unix ?

4 Answers   BFL,


Categories