So i ran a srcds server (source) in the backround using &. Can anyone tell me how to access it again or atleast kill it?
" ./srcds_run -console -game garrysmod +maxplayers 52 -autoupdate &"
Printable View
So i ran a srcds server (source) in the backround using &. Can anyone tell me how to access it again or atleast kill it?
" ./srcds_run -console -game garrysmod +maxplayers 52 -autoupdate &"
Hi and Welcome !
Have you tried fg command? You can use pkill command to kill process.
Here is a great guide on shell job control:
Learning the shell - Lesson 8: Job Control
Linux Command is an excellent website by the way. I recommend exploring it when you've got the time.