Browse Source

Merge pull request #2 from lbonanomi/who

test if the current user is sudo-su'd into this session
pull/39/head
lbonanomi 5 years ago
committed by GitHub
parent
commit
2e28c6c0da
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      README.md

+ 6
- 0
README.md View File

@@ -1227,6 +1227,12 @@ ___
who -b 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) ##### Tool: [screen](https://en.wikipedia.org/wiki/GNU_Screen)


Loading…
Cancel
Save