lbonanomi
5 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
6 aggiunte e
0 eliminazioni
-
README.md
|
|
@@ -1227,6 +1227,12 @@ ___ |
|
|
|
who -b |
|
|
|
``` |
|
|
|
|
|
|
|
###### Detect a user sudo-su'd into the current shell |
|
|
|
|
|
|
|
``` |
|
|
|
[[ $(who -m | awk '{ print $1 }') == $(whoami) ]] || echo "You are su-ed to $(whoami)" |
|
|
|
``` |
|
|
|
|
|
|
|
___ |
|
|
|
|
|
|
|
##### Tool: [screen](https://en.wikipedia.org/wiki/GNU_Screen) |
|
|
|