Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux命令--增,删,进入 #2

Open
GRPdream opened this issue Apr 9, 2019 · 0 comments
Open

linux命令--增,删,进入 #2

GRPdream opened this issue Apr 9, 2019 · 0 comments

Comments

@GRPdream
Copy link
Owner

GRPdream commented Apr 9, 2019

创建命令

touch <filename> 创建一个文件
mkdir <dirname> 创建一个文件夹

编辑命令

vim <filename> 编辑一个文件

删除命令

rm <filename> 删除一个文件
rm -r <dirname> 删除一个目录

进入命令

cd <path> 进入一个文件
cd .. 返回上一级目录
cd / 返回最上级目录

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant