# Show line no. and desc
cat a.txt -n | more
# Easy Show each paraph with $ sign
cat a.txt -e
# Input to file a text
cat > a.txt
# Copy a file content/Ovveride
cat a.txt >> empty.txt
du -sh ./*
df -h ./*
df -lh
ls -li .
ls -ld /dev
df -hT # mounted file systems
cd /home
ls or dir
ls -al armanriazi/
su armanriazi
cd ~/
pwd
touch text.txt
mv text.txt test.txt
cat test.txt =>Show contain of file or for web content=>curl yourip
vi index.html =>for create and editable file,manipulate file content
rmdir foo =>OR rm Rv data/
:qa! =>OR :wq at the end of edit file for exit
lsattr testfile
chattr +a testfile
echo "1" >>testfile
swapon -s
umask