permission denied

zackpinoy

New member
Messages
60
Points
0
Github
zackpinoy
Emulator
hi guys, anyone familiar with this problem i have? it seems its denying to remove the sql data.

rm: cannot remove `obj_sql/int_mail.o': Permission deniedrm: cannot remove `obj_sql/pincode.o': Permission deniedrm: cannot remove `obj_sql/int_storage.o': Permission deniedrm: cannot remove `obj_sql/int_pet.o': Permission deniedrm: cannot remove `obj_sql/int_auction.o': Permission deniedrm: cannot remove `obj_sql/inter.o': Permission deniedrm: cannot remove `obj_sql/int_guild.o': Permission deniedrm: cannot remove `obj_sql/int_mercenary.o': Permission deniedrm: cannot remove `obj_sql/char.o': Permission deniedrm: cannot remove `obj_sql/int_quest.o': Permission deniedrm: cannot remove `obj_sql/int_party.o': Permission deniedrm: cannot remove `obj_sql/int_elemental.o': Permission deniedrm: cannot remove `obj_sql/int_homun.o': Permission denied
any suggestions? thanks

 
@edit

What are you trying to do?
when i run my server it shows like that. this is my first time to see that error. i have less experience in troubleshooting. any idea where that error came from? 

 
Its not SQL data, its compiled .c files,

maybe you are trying to "make clean"

you can just

chmod -R 777 src/map/obj_sql
(I don't know what permission are required, I think its 644, but 777 allows all)

P.S: Use only if you own the VPS, and is not a shared VPS

 
Back
Top