From ee926b52a2f9c7fb6e3cb0275d03e48e603cab63 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Wed, 25 Jan 2023 20:56:38 +0100 Subject: [PATCH] Update 'help' with info on most, pwgen, fping, socat, etc. Signed-off-by: Joachim Wiberg --- board/common/rootfs/bin/help | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/board/common/rootfs/bin/help b/board/common/rootfs/bin/help index cfffa421..c7e10e7d 100755 --- a/board/common/rootfs/bin/help +++ b/board/common/rootfs/bin/help @@ -42,8 +42,10 @@ ${H2}Tools${H0} tail -F file Continuously read from a file Useful for monitoring the health of services, see 'ls /var/log/' for log files less [file] Pagers provding easily scrollable content (q quits) > - more [file] > e.g., 'cat very-long-file | less' + more [file] > e.g., 'cat very-long-file | less' + most [file] > e.g., 'cat very-long-file | most' passwd Change user password + pwgen Password generator reboot Restart the device reset Reset the shell prompt if it gets garbled @@ -52,9 +54,13 @@ ${H2}Network Tools${H0} traceroute [-h] Trace the route ip packets follow going to a host tcpdump [-h] Display network packet headers in real-time arping [-h] Ping hosts by ARP requests/replies - ping [-h] Send ICMP ECHO_REQUEST packets to network hosts + fping [-h] Send ICMP ECHO_REQUEST packets to multiple hosts + ping [-h] Send ICMP ECHO_REQUEST packets to a network host + lynx URL [-h] The text mode web browser netcalc [-h] Calculate IP network settings from a IP address netcat [-h] NetCat - TCP/IP swiss army knife (alias: nc) + socat [-h] Multipurpose socket relay program + ttyd [-h] Sharing a terminal over the web ifconfig [--help] See/Reconfigure available network interfaces route [--help] Edit the kernel's routing tables