-
HANDBOOK
Flavio Copes
## Table of Contents
|Preface|
|---|
|Introduction to Linux and shells|
|man|
|ls|
|cd|
|pwd|
|mkdir|
|rmdir|
|mv|
|cp|
|open|
|touch|
|find|
|ln|
|gzip|
|gunzip|
|tar|
|alias|
|cat| sometimes it's almost too much.
The above screenshot is just 1 of 14 screens of explanation for the ls command.
Most of the times when I'm in need to learn a command quickly I use this site called list all the files that the folder contains using the ls command:
$ l_{s} $
If you add a folder name or path, it will print that folder contents:
ls /bin

You can see that four 74LS00 gates were distributed in U1 package, and that the fifth 74LS00 has been assigned to the next, U2.
##### 7.2.2. Annotation Choice - Aliases used to associate a common component such as a 7400 with all of its derivatives such as 74LS00, 74HC00, and 7437. All of these aliases share the same library component.
Proper component designing be edited. You can create a new component by selecting an alias of the current component from the 74LS00. The first item in the alias list is the root name of the component.
## Note
Alternatively, clicking
0 码力 |
237 页 |
1.61 MB
| 2 年前 3
-
7647cc9f0b22c5c393d4a8c12f5e/p117_5.jpg)
You can see that four 74LS00 gates were distributed in U1 package, and that the fifth 74LS00 has been assigned to the next, U2.
##### 8.2.2. Annotation Choice
• Aliases used to associate a common symbol such as a 7400 with all of its derivatives such as 74LS00, 74HC00, and 7437. All of these aliases share the same library symbol.
Proper symbol designing requires: can be edited. You can create a new symbol by selecting an alias of the current symbol from the
74LS00 The first item in the alias list is the root name of the symbol.
## Note
Alternatively, clicking
0 码力 |
263 页 |
2.36 MB
| 2 年前 3
-
packages ..... 5
1.3 List of usage of key directories ..... 7
1.4 List of the first character of "ls -l" output ..... 9
1.5 The numeric mode for file permissions in $ chmod(1) $ commands .... 143
9.4 List of system log analyzers ..... 144
9.5 Display examples of time and date for the "ls -l" command with the time style value ..... 144
9.6 List of graphic image manipulation tools but also to allow viewing their attributes, such as the size and the modification time.
$ \text{ls}(1) $ is used to display permission information (and more) for files and directories. When it is
0 码力 |
266 页 |
1.25 MB
| 2 年前 3
-
"collapsed": false
},
"outputs": [],
"source": [
"ls nbpackage"
]
}, {
"cell_type": "code",
"metadata": {
"collapsed": false
},
"outputs": [],
"source": [
"ls nbpackage"
]
}, {
"cell_type": "code",
"metadata": {
"collapsed": false
},
"outputs": [],
"source": [
"ls nbpackage"
]
}, {
"cell_type": "code",
"metadata": {
0 码力 |
293 页 |
4.08 MB
| 2 年前 3
-
中的 links 指令
☐ 替换 docker daemon 命令为 dockerd
☐ 替换 docker ps 命令为 docker container
ls
☐ 替换 docker images 命令为 docker image
ls
☐ 修改 安装 Docker 一节中部分文字表述
☐ 移除历史遗留文件和错误的文件
优化文字排版
优化文字排版
☐ 调整目录结构
修复内容逻辑错误 LTS 系统。
最后我们通过 exit 退出了这个容器。
## 列出镜像
要想列出已经下载下来的镜像,可以使用 docker image
ls 命令。
| $ docker image ls |
| REPOSITORY | TAG | IMAGE ID | CREA Docker Hub 所显示的大小是网络传输中更关心的流量大小。而 docker image ls 显示的是镜像下载到本地后,展开的大小,准确说,是展开后的各层所占空间的总和,因为镜像到本地后,查看空间的时候,更关心的是本地磁盘空间占用的大小。
另外一个需要注意的问题是,docker image ls 列表中的镜像体积总和并非是所有镜像实际硬盘消耗。由于 Docker 镜像是多层存储结构,并且可 0 码力 |
370 页 |
6.73 MB
| 2 年前 3
|