SA-MP Forums Archive
Permission 700 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Permission 700 (/showthread.php?tid=609482)



Permission 700 - Sc0pion - 13.06.2016

Fixed!


Re: Permission 700 - itsCody - 13.06.2016

right click the folder and give the read and write permissions


Re: Permission 700 - Sew_Sumi - 13.06.2016

Should do.

I'm sure chmod supports -R or something similar (Recursion) as well.

http://www.thegeekstuff.com/2010/06/...mand-examples/


Just don't listen to any fool who says 777 is alright.

Quote:
Originally Posted by itsCody
Посмотреть сообщение
right click the folder and give the read and write permissions
Linux dude, not windows... Jesus.


Re: Permission 700 - itsCody - 13.06.2016

Quote:
Originally Posted by Sew_Sumi
Посмотреть сообщение
Linux dude, not windows... Jesus.
same shit if this guy uses a file manager.


Re: Permission 700 - Sew_Sumi - 13.06.2016

Quote:
Originally Posted by itsCody
Посмотреть сообщение
same shit if this guy uses a file manager.
No... Purely no.


Re: Permission 700 - ev0lution - 13.06.2016

No, they won't. New files are created according to the users umask (click for more info). umask by default is usually 022 which means created file permissions will be 644. Ideally your umask should be 077 which means default file permissions will be 700. You'll need access to the server to change your umask.