Ubuntu Pastebin

Paste from jzeolla at Tue, 8 Dec 2015 12:34:06 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$ which openssl
/usr/bin/openssl
$ sudo find / -iname openssl -type f
/usr/share/bash-completion/completions/openssl
/usr/bin/openssl
/etc/apparmor.d/abstractions/openssl
$ sudo /usr/bin/openssl version
OpenSSL 1.0.1f 6 Jan 2014
$ sudo /etc/apparmor.d/abstractions/openssl version
sudo: /etc/apparmor.d/abstractions/openssl: command not found
$ cat /etc/apparmor.d/abstractions/openssl | head -9 
# ------------------------------------------------------------------
#
#    Copyright (C) 2011 Novell/SUSE
#
#    This program is free software; you can redistribute it and/or
#    modify it under the terms of version 2 of the GNU General Public
#    License published by the Free Software Foundation.
#
# ------------------------------------------------------------------
$ sudo /usr/share/bash-completion/completions/openssl version
sudo: /usr/share/bash-completion/completions/openssl: command not found
$ cat /usr/share/bash-completion/completions/openssl | head -1
# bash completion for openssl                              -*- shell-script -*-
Download as text