Which three server types are made possible by installing SAMBA on Oracle Linux and activating SAMBA services?
You are required to create a file system that meets these requirements:1. It must be created on /dev/ssd1.2. It must be mounted on the already existing mount point/cryptfs.3. Data stored on /cryptfs must be encrypted.Examine this list of commands:1. cryptsetup luksFormat /dev/sdd12. cryptsetup luksOpen /dev/sdd1/sdd13. mkfs t ext4 /dev/sdd14. mkfs t ext4 /dev/mapper/sdd15. mount /dev/sdd1/cryptfs6. mount /dev/mapper/sdd1/cryptfs7. cryptsetup /cryptfsWhich option represents the commands in the correct order to create a file system that meet the requirements?
What does a template script set up?
Consider the steps to enable the Pluggable Authentication Module (PAM) to use cgroup rules for a 64-bit system:1. Install the libcgroup-pam software package.2. Ensure that the PAM module has been installed and exists: /lib64/security/pam_cgroup.so.3. Edit the /ets/pam.d/su configuration file and add a line: session optional pam_cgroup.so.4. Edit the /ets/pam.d/su configuration file and add a line: auth sufficient pam_cgroup.so.5. Configure /etc/cgconfig.conf.6. Configure /etc/cgrules.conf.7. Log out all users that are affected by the cgroup settings in the /etc/cgrules.conf file.8. Enable and start the cgred service.9. Reboot the system.Which option represents the steps in the correct order to enable PAM to use cgroup rules for a logged-in user?
Which two commands can be used to find the cgroup to which a given process with PID belongs?
You create an XFS file system by using the command:# mkfs t xfs L /xfs1 l logdev=/dev/cdd1 /dev/sdh1You create the mount point /xfs1 and want to mount the file system on its mount point, before adding an entry for the file system to /etc/fstab.Which two commands can you use to do this?