Change the logical volume capacity named vo from 190M to 300M. and the size of the floating range should set between 280 and 320. (This logical volume has been mounted in advance.)
Answer is in the explanation below.
Reference / correct answer:
See explanation below.
# vgdisplay
(Check the capacity of vg, if the capacity is not enough, need to create pv , vgextend , lvextend)
Who ever creates the files/directories on a data group owner should automatically be in the same group owner as data.
Answer is in the explanation below.
Reference / correct answer:
See explanation below.
1. chmod g+s /data
2. Verify using: ls -ld /data
Permission should be like this: drwxrws--- 2 root sysadmin 4096 Mar 16 18:08 /data
If SGID bit is set on directory then who every users creates the files on directory group owner automatically the owner of parent directory. To set the SGID bit: chmod g+s directory To Remove the SGID bit: chmod g-s directory
Limited Time Offer – Save Now!
Don’t miss out — get full access at the best price.