Skip to content

Instantly share code, notes, and snippets.

@mapk0y
Last active April 23, 2016 16:41
Show Gist options
  • Save mapk0y/75a08d5b25296d748d5255943300d8e3 to your computer and use it in GitHub Desktop.
Save mapk0y/75a08d5b25296d748d5255943300d8e3 to your computer and use it in GitHub Desktop.

Jessie(Debian GNU/Linux 8.4)

debian-jessie:~# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 8.4 (jessie)
Release:        8.4
Codename:       jessie
debian-jessie:~# ls -l /usr/bin/schroot
-rwsr-xr-x 1 root root 1411336 May 25  2014 /usr/bin/schroot
debian-jessie:~# ls -l /bin/ping
-rwxr-xr-x 1 root root 44104 Nov  8  2014 /bin/ping
debian-jessie:~# getcap /bin/ping
/bin/ping = cap_net_raw+ep

Trusty(Ubuntu 14.04.4)

[mapk0y@lubuntu:~]$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 14.04.4 LTS
Release:	14.04
Codename:	trusty
[mapk0y@lubuntu:~]$ ls -l /bin/ping
-rwsr-xr-x 1 root root 44168  5月  8  2014 /bin/ping*

Xenial(Ubuntu 16.04)

root@ubuntu-xenial:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 16.04 LTS
Release:        16.04
Codename:       xenial
root@ubuntu-xenial:~# ls -la $(which ping)
-rwsr-xr-x 1 root root 44168 May  7  2014 /bin/ping
root@ubuntu-xenial:~# ls -la $(which schroot)
-rwsr-xr-x 1 root root 1371472 Feb  1 15:27 /usr/bin/schroot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment