Browse Source

Update README.md

pull/39/head
lbonanomi 5 years ago
committed by GitHub
parent
commit
b8c363ec7e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -1229,7 +1229,7 @@ who -b


###### Detect a user sudo-su'd into the current shell ###### Detect a user sudo-su'd into the current shell


```
```bash
[[ $(who -m | awk '{ print $1 }') == $(whoami) ]] || echo "You are su-ed to $(whoami)" [[ $(who -m | awk '{ print $1 }') == $(whoami) ]] || echo "You are su-ed to $(whoami)"
``` ```




Loading…
Cancel
Save