Learning Record:
- Arm bare Metal development learning process until today: 1.2.1-1.2.14
- Pre-training Knowledge Linux Introduction learning process: 0.2.1-0.2.6
Learning Content Notes:
Learn about the advantages and disadvantages of the Linux development approach
Learn the Common folder commands
- ls (list)
Ls-a Show All files (including hidden files)
Ls-l Show all details
Ls-a-L can also
- Em>man (query command)
Man 1 ls (1 for query command, LS for contents of query)
- CD (change directory)
CD. Represents a previous layer of  
CD. /.. /represents upper Upper
CD. Is the current directory
- pwd (print work directory)
- mkdir (make directory) < Br>mkdir-p ABC/CCD (cascade creation)
- mv
MV a b a (source file)
B (destination file)
- Touch (Create empty pieces)
Touch pathname
VI can also be created (usually written in the inside)
- cp (copy copy)
CP source File Pathname
destination file pathname
cp-r copy folder
cp-f Force copy
- rm ( Remove)
RM source file path
- cat
Display file contents directly on the command line
- rmdir (remove Directory can only delete empty folders)
- ln (link connection file)
Soft Connection (symbolic link) is equivalent to shortcut
Hard Connect ()
Soft Connection Ln-s source file
Symbolic Connection file
-----------------------------------------------------------------
Note Date: September 12, 2016
Au:arvin
Email:[email protected]
Tutorial: Teacher Zhu's Internet of Things lecture theatre
Embedded Linux Learning Notes (0) basic commands. --arvin