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 the Process before and after the swap are the same? Give reason.
Explain the following statement, “it is not advisable to use root as the default login.”
What is unix mtime?
What is the difference between a single dot and double dot in unix?
Is unix still relevant?
What are the three major components of any unix system?
What are the features and benefits of unix?
How do I run a shell script in unix?
How to reverse a string in Unix?
What does ls mean in unix?
Explain superblock in unix.
What is the difference between an absolute path and a relative path in unix?