diff --git a/README.md b/README.md index 29901e1..af0d2bf 100644 --- a/README.md +++ b/README.md @@ -1236,6 +1236,12 @@ ___ who -b ``` +###### Detect a user sudo-su'd into the current shell + +```bash +[[ $(who -m | awk '{ print $1 }') == $(whoami) ]] || echo "You are su-ed to $(whoami)" +``` + ___ ##### Tool: [screen](https://en.wikipedia.org/wiki/GNU_Screen)