linux - Execute parametered command as another user -
linux - Execute parametered command as another user -
i thinking little bash scripting, barriers defeated me.
the command run, following:
sudo su -l tesztfelhasznalo -c "screen -admsl cs00 nice -n 0 ./hlds_run -game cstrike +ip 127.0.0.1 +port 27015 +maxplayers 16 +map de_dust2 -pingboost 2 -autoupdate" there no screen created, after executing. hlds_run's start parameters problem, don't know how right syntax in "setup".
thanks.
linux bash screen sudo su
Comments
Post a Comment