LVM Lab

Helpful Sites:
https://linoxide.com/linux-how-to/lvm-configuration-linux/

https://www.tecmint.com/create-lvm-storage-in-linux/

Make sure you do not effect the Windows disk or your own OS. Run pvcreate on the new LVM partition only, do not modify your exisiting partition.

Be careful when doing this lab. DO NOT MODIFY YOUR EXISTING PARTITIONS! Check the drive and partition slices carefully when entering values!

Show the sucessful results using the df command.


User/Group Lab

Create a user called student and setup a password for this user.

Create another user called teacher and setup a password for this user.

Modify the /etc/group file so that a teacher can get read access to files that the student creates.

What permissions will the student need to do their files, so that the teacher can read them? How can the student make this the default permission for all new files that they create?

Show me your /etc/group and explain to me what will the student need to do (if you don't change default permissions for a student).