浏览代码

Merge pull request #2 from lbonanomi/who

test if the current user is sudo-su'd into this session
pull/39/head
lbonanomi 5 年前
committed by GitHub
父节点
当前提交
2e28c6c0da
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. +6
    -0
      README.md

+ 6
- 0
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)


正在加载...
取消
保存