mkdir
chmod
vim
cat
cat /dev/null > filetest.txt
rm // rm -f force
rm -r // rm -rf
systemctl enable name.service
systemctl start name.service
systemctl restart name.service
systemctl status name.service