1.linux创建文件 touch 命令可以用来创建指定的文件例:touch test1 此时touch 只是创建一个空文件夹,同时touch可...
bash shell 基本命令 /etc/passwd包含了所有系统用户账户列表以及每个用户的基本配置信息。 默认的bash shell 提示符...
遍历目录 cd destination 可接受单个的destination , 用以切换到指定的目录 destination参数可使用两种方式表...