Files
tldr/pages/common/tip.md
T
Adriano Inghingolo 2e7a84f09d tip: add page (#22835)
* tip: add page

* Update pages/common/tip.md

Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>

---------

Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
2026-06-16 08:58:56 -07:00

384 B

tip

Connect to a remote system or serial console. More information: https://manned.org/tip.

  • Connect to a remote system defined in /etc/remote:

tip {{system_name}}

  • Connect at a specific baud rate:

tip -{{115200}} {{system_name}}

  • Connect with verbose output:

tip -v {{system_name}}

  • Connect with tilde escape sequences disabled:

tip -n {{system_name}}