Ubuntu Pastebin

Paste from ogra at Tue, 26 Sep 2017 17:25:55 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
ogra@styx:~$ hello-world.sh 
Launching a shell inside the default app confinement. Navigate to your
app-specific directories with:

  $ cd $SNAP
  $ cd $SNAP_DATA
  $ cd $SNAP_USER_DATA

bash-4.3$ ldd
ldd: missing file arguments
Try `ldd --help' for more information.
bash-4.3$ ldd /bin/bash
	linux-vdso.so.1 =>  (0x00007ffcb57c9000)
	libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x00007f3895d4e000)
	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f3895b4a000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f3895780000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f3895f77000)
bash-4.3$ 
Download as text