Server : Apache System : Linux enhance01.hostingraja.org 5.15.0-144-generic #157-Ubuntu SMP Mon Jun 16 07:33:10 UTC 2025 x86_64 User : webdemo_4 ( 4864) PHP Version : 7.4.33 Disable Function : NONE Directory : /usr/share/quota/ |
Upload File : |
#!/bin/sh # names of binaries off=/sbin/quotaoff quotaisoff=/var/lib/quota/off ALLFLAGS=-aug set -e . /lib/lsb/init-functions if [ -x $off ] then log_action_begin_msg 'Turning off quotas' $off $ALLFLAGS || true # Create quota-off file touch $quotaisoff log_action_end_msg 0 fi exit 0