updated notes
This commit is contained in:
parent
13aa500d5f
commit
c023a98efe
1 changed files with 5 additions and 0 deletions
|
|
@ -382,6 +382,11 @@ sudo pacman -Rcns <packagename>
|
||||||
See which program owns this file:
|
See which program owns this file:
|
||||||
sudo pacman -Qo /path/to/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:
|
OpenBSD's doas:
|
||||||
sudo is a rather large program and is designed mainly for large scale systems administration purposes.
|
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:
|
Because of this, it is not necessary for most home use cases. Instead, you may wish to install opendoas as an alternative:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue