Create busctl.md

This commit is contained in:
bcoles 2020-03-17 17:39:11 +11:00 committed by Andrea Cardaci
parent efb956a7b1
commit 20efe0d022

13
_gtfobins/busctl.md Normal file
View File

@ -0,0 +1,13 @@
---
functions:
shell:
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
code: |
busctl --show-machine
!sh
sudo:
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
code: |
sudo busctl --show-machine
!sh
---