Questions tagged [showinfo]
2 questions
4
votes
1 answer
Why doesn't this error instead: systemctl show 'random text here'.device
Sample:
[ctor@dom0 ~]$ cat nonsense
#!/bin/bash
set -vex
systemctl show "sys-devices-virtual-block-dm\x2d0.device"
echo
systemctl show sys-devices-virtual-block-dm\x2d0.device
echo
systemctl show 'random text here'.device
echo
The following…
user306023
1
vote
1 answer
how to show only mac address on virtualbox
I'm trying to know a way to show only MAC address from every NIC I have on any running virtual machine:
So far I have this:
ipcopv2
-----------------------------------------------
Groups: /Infraestructura
State: powered off (since…
maniat1k
- 1,495
- 4
- 25
- 40