- 3
- 0
- 约10.19万字
- 约 17页
- 2016-12-08 发布于河南
- 举报
linux二章
linux第二章
Chapter 2 Linux command
1Use computer safely.
2Use Linux command.
3File, Directory, File system and Process etc.
4Use the Linux command to manage file, directory, process.
5How to find the HELP.
2.1 Use the command
2.1.1 Open the shell interface
In the start menu, select Application → Utilities → Terminal
2.1.2 Linux Command Format
1.General format of Bash command :
Command [option] [parameter 1] [parameter2]
命令名 [选项] [参数1] [参数2] …
Such as:
cp –f file1.c myfile.c
2应注意 :
命令名必须是小写的英文字母
一般格式中由方括号括起
原创力文档

文档评论(0)