403Webshell
Server IP : 189.126.111.107  /  Your IP : 216.73.217.69
Web Server : Apache
System : Linux www.gadotticar.com.br 5.4.0-135-generic #152-Ubuntu SMP Wed Nov 23 20:19:22 UTC 2022 x86_64
User : gadotticar ( 1000)
PHP Version : 8.2.27
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /proc/thread-self/root/lib/udev/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/thread-self/root/lib/udev/dmsetup_env
#!/bin/sh
#
# Debian's dmsetup is lacking the export patch, so gather the minimum
# information here in order to get proper partition mappings via kpartx
# 
# See: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=434241
#      http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487881
#      http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493078

MAJOR=$1
MINOR=$2

if [ -z "$MAJOR" -o -z "$MINOR" ]; then
    echo "usage: $0 major minor"
    exit 1
fi

DMSETUP="/sbin/dmsetup -c --noheadings info -j$MAJOR  -m$MINOR"

DM_UUID=`$DMSETUP -oUUID`
if [ -n "$DM_UUID" ]; then 
    echo DM_UUID=$DM_UUID
    ATTRS=`$DMSETUP -oattr`
    case "$ATTRS" in
        L-*) # this is the only state needed for the kpartx udev rules
            echo DM_TABLE_STATE=LIVE
	    echo DM_STATE=ACTIVE
	    ;;
    esac
fi
echo DM_NAME=`$DMSETUP -oname`

Youez - 2016 - github.com/yon3zu
LinuXploit