January 2018
Intermediate to advanced
376 pages
8h 45m
English
For this lab, you'll create a perm_demo.txt file with the text of your own choosing. You'll set the i and a attributes, and view the results:
lsattr perm_demo.txt
sudo chattr +a perm_demo.txt lsattr perm_demo.txt
echo "I want to overwrite this file." > perm_demo.txt sudo echo "I want to overwrite this file." > perm_demo.txt rm perm_demo.txt sudo rm perm_demo.txt
echo "I want to append this line to the end of the file." >> perm_demo.txt
Read now
Unlock full access