How to know the present working directory in unix?



How to know the present working directory in unix?..

Answer / kanimozhi

* pwd command is used for printing the current working directory.
* It prints the full system path of the current directory to the standard output.
* pwd is a shell built-in command means, it is part of the code that runs the shell rather than calling external executable.In that way the command works faster.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix General Interview Questions

How is unix different from other operating system?

0 Answers  


Differentiate relative path from an absolute path?

0 Answers  


How do I grep recursively in unix?

0 Answers  


What do you understand by the term wild-card interpretation?

0 Answers  


Suppose you have a scheduling chain where the process 1 is a predecessor of the process 2 and both of them are scheduled every Monday at 8.00pm. Will I find execution log of process 1 every Tuesday morning? And what about the other one? Why?

1 Answers   Accenture, IBM,






What is the ‘nohup’ in unix?

0 Answers  


Is windows 10 unix based?

0 Answers  


What is a superuser?

0 Answers  


In what way the Fault Handlers and the Interrupt handlers are different?

0 Answers  


What is the full form of unix?

0 Answers  


What is called in unix?

0 Answers  


What is difference between unix and windows operating system?

0 Answers  


Categories