From ae24d9a8869c497537839f330384cbadb2cf687c Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 10:17:43 +0100 Subject: Updated theme --- public/linux-cheatsheet.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'public/linux-cheatsheet.html') diff --git a/public/linux-cheatsheet.html b/public/linux-cheatsheet.html index d519d81..c0e110b 100755 --- a/public/linux-cheatsheet.html +++ b/public/linux-cheatsheet.html @@ -106,11 +106,11 @@

List files opened by user

lsof -u <user>
 

Execute "df -h", showing periodic updates

# -n 1 means every second
 watch -n 1 df -h
-

Posts from blogs I follow around the net