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 |
Explain how do you create special files like named pipes and device files?
How does unix work?
What is a unix shell?
How do I find a pattern in unix?
Explain some of the fundamental concepts of unix?
You have a file called tonky in the directory honky. Later you add new material to tonky. What changes take place in the directory, inode, and file?
What is the difference between an absolute path and a relative path in unix?
Where is unix used today?
What does sort do in unix?
What are system variables in unix?
How would you explain a kernel to a non-technical person?
What is meant by the term super user?