Ubuntu Pastebin

Paste from dafty at Mon, 9 Nov 2015 19:16:58 +0000

Download as text
1
2
3
4
5
6
7
8
$ which nc
/bin/nc
$ file /bin/nc
/bin/nc: symbolic link to `/etc/alternatives/nc'
$ file /etc/alternatives/nc
/etc/alternatives/nc: symbolic link to `/bin/nc.openbsd'
$ file /bin/nc.openbsd
/bin/nc.openbsd: ELF 32-bit LSB  executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.24, BuildID[sha1]=588097310c7515e25b8d62b21bb88d7060b5d3a0, stripped
Download as text