Hot Chills
General Category => General Discussion => Topic started by: Bounty Hunter on February 11, 2015, 07:42:11
-
Hey guys, I'm using Putty to start server and there is a command to lauch dedicated server, like:
chmod 777 ./cs2d/cs2d_dedicated
screen ./cs2d/cs2d_dedicated
But these cmds are for "root" folder, what cmd I need to type when server is in "home" folder. I was always hosting server in 'root' but I acknowledged that it's dangerous, so I want to host it in 'home'.
-
You want to change the file location of your server? If so I think you can use FTP.
-
chmod 777 /home/cs2d/cs2d_dedicated
screen /home/cs2d/cs2d_dedicated