Skip to content

Commit d86d3d6

Browse files
linux/t*: add information link (#6166)
1 parent 2afdeff commit d86d3d6

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

pages/linux/top.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# top
22

33
> Display dynamic real-time information about running processes.
4+
> More information: <https://manned.org/top>.
45
56
- Start top:
67

pages/linux/trap.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
> Automatically execute commands after receiving signals by processes or the operating system.
44
> Can be used to perform cleanups for interruptions by the user or other actions.
5+
> More information: <https://manned.org/trap>.
56
67
- List available signals to set traps for:
78

pages/linux/trizen.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# trizen
22

33
> Arch Linux utility for building packages from the Arch User Repository (AUR).
4+
> More information: <https://github.com/trizen/trizen>.
45
56
- Synchronize and update all AUR packages:
67

pages/linux/tshark.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# tshark
22

33
> Packet analysis tool, CLI version of Wireshark.
4+
> More information: <https://tshark.dev/>.
45
56
- Monitor everything on localhost:
67

pages/linux/tune2fs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
> Adjust parameters of an ext2, ext3 or ext4 filesystem.
44
> May be used on mounted filesystems.
5+
> More information: <https://manned.org/tune2fs>.
56
67
- Set the max number of counts before a filesystem is checked to 2:
78

0 commit comments

Comments
 (0)