30.08.2015, 13:59
I WANT TO ACTIVATE through my VPS server ( Linux ) , remained as I type nohup ./samp03svr , appear > permission denied , who can help me?
Do the following -- chmod 777 samp03svr - samp-npc - announce. This will help you by giving it permissions to be read.
|
Do the following -- chmod 777 samp03svr - samp-npc - announce. This will help you by giving it permissions to be read.
|
Scenario 2: Now we’ll assume that you’ve decided to upgrade to a VPS, and have moved your hosting account there. Still unaware of the better options for running PHP, you decide to play it “safe” and chmod all of your directories 777, so you’ll never have to worry about permissions issues again. Should be safe enough. After all, it’s your VPS, right? There are no other users. That may be so, but PHP and the web server aren’t the only pieces of software that run on any given server. You will typically have a local mail relay, often an NTP server, NRPE if you’re monitoring your server with Nagios, and any number of other daemons. These daemons, just like all software, are not infallible. Bugs come up from time to time, sometimes serious ones. You don’t want to lull yourself into a false sense of security, only to have an exploit in your mail server used to gain access to a shell, with all of your website’s files writable by the user the mail server runs as. Sounds far-fetched? It’s true that it’s not the kind of thing that happens every day, but these things do happen. Why leave yourself vulnerable? |