From c023a98efe8cea5c9a6d7342ebabe839746bc058 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Wed, 3 Nov 2021 08:28:05 -0700 Subject: [PATCH] updated notes --- linux_notes.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/linux_notes.txt b/linux_notes.txt index 824a9965..c7bc40af 100644 --- a/linux_notes.txt +++ b/linux_notes.txt @@ -382,6 +382,11 @@ sudo pacman -Rcns See which program owns this file: sudo pacman -Qo /path/to/file +Other commands of note: + +See the day you installed Linux (ie Birthday) +stat / | awk 'Birth: /{print $2}' + OpenBSD's doas: sudo is a rather large program and is designed mainly for large scale systems administration purposes. Because of this, it is not necessary for most home use cases. Instead, you may wish to install opendoas as an alternative: