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