Jump to content
  • 0
zackpinoy

permission denied

Question

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

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

@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? 

Share this post


Link to post
Share on other sites
  • 0

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

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.