Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 380 Bytes

general_knowledge.md

File metadata and controls

14 lines (11 loc) · 380 Bytes

General Knowledge

System Logs

You can write a kernel message by either: echo "message" > /dev/kmsg Or by using logger command.

tree without tree

Taken from here.

ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/   /' -e 's/-/|/'

Usefull when in certain busybox builds that lack tree.