Rob0 Posted November 5, 2016 Share Posted November 5, 2016 How would i switch from seeing MTA console on linux server to go back to root to do other things then back to MTA without exiting MTA? Link to comment
Mr_Moose Posted November 6, 2016 Share Posted November 6, 2016 You need to install a package called screen: yum install screen screen -S MTASA screen -ls screen -r <ID_OF_MTASA> Once you're connected to the screen session you can disconnect using CTRL+A then D and reconnect later using the last of above commands, also don't run your server as root, it doesn't need root privileges to run and it could be insecure if you load a suspicious resource or if someone else manage to take control over your server. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now