Bash是Bourne-again shell的首字母缩写,是大多数Linux系统省缺的shell
$是bash的命令提示符
$exit或Ctrl+D来注销
$ cd
$ cd / -返回根目录
$ cd ~ -返回当前用户的根目录
$ cd ~sfeer -返回用户sfeer的根目录
$ pwd
Bash是Bourne-again shell的首字母缩写,是大多数Linux系统省缺的shell
$是bash的命令提示符
$exit或Ctrl+D来注销
$ cd
$ cd / -返回根目录
$ cd ~ -返回当前用户的根目录
$ cd ~sfeer -返回用户sfeer的根目录
$ pwd