linux - Execute script via ssh -
im working in group , wonder if there way execute script on linux machine via ssh connection while other members connect via ssh see running script.
thnaks, g
you can start script in tmux or screen session, allows (or others, depending on configuration) detach , re-attach session.
see here primer on tmux, , here discussion on sharing sessions between users.
Comments
Post a Comment