command-line-murders/i-04f88737de06b80cb
by SadServersMore by SadServers
nvme0n1p14 259:3 0 3M 0 part nvme0n1p15 259:4 0 124M 0 part /boot/efi nvme2n1 259:5 0 1G 0 disk admin@i-08e93e0b6cf12c92a:~$ ls agent data datafile kihei admin@i-08e93e0b6cf12c92a:~$ vgcreate vg1 /dev/nvme1n1 WARNING: Running as a non-root user. Functionality may be unavailable. /run/lock/lvm/P_global:aux: open failed: Permission denied admin@i-08e93e0b6cf12c92a:~$ sudo vgcreate vg1 /dev/nvme1n1 Physical volume "/dev/nvme1n1" successfully created. Volume group "vg1" successfully created admin@i-08e93e0b6cf12c92a:~$ sudo vgcreate vg2 /dev/nvme2n1 Physical volume "/dev/nvme2n1" successfully created. Volume group "vg2" successfully created admin@i-08e93e0b6cf12c92a:~$ vgextend vg0 /
kihei/i-08e93e0b6cf12c92a 02:36
by SadServerslatest revision: https://github.com/lsof-org/lsof latest FAQ: https://github.com/lsof-org/lsof/blob/master/00FAQ latest (non-formatted) man page: https://github.com/lsof-org/lsof/blob/master/L usage: [-?abhKlnNoOPRtUvVX] [+|-c c] [+|-d s] [+D D] [+|-E] [+|-e s] [+|-f[gG]] [-F [f]] [-g [s]] [-i [i]] [+|-L [l]] [+m [m]] [+|-M] [-o [o]] [-p s] [+|-r [t]] [-s [p:s]] [-S [t]] [-T [t]] [-u s] [+|-w] [-x [fl]] [--] [names] Use the ``-h'' option to get more help information. admin@i-0d46f6faaf9ff441c:~$ lsof -n -i :5000 admin@i-0d46f6faaf9ff441c:~$ netstat -tulpn | grep 5000 (Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.) tcp 0 0 127.0.0.1:5000 0.0.0.0:* LISTEN admin@i-0d46f6faaf9ff441c:~$ nc localhost 5000 ^C admin@i-0d46f6faaf9ff441c:~$ tel