Ubuntu Pastebin

Paste from readonly-bit-stripped at Mon, 6 Nov 2017 17:21:43 +0000

Download as text
1
2
3
4
5
6
7
8
9
thewild@ubuntu:~$ sudo blockdev --setro /dev/sda
thewild@ubuntu:~$ sudo blockdev --getro /dev/sda
1
thewild@ubuntu:~$ echo whatever | sudo tee /dev/sda
whatever
tee: /dev/sda: Operation not permitted
thewild@ubuntu:~$ sudo blockdev --getro /dev/sda
0
thewild@ubuntu:~$ 
Download as text