Visit here for our full LPI 010-160 exam dumps and practice test questions. Question 1 Which command is used to display the current working directory in Linux? A) ls B) cd C) pwd D) whoami Answer: C) pwd Explanation: In Linux, the filesystem is hierarchical, and the concept of the “current working directory” is fundamental. The current working directory is where the shell is currently operating. Commands like cp, mv, and rm act on files relative to this location unless an absolute path is provided. The pwd command, which stands…
