Basic knowledge of LAMP configuration course, basic knowledge of lamp
After a day's course, I am still very interested in it.
[Root @ localhost ~] # Root User Name
Localhost local
~ Different users in the Home Directory
# The current user is an administrator $ the current user is a common user
Command Format: Command Option parameters (options and parameters are interchangeable)
Pwd is the current directory
The absolute path of the relative path of cd (parameter) and html is the same
Cd-go to the last directory
Cd/enter the root directory
Ls (when multiple options can be written together, some commands do not follow this format)-l details
-A: displays all files.
-D. view directory properties.
Directory processing command to create the directory mkdir
Delete directory-r
Force-f
Copy the cp-r copy directory
-P joint file property Replication
Cut mv a/B and cut folder a to folder B
Rename old mv file name New File Name