linux – 为什么root用户默认名为root?

@H_502_0@
这可能看起来像一个愚蠢的问题,但我可以看到这令人困惑.例如:

“转到根目录”

可以解释为:

>转到/
>转到~root(通常是/ root /)

我会认为像super会为更好的管理员用户名做些什么.这样可以避免目录结构的模糊性.

再次:愚蠢的问题,但我真的很好奇.

解决方法

查看有关root的一些信息,请查看 here.

The use of the term root for the all-powerful administrative user may have arisen from the fact that root is the only account having write permissions (i.e.,permission to modify files) in the root directory. The root directory,in turn,takes its name from the fact that the filesystems (i.e.,the entire hierarchy of directories that is used to organize files) in Unix-like operating systems have been designed with a tree-like (although inverted) structure in which all directories branch off from a single directory that is analogous to the root of a tree.

相关文章

/etc/sysctl.conf这个目录主要是配置一些系统信息,/etc/sys...
1.作用 useradd或adduser命令用来建立用户帐号和创建用户的起...
它们都是多模式编辑器,不同的是vim 是vi的升级版本,它不仅...
不管是我们在安装软件还是监测软件的使用性能,我们都要随时...
装好Tomcat7后,发现除了本机能访问外界访问不了,岂有此理。...
修改防火墙配置需要修改 /etc/sysconfig/iptables 这个文件,...