Difference between revisions of "GNU Screen"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 15: Line 15:
 
To quit:  <code>ctrl-A \</code><ref>https://unix.stackexchange.com/questions/180900/terminate-screen-monitoring-serial-port</ref>
 
To quit:  <code>ctrl-A \</code><ref>https://unix.stackexchange.com/questions/180900/terminate-screen-monitoring-serial-port</ref>
  
  <code>-L</code> Tell screen to turn on automatic output logging for the windows.
+
  <code>-L</code> Tell screen to turn on automatic output [[logging]] for the windows.
  
  

Revision as of 05:55, 10 November 2021

wikipedia:GNU screen (1987) terminal multiplexer

  • apt install screen
screen /dev/cu.usbserial
screen /dev/cu.usbserial 115200
screen /dev/cu.usbserial-FTENC1 115200

Linux:

screen /dev/ttyUSB0 115200
screen /dev/ttyUSB1 115200
screen /dev/ttyUSB0 9600

To quit: ctrl-A \[1]

-L Tell screen to turn on automatic output logging for the windows.


systemd-run --scope --user screen

Related terms

See also

  • https://unix.stackexchange.com/questions/180900/terminate-screen-monitoring-serial-port
  • Advertising: