⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.230
Server IP:
13.127.59.50
Server:
Linux ip-172-31-46-210 5.15.0-1033-aws #37~20.04.1-Ubuntu SMP Fri Mar 17 11:39:30 UTC 2023 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.3-4ubuntu2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
snap
/
core24
/
988
/
sbin
/
View File Name :
pam_namespace_helper
#!/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