The subdirectory newdir does not currently exist in the current directory that you are in. Which of the following commands will create a new directory named newdir and then change into that directory? (Choose two.)

A. mkdir newdir || cd newdir
B. mkdir newdir; cd newdir
C. mkdir newdir && cd newdir
D. mkdir newdir >> cd newdir


Answer:
B. mkdir newdir; cd newdir

C. mkdir newdir && cd newdir

Computer Science & Information Technology

You might also like to view...

An element in a List can be accessed by using the element’s ________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

________ data is data duplicated in more than one location within a database

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following is not a writing style manual?

A) American Psychological Association (APA) B) American English Association (AEA) C) Chicago D) Modern Language Association (MLA)

Computer Science & Information Technology

Which of the following examples would require a private static IP address, but not a public static IP address?

A. A PDA connecting to the wireless network. B. A laptop that is deployed on a LAN. C. A file server deployed in the internal datacenter. D. An Internet facing web server for external access.

Computer Science & Information Technology