c.实践与心得:03.tryhackme:module2:4.linux_fundamentals:2.part2
差别
这里会显示出您选择的修订版和当前版本之间的差别。
| 两侧同时换到之前的修订记录前一修订版后一修订版 | 前一修订版 | ||
| c.实践与心得:03.tryhackme:module2:4.linux_fundamentals:2.part2 [2024/05/27 13:24] – jackie67 | c.实践与心得:03.tryhackme:module2:4.linux_fundamentals:2.part2 [2024/05/27 13:33] (当前版本) – jackie67 | ||
|---|---|---|---|
| 行 62: | 行 62: | ||
| #### Task3 Introduction to Flags and Switches | #### Task3 Introduction to Flags and Switches | ||
| + | |||
| + | 每条命令都带有一些参数, | ||
| + | |||
| + | 如果后面加-a(是-all的缩写), | ||
| + | |||
| + | < | ||
| + | tryhackme@linux2: | ||
| + | Usage: ls [OPTION]... [FILE]... | ||
| + | List information about the FILEs (the current directory by default). | ||
| + | Sort entries alphabetically if none of -cftuvSUX nor --sort is specified. | ||
| + | |||
| + | Mandatory arguments to long options are mandatory for short options too. | ||
| + | -a, --all do not ignore entries starting with . | ||
| + | -A, --almost-all | ||
| + | --author | ||
| + | -b, --escape | ||
| + | --block-size=SIZE | ||
| + | e.g., ' | ||
| + | -B, --ignore-backups | ||
| + | -c with -lt: sort by, and show, ctime (time of last | ||
| + | | ||
| + | with -l: show ctime and sort by name; | ||
| + | | ||
| + | -C list entries by columns | ||
| + | --color[=WHEN] | ||
| + | if omitted), ' | ||
| + | -d, --directory | ||
| + | -D, --dired | ||
| + | -f do not sort, enable -aU, disable -ls --color | ||
| + | -F, --classify | ||
| + | --file-type | ||
| + | --format=WORD | ||
| + | | ||
| + | --full-time | ||
| + | |||
| + | </ | ||
| + | |||
| + | 查询命令还可以使用Man(ual)页面, | ||
| + | |||
| + | 比如man ls表示显示ls的命令说明. | ||
| + | |||
| + | 命令说明可能会很长, | ||
| + | |||
| + | :question: What directional arrow key would we use to navigate down the manual page? | ||
| + | <WRAP spoiler> | ||
| + | |||
| + | :question: What flag would we use to display the output in a " | ||
| + | <WRAP spoiler> | ||
| #### Task4 Filesystem Interaction Continued | #### Task4 Filesystem Interaction Continued | ||
c.实践与心得/03.tryhackme/module2/4.linux_fundamentals/2.part2.1716816267.txt.gz · 最后更改: 由 jackie67
