This is under Experimentation/Customization/Optimization > Topic: Rules for posting in this forum
Links
"Sources of Information"
> HOWTO find Kubuntu's manual / reference / guide / documentation / help
About USB
> Mount USB
> Rename USB Drive
> askubuntu.com: Mounting a usb disk in a permanent location
Misc
> Using UUID
> Mount Devices Troubleshooting
> How to fstab
> File Permissions
> Chmod help
MANuals
man udev:
man udevadm:
README
/etc/udev/rules.d/README:
/lib/udev/rules.d/README:
D Directories
Rule of thumb
Don't edit (mess) the original setting files if possible - use the separate additional (d directory) files.
There are - among others:
SOURCES.LIST.D:
> /etc/sudoers.d/ (and all those d directories)
Links
"Sources of Information"
> HOWTO find Kubuntu's manual / reference / guide / documentation / help
About USB
> Mount USB
> Rename USB Drive
> askubuntu.com: Mounting a usb disk in a permanent location
Misc
> Using UUID
> Mount Devices Troubleshooting
> How to fstab
> File Permissions
> Chmod help
MANuals
man udev:
NAME
udev - Linux dynamic device management
DESCRIPTION
udev supplies the system software with device events, manages permissions of device nodes and may create
additional symlinks in the /dev directory, or renames network interfaces. The kernel usually just assigns
unpredictable device names based on the order of discovery. Meaningful symlinks or network device names
provide a way to reliably identify devices based on their properties or current configuration...
udev - Linux dynamic device management
DESCRIPTION
udev supplies the system software with device events, manages permissions of device nodes and may create
additional symlinks in the /dev directory, or renames network interfaces. The kernel usually just assigns
unpredictable device names based on the order of discovery. Meaningful symlinks or network device names
provide a way to reliably identify devices based on their properties or current configuration...
man udevadm:
NAME
udevadm - udev management tool
DESCRIPTION
udevadm expects a command and command specific options. It controls the runtime behavior of udev, requests
kernel events, manages the event queue, and provides simple debugging mechanisms...
udevadm - udev management tool
DESCRIPTION
udevadm expects a command and command specific options. It controls the runtime behavior of udev, requests
kernel events, manages the event queue, and provides simple debugging mechanisms...
README
/etc/udev/rules.d/README:
The files in this directory are read by udev(7) and used when events
are performed by the kernel. The udev daemon watches this directory
with inotify so that changes to these files are automatically picked
up, for this reason they must be files and not symlinks to another
location as in the case in Debian.
Packages do not generally install rules here, this directory is for
local rules. If you want to override behaviour of package-supplied
rules, which can be found in /lib/udev/rules.d, you can do one of
two things:...
are performed by the kernel. The udev daemon watches this directory
with inotify so that changes to these files are automatically picked
up, for this reason they must be files and not symlinks to another
location as in the case in Debian.
Packages do not generally install rules here, this directory is for
local rules. If you want to override behaviour of package-supplied
rules, which can be found in /lib/udev/rules.d, you can do one of
two things:...
The files in this directory are read by udev(7) and used when events
are performed by the kernel. The udev daemon watches this directory
with inotify so that changes to these files are automatically picked
up, for this reason they must be files and not symlinks to another
location as in the case in Debian.
These are not conffiles. If you want to override the behaviour, you
can do one of two things:...
are performed by the kernel. The udev daemon watches this directory
with inotify so that changes to these files are automatically picked
up, for this reason they must be files and not symlinks to another
location as in the case in Debian.
These are not conffiles. If you want to override the behaviour, you
can do one of two things:...
D Directories
Rule of thumb
Don't edit (mess) the original setting files if possible - use the separate additional (d directory) files.
There are - among others:
SOURCES.LIST.D:
The /etc/apt/sources.list.d directory provides a way to add sources.list entries in separate files. The
format is the same as for the regular sources.list file. File names need to end with .list and may only
contain letters (a-z and A-Z), digits (0-9), underscore (_), hyphen (-) and period (.) characters. Otherwise they will be silently ignored
format is the same as for the regular sources.list file. File names need to end with .list and may only
contain letters (a-z and A-Z), digits (0-9), underscore (_), hyphen (-) and period (.) characters. Otherwise they will be silently ignored
Comment