Where are the linux files?
Linux user files are generally placed in /username/home.
Because Linux has strict permission control that is unimaginable in the win system, non-root users cannot write files in the / directory, that is, the root directory.
The purpose of the system partition of the Linux system is as follows:
/ root directory, which stores system files and mounts all file systems
/home user home directory
/usr software and dependent library folder
/tmp temporary file
/optcustom software installation folder
/proc memory virtual mapping
/boot startup file folder
Recommended: "linux tutorial"
The above is the detailed content of where are linux files. For more information, please follow other related articles on the PHP Chinese website!