Which command used to display the current working directory in Linux ?AcdBhomeCpwdDdrAnswer: C. pwdRead Explanation:The command used to display the current working directory in Linux is 'pwd'.This is an abbreviation for "present working directory".Typing this command in the terminal and pressing Enter will display the full path of the current working directory.Some uses of the 'pwd' commandTo know the path of the current working directory.To identify the current directory in scripts.To find the exact path when manipulating files. Open explanation in App