Here’s how to list all the devices on your network using nmap.
nmap -sn 192.168.0.0/24 |
If nmap is not installed, install it.
yum install nmap apt install nmap |
cloud engineer
Here’s how to list all the devices on your network using nmap.
nmap -sn 192.168.0.0/24 |
nmap -sn 192.168.0.0/24
If nmap is not installed, install it.
yum install nmap apt install nmap |
yum install nmap apt install nmap
Everything you need to know about block devices, e.g. UUID
blkid # or blkid /dev/xvda |
blkid # or blkid /dev/xvda
You can also run file -s. You need to be root.
file -s /dev/xvda1 |
file -s /dev/xvda1