Advertisement
k3NGuru

Untitled

Aug 19th, 2022 (edited)
1,167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.25 KB | None | 0 0
  1. ### SSH by root ###
  2. [root@k8s-m1-stage ~] echo $PATH
  3. /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin
  4.  
  5. ### SSH by user ###
  6. [dolebedev@k8s-m1-stage ~] sudo su
  7. [root@k8s-m1-stage /home/local/dolebedev] echo $PATH
  8. /sbin:/bin:/usr/sbin:/usr/bin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement