Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Which of the following commands will change group ownership of a file to finance? (Choose all that apply.) a. chown finance myfile b. chown

1.

Which of the following commands will change group ownership of a file to finance? (Choose all that apply.)

a. chown finance myfile
b. chown :finance myfile
c. chgrp finance myfile
d. chgrp -v finance myfile

2.

Jan needs to set permissions on a file so that the owner has read, write, and execute permissions. The group should have read permissions only, and everyone else should have no access. Which of the following parameters, when used with the chmod command, would set the permissions described?

a. 047
b. 740
c. 026
d. 620

3.

If a hard link is created for a file and then the original file is deleted, what is the status of the hard link as a result?

a. The hard link is still accessible with all of the original contents of the original file.
b. The hard link is automatically deleted as well.
c. The hard link becomes broken and when using a color-coded terminal turns red.
d. The hard link is broken but appears normal in the terminal. The user will only notice that it is broken when trying to access the file.

4.

Which of the following commands can be used to create a physical volume out of an unused partition?

a. lvm --create
b. volumecreate
c. lvm --newpv
d. pvcreate

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

Problems Hi use the same integral: which has true value: rr/4

Answered: 1 week ago