Uname: Linux 50-6-4-53.bluehost.com 5.14.0-611.41.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Mar 19 03:50:11 EDT 2026 x86_64
User: 1011 (dccreditrepairto)
Group: 1010 (dccreditrepairto)
Disabled functions: NONE
Safe mode: On[ PHPinfo ]
////sbin      ( Reset | Go to )
File Name: pam_namespace_helper
#!/usr/bin/sh

CONF=/etc/security/namespace.conf

# Match logic of process_line(), except lines with $HOME are ignored
# skip the leading white space, rip off the comments, ignore empty lines
sed -e 's/^[     ]*//g' -e 's/#.*//g' -e '/.*\$HOME.*/d'  -e '/^$/d' < $CONF | \
    while read polydir instance_prefix method uids; do
    if [ ! -e "$instance_prefix" ]; then
        echo "mkdir $instance_prefix"
        mkdir --parents --mode=0 -Z "$instance_prefix"
    fi
    done

exit 0

All system for education purposes only. For more tools: Telegram @jackleet

Mr.X Private Shell

Logo
-
New File | New Folder
Command
SQL