The /etc/X11/ directory is for X Window System configuration files, such as xorg.conf.
use "lspci" command.
Kudzu is used to Detect new Hardware.
Q: – How to Enable ACLs for /home partition?
Add following entry in /etc/fstab
LABEL=/home /home ext3 acl 1 2
Now remount /home partition with acl option.
mount -t ext3 -o acl /dev/sda3 /home
getfacl test_file
The /etc/skel directory contains files and directories that are automatically copied over to a new user's home directory when such user is created by the useradd or adduser command.
Q: – What does /etc/X11/ directory contains?
The /etc/X11/ directory is for X Window System configuration files, such as xorg.conf.
use "lspci" command.
Q: – What is the role of "Kudzu"?
Kudzu is used to Detect new Hardware
Q: – How to Enable ACLs for /home partition?
Add following entry in /etc/fstab
LABEL=/home /home ext3 acl 1 2
Now remount /home partition with acl option.
mount -t ext3 -o acl /dev/sda3 /home
getfacl test_file
The /etc/skel directory contains files and directories that are automatically copied over to a new user's home directory when such user is created by the useradd or adduser command.
The Kudzu program runs each time the system boots and performs a hardware probe. If new hardware is found, Kudzu attempts to map it to a kernel module. If successful, the information is saved, and the device is configured.
Q: – How to remove an ACL?
setfacl –remove-all <file-name>
Ext2
Ext
Submitted By:-Parveen Kumar Email-ID: – parveen.antil@gmail.com
Really appreciate your efforts !!