UBB.Dev
Posted By: Wartortle Neep some help bad... - 02/08/2001 6:51 PM
OK.. I made this script so it will create a folder and a file for this thing Im making here is the code:
Code
code:
The first problem is that when I ran it created them ok but it makes it so you cant delete them now theyr stuck on my server another problem is that the perl code dosent print to it and the last is it dosent run somtimes please tell me how to fix this so it works
Posted By: Em8 Re: Neep some help bad... - 02/09/2001 1:30 AM
Well when you delete it it is coming back because the script is still on your server creating it again and again when you delete it.
Posted By: Wartortle Re: Neep some help bad... - 02/09/2001 7:12 PM
no it says access denied when i say delete
Posted By: Charles Capps Re: Neep some help bad... - 02/09/2001 10:50 PM
The directory that hosts the created directory lacks proper permissions.
Posted By: Mark Badolato Re: Neep some help bad... - 02/10/2001 3:32 AM
Most likely ownership issues too. The script is creating the directory, not you physically doing it, therefore the directory is owned by "nobody" as that is the username when it's created.

Make a script delete it, that way its running as the same user and has the permission.

--mark
© UBB.Developers