Multiple choice technology operating systems

Command for find out what directory you are in?

  1. more

  2. pwd

  3. telnet

  4. ftp

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

pwd (print working directory) displays the full path of the current directory in Unix/Linux systems. more displays file content page by page, while telnet and ftp are network protocol commands for remote login and file transfer respectively.