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

Explain the terms links and symbolic links with respect to unix?

0 Answers  


I have one flat file,in this file how many columns are there i don't know,but one ename column is there , just i want to cut the surname, so how to cut the surname, any one know the answer please guide me ? ename ----- tapan kumar nayak bala murugan kutal chkrobarthy biswo My output is like that OUTPUT ------ nayak murugan chakrobarthy biswo

0 Answers   Cap Gemini,


What is grep family in unix?

0 Answers  


What is c shell in unix?

0 Answers  


Is windows built on unix?

0 Answers  


What are drawbacks of ssh v2?

0 Answers  


What are new features added in nfs4?

0 Answers  


Explain the method of changing file access permission?

0 Answers  


What do you understand by the term single user system?

0 Answers  


Does apple run unix?

0 Answers  


Is unix multiuser?

0 Answers  


How do I run a shell script in unix?

0 Answers  


Categories