About this book
1. What is Linux?
2. Basic Command (1)
3. Regular expression and Pipe
4. Basic Command (2)
5. Text editor
6. Administrator's work
7. User authority and Access right
8. Shell Script
9. Network setup and management
10.File Management
2.7 Exercise
Let's execute "ls -tr /etc/".
Let's execute "cp -i hosts.bak hosts.new".
Let's execute "rmdir" for non-empty directory. And execute "rm -r", too.