linux里用户权限:~$,/$,~#,/#的区别与含义
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
转自博客。仅供自己学习使用,如有侵权,请联系删除
$
表明是非root用户登录,#
表示是root用户登录,它们是终端shell的命令提示符。
而/
是根节点, ~
是 home
- 如果以root账号登陆,
~
是/root/
,/
是/
- 如果以name 登陆,
~
是/home/name/
,/
是/
cd命令介绍:例如当前在/mnt/mnt/usb/usb1目录下
命令 | 含义 |
---|---|
cd / | 到 / |
cd . . .. .. | 到 /mnt/mnt/usb |
cd . . .. ../ . . .. .. | 到 /mnt/mnt |
cd | 到 ~/ (用户目录) |
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献9条内容
所有评论(0)