Files
membank/fnhelp/contact/user-role.md

23 lines
850 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 管理员和普通用户权限的区别?
在 fnOS 上,用户分为 **管理员****普通用户** 两种角色。
## 超级管理员
**超级管理员** 特指在系统初始化时创建的第一个管理员账号,其用户 ID 为 1000。相较于其他管理员超级管理员的特殊性仅体现在以下两点
- 创建后不能被删除,只能被停用。
- 默认开启 SSH 权限(可在 **设置 > 用户管理 > 用户详情 > 更多** 中关闭)。
## 关键信息总结
| 角色类型 | 关键权限/特点 |
|----------|---------------|
| **管理员** | 拥有系统管理权限,可进行各项设置操作 |
| **普通用户** | 权限受限,仅能使用被授权的功能 |
| **超级管理员** | 初始化创建UID 1000不可删除默认开启 SSH |
---
*来源:飞牛 fnOS 帮助中心*