What command would you use to find out more information about the pwd command? What is the function of the pwd command?

Shell Basics

Step 1. Access the Command Line

a. Log on to the CyberOps Workstation VM as the analyst using the password cyberops. The account analyst is used as the example user account throughout this lab.

b. To access the command line, click the terminal icon located in the Dock, at the bottom of VM screen. The terminal emulator opens.



Step 2. Display Manual Pages from the command line.

a. To learn more about the man page, type:



[analyst@secOps ~]$ man man



b. Type q to exit the man page.

c. Use the man command to learn more about the cp command:



[analyst@secOps ~]$ man cp


The man pwd command is used to access the man page about pwd. The pwd command prints the name of the current or working directory.

Computer Science & Information Technology

You might also like to view...

________ is the largest online video hosting site in the world

A) CollegeHumor B) Vimeo C) YouTube D) Hulu

Computer Science & Information Technology

The Surface comes with two types of covers: the type cover and ________

A) touch cover B) click cover C) custom cover D) traditional cover

Computer Science & Information Technology

When designing the user interface, the more information you get directly from the user, the better your application will be

Indicate whether the statement is true or false

Computer Science & Information Technology

?By default, items are placed in an array either in the order in which they are defined or explicitly by index number.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology