0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Linux文件目录操作

Last updated at Posted at 2021-01-31
命令 作用
ls 查看当前目录下的内容
pwd 查看当前所在的目录
cd [目录名] 切换目录
mkdir [目录名] 创建目录
touch [文件名] 创建文件
rm [文件名] 删除文件
mv [文件名/目录名] 重命名或移动
clear 清屏
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?