📄 intro.html
字号:
<header>Users and Groups</header><h3>Introduction to Users</h3>A Unix user is typically someone who can login to the system, eitherremotely via telnet or at the console. Every file is owned by some user,and every process runs with the rights of some user. Access to files andprocesses is determined by the user you are logged in as. <p>There are really three types of users on a typical Unix system :<ul><li><b>Administrative Users</b><br> Accounts like <tt>bin</tt>, <tt>lp</tt> and <tt>uccp</tt> own files such as the standard commands in <tt>/bin</tt>, print spool files and UUCP data. Actually logging in with one of these accounts is not normally allowed - they are used only by various system processes. These users will be created when the operating system is first installed.<p><li><b>Real People</b><br> These are accounts owned by real users, created by the system administrator. You may allow these users to login remotely, or maybe let them only to send and receive mail via SMTP and POP3. <p><li><b>The <tt>root</tt> User</b><br> The <tt>root</tt> user has the power to read and write any file or directory and control any process. This account is typically used for system administration purposes, and is the account under which Webmin runs. <p></ul>At the top of the main page of this module is a table of existing userson your system. You may click on a user to edit it, or click on the linkbelow the table to create a new user. <p><h3>Introduction to Groups</h3>A group is simply a list of Unix users. Every user has belongs to at leastone group (their primary group), and optionally several others. All filesare owned by some group, and every process runs with the permissions ofa group. <p>Below the list of users is a table of existing groups. You may click ona group name to edit it, or click on the link below the table to createa new group. <p><h3>Recorded Logins</h3>Every time a user logs in by telnet, FTP or at the console the system recordsthat login and the subsequent logout. At the bottom of the main page isa small form that allows you to display logins either by everyone, or bya selected user. <p><hr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -