Просмотр исходного кода

Merge pull request #39 from lbonanomi/master

Test if the current user is sudo-su'd into this session
pull/41/head
@trimstray 5 лет назад
committed by GitHub
Родитель
Сommit
aa2adcbee2
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 4AEE18F83AFDEB23
1 измененных файлов: 6 добавлений и 0 удалений
  1. +6
    -0
      README.md

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


Загрузка…
Отмена
Сохранить