InterviewSolution
Saved Bookmarks
| 1. |
What command can be used to show the current working directory? |
|
Answer» PWD STANDS for PRINT working directory. The pwd command in the Linux OPERATING system is used to print out the current working directory. Syntax: $ pwd [-options]
Example: Command: $ pwdOuput: gourav@scaleracademy:~$ pwd/home/gourav |
|