Identify the parameters in the cp command below. What are the source and destination files? (use full paths to represent the parameters)

Copying Files
a. The cp command is used to copy files around the local file system. When using cp, a new copy of the file is created and placed in the specified location, leaving the original file intact. The first parameter is the source file and the second is the destination. Issue the command below to copy some_text_file.txt from the home directory to the cyops_folder2 folder:


[analyst@secOps ~]$ cp some_text_file.txt cyops_folder2/


Source: /home/analyst/some_text_file.txt. Destination: /home/analyst/cyops_folder2/some_text_file.txt

Computer Science & Information Technology

You might also like to view...

__________ are used to send large volumes of unwanted e-mail.

A. Rootkits B. Spammer programs C. Downloaders D. Auto-rooters

Computer Science & Information Technology

The accompanying figure illustrates the ____________________ for a list-based navigation area: navigation area, unordered list, list item, and hyperlink.

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

Computer Science & Information Technology

Which of the following is a database stored on the network itself that contains information about users and network devices?

A. user permissions B. network service C. system registry D. directory service

Computer Science & Information Technology

Machine data can be in structured and unstructured format.

a. true b. false

Computer Science & Information Technology