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 |
Is mac unix based?
What methodology can be utilized to modify the password in unix?
What is path variable in unix?
How would you display the last line of a file?
How do I run a shell script in unix?
How do I search for a file in unix?
What is page fault? Its types?
command to view process running?
What is the root directory in unix?
What is wild-card interpretation?
What is unix and why it is used?
What is unix explain its architecture?