helloo guy i want make script
to check the folder size
and set the folder max size 1GB
i try to make it
im useing linux debian
root@de1:/home/unixuser/OGP_User_Files# dir
user1 user2
===========
the problem the users can upload more then 1 GB
i want set max user folder to 1 GB only
how i make this with php?
im new in php and linux
my code have problems
i want check the folders size in dirname OGP_User_Files
and if the folder size 1 GB chmod it to 444
to check the folder size
and set the folder max size 1GB
i try to make it
im useing linux debian
root@de1:/home/unixuser/OGP_User_Files# dir
user1 user2
===========
the problem the users can upload more then 1 GB
i want set max user folder to 1 GB only
how i make this with php?
im new in php and linux
my code have problems
i want check the folders size in dirname OGP_User_Files
and if the folder size 1 GB chmod it to 444
Comment