Ubuntu Pastebin

Paste from ubuntulivesorrow at Mon, 9 Feb 2015 00:25:33 +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
25
26
27
ubuntu@ubuntu:~$ sudo mount -t ext4 /dev/sda5 /mnt
ubuntu@ubuntu:~$ cd /mnt/
ubuntu@ubuntu:/mnt$ ls
lost+found  user
ubuntu@ubuntu:/mnt$ cd user/
ubuntu@ubuntu:/mnt/user$ ls -a
.               edrive            kdrive              Pictures
..              examples.desktop  ldrive              .profile
.adobe          fdrive            .local              Public
.aptoncd        .gconf            .macromedia         .purple-old
.bash_history   gdrive            .mono               .recently-used
.bash_logout    .gnome2           .mozilla            Repo.keys
.bashrc         .gnome2_private   Music               .smbcredentials
bold-backup.sh  .gstreamer-0.10   ndrive              sources.list
.cache          hdrive            .nv                 sources.list.d
.compiz         .ICEauthority     omni-mount.sh       Templates
.config         idrive            package-bk.sh       .thunderbird-old
ddrive          .install4j        package-bk.sh~      Videos
Desktop         .java             Package-cust.list   .Xauthority
.dmrc           .jd               Package-cust.list~  .xsel.log
Documents       jd2               Package.list        .xsession-errors
Downloads       JD2Setup_x64.sh   Package.list~       .xsession-errors.old
.dropbox        JD2Setup_x86.sh   packrestore.sh
Dropbox         jd.sh             packrestore.sh~
ubuntu@ubuntu:/mnt/user$ rm -rf .xsel.log 
rm: cannot remove ‘.xsel.log’: Permission denied
ubuntu@ubuntu:/mnt/user$ 
Download as text