Ubuntu Pastebin

Paste from iCherry at Sun, 4 Jun 2017 04:27:15 +0000

Download as text
1
2
3
4
5
6
7
8
touch test.txt
sudo chown root:root test.txt
sudo chmod 700 test.txt
sudo nano test.txt
-> type some random text
-> CTRL + O
-> CTRL + X
sudo cat test.txt
Download as text