%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/share/bug/
Upload File :
Create Path :
Current File : //usr/share/bug/cryptsetup

#!/bin/sh

exec >&3

echo "-- /proc/cmdline"
cat /proc/cmdline
echo

if [ -r /etc/crypttab ]; then
        echo "-- /etc/crypttab"
        cat /etc/crypttab
        echo
fi

if [ -r /etc/fstab ]; then
        echo "-- /etc/fstab"
        cat /etc/fstab
        echo
fi

echo "-- lsmod"
lsmod
echo

Zerion Mini Shell 1.0