thedeadhand Posted August 3, 2014 Share Posted August 3, 2014 Hello this maybe a very simple question but how would you let a program run that you started over ssh? For example if I started reaver over ssh via a laptop and I closed the ssh connection would it still run? and if so how would you re access it or is it just a log? Thanks i tried to research this but I wanted an answer from the pineapple community. Quote Link to comment Share on other sites More sharing options...
Mr-Protocol Posted August 3, 2014 Share Posted August 3, 2014 If you want to re-access the session later. Look into "screen" or "tmux". If you just want to run a script and go, look into "nohup". Quote Link to comment Share on other sites More sharing options...
thedeadhand Posted August 3, 2014 Author Share Posted August 3, 2014 Awesome thanks man Quote Link to comment Share on other sites More sharing options...
thedeadhand Posted August 3, 2014 Author Share Posted August 3, 2014 nohup with tail is perfect. i really appreciate your help its hard to find these commands using the Internet. Quote Link to comment Share on other sites More sharing options...
phpsystems Posted August 3, 2014 Share Posted August 3, 2014 If your process is already started, you can background it, and then "disown" it. A short cut way to do this is to run the command in brackets, with the ampersand, eg. (wireshark &) Or: wireshark ^z bg disown %1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.