From d86d3d6206bdf76257ce480be4a8a71d2d4fdda6 Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Mon, 28 Jun 2021 23:48:24 +0100 Subject: [PATCH] linux/t*: add information link (#6166) --- pages/linux/top.md | 1 + pages/linux/trap.md | 1 + pages/linux/trizen.md | 1 + pages/linux/tshark.md | 1 + pages/linux/tune2fs.md | 1 + 5 files changed, 5 insertions(+) diff --git a/pages/linux/top.md b/pages/linux/top.md index 78fc8943f..6bcb43619 100644 --- a/pages/linux/top.md +++ b/pages/linux/top.md @@ -1,6 +1,7 @@ # top > Display dynamic real-time information about running processes. +> More information: . - Start top: diff --git a/pages/linux/trap.md b/pages/linux/trap.md index 325b1c123..98dc02d8b 100644 --- a/pages/linux/trap.md +++ b/pages/linux/trap.md @@ -2,6 +2,7 @@ > Automatically execute commands after receiving signals by processes or the operating system. > Can be used to perform cleanups for interruptions by the user or other actions. +> More information: . - List available signals to set traps for: diff --git a/pages/linux/trizen.md b/pages/linux/trizen.md index 14c5ee3b5..115cf5d74 100644 --- a/pages/linux/trizen.md +++ b/pages/linux/trizen.md @@ -1,6 +1,7 @@ # trizen > Arch Linux utility for building packages from the Arch User Repository (AUR). +> More information: . - Synchronize and update all AUR packages: diff --git a/pages/linux/tshark.md b/pages/linux/tshark.md index 0b5bde233..676f94cc3 100644 --- a/pages/linux/tshark.md +++ b/pages/linux/tshark.md @@ -1,6 +1,7 @@ # tshark > Packet analysis tool, CLI version of Wireshark. +> More information: . - Monitor everything on localhost: diff --git a/pages/linux/tune2fs.md b/pages/linux/tune2fs.md index ea6a453b9..f8d60f15d 100644 --- a/pages/linux/tune2fs.md +++ b/pages/linux/tune2fs.md @@ -2,6 +2,7 @@ > Adjust parameters of an ext2, ext3 or ext4 filesystem. > May be used on mounted filesystems. +> More information: . - Set the max number of counts before a filesystem is checked to 2: