aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2021-08-01-linux-cheatsheet.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/2021-08-01-linux-cheatsheet.md')
-rw-r--r--content/posts/2021-08-01-linux-cheatsheet.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/posts/2021-08-01-linux-cheatsheet.md b/content/posts/2021-08-01-linux-cheatsheet.md
index 8c0d125..3747d43 100644
--- a/content/posts/2021-08-01-linux-cheatsheet.md
+++ b/content/posts/2021-08-01-linux-cheatsheet.md
@@ -1,7 +1,7 @@
1--- 1---
2title: List of essential Linux commands for server management 2title: List of essential Linux commands for server management
3url: linux-cheatsheet.html 3url: linux-cheatsheet.html
4date: 2021-08-01 4date: 2021-08-01T12:00:00+02:00
5draft: false 5draft: false
6--- 6---
7 7
@@ -283,3 +283,4 @@ lsof -u <user>
283# -n 1 means every second 283# -n 1 means every second
284watch -n 1 df -h 284watch -n 1 df -h
285``` 285```
286