What is the difference between '/' and '~' under Linux?

王林
Release: 2020-07-17 17:37:16
forward
3846 people have browsed it

What is the difference between '/' and '~' under Linux?

"/" is the root directory, "~" is the home directory.

(Recommended tutorial: linux tutorial)

Linux storage is mounted, which is equivalent to a tree shape. The source is "/", which is the root directory . Each user has a "home" directory, which is the user's personal directory. For example, the "home" directory of the root user is /root, and the home directory of ordinary user a is /home/a

What is the difference between / and ~ under Linux?

After the user is created, we can see it in the /home directory, which is the user's "home" directory created by the system by default.

What is the difference between / and ~ under Linux?

/home/a is the home directory after switching to user a”~”

What is the difference between / and ~ under Linux?

The above is the detailed content of What is the difference between '/' and '~' under Linux?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:csdn.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template