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

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -