Parcourir la source

Merge pull request #2 from lbonanomi/who

test if the current user is sudo-su'd into this session
pull/39/head
lbonanomi il y a 5 ans
committed by GitHub
Parent
révision
2e28c6c0da
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. +6
    -0
      README.md

+ 6
- 0
README.md Voir le fichier

@@ -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)


Chargement…
Annuler
Enregistrer