Recently re-installed the system, on their own long Win7 say goodBye. Learn the homemade U disk system disk, re-installed Win8, and then Win8 on Daoteng, found that is good. So again in Win8 back to the Win7 on the VMware, tinkering with Ubuntu, very like the Ubuntu UI and system, very beautiful and generous, the system is quite smooth. But want to learn or to be step by step, this kind of essay records the way of learning under Ubuntu.
1. Clear the screen command
Clear
2. Increase root Privileges
Su
3. Go back to the previous directory with Windows
Cd..
4. Copying files
CP SourcePath DestPath
5. Extracting files
TAR-ZXVF filename
6. Create a Directory
mkdir Directory Name
7. Delete Empty directory
RmDir Directory Name
8. deleting files
RM File File
9. Delete a non-empty directory
RM–RF non-empty directory name
10. Create a file
Touch file name
Ubuntu Learning Path 1