Linux命令行英文翻译
-
Linux命令行英文翻译
1. ls (list):显示当前目录下的文件和文件夹列表。
2. cd (change directory):更改当前工作目录。
3. pwd (print working directory):显示当前工作目录的完整路径。
4. mkdir (make directory):创建新的目录。
5. rm (remove):删除文件或文件夹。
6. cp (copy):复制文件或文件夹。
7. mv (move):移动文件或文件夹,也可以用于重命名文件或文件夹。
8. touch:创建空文件或更新已有文件的最后访问和修改时间。
9. cat (concatenate):显示文件内容,也可以用于合并文件。
10. grep (global regular expression print):根据模式匹配文本行。
11. chmod (change mode):修改文件或文件夹的访问权限。
12. chown (change owner):修改文件或文件夹的所有者。
13. chgrp (change group):修改文件或文件夹的所属组。
14. tar (tape archive):创建或提取归档文件。
15. gzip (GNU zip):压缩文件或目录。
16. unzip:解压缩zip文件。
17. ssh (secure shell):通过安全连接远程登录到另一台计算机。
18. scp (secure copy):通过安全连接复制文件到另一台计算机。
19. find:在文件系统中查找文件。
20. man (manual):查看命令的帮助文档。这些是常见的Linux命令行操作的英文翻译。掌握这些命令可以帮助您更有效地管理和操作Linux系统。
2年前 -
Linux命令行是一种文本界面,用于在Linux操作系统中执行各种任务和操作。下面是一些常见的Linux命令行的英文翻译:
1. ls:列出目录中的文件和子目录
– Translate: list files and directories in a directory2. cd:改变当前工作目录
– Translate: change the current working directory3. mkdir:创建新的目录
– Translate: make a new directory4. rmdir:删除空的目录
– Translate: remove an empty directory5. rm:删除文件或目录
– Translate: remove a file or directory6. cp:复制文件或目录
– Translate: copy a file or directory7. mv:移动文件或重命名文件
– Translate: move a file or rename a file8. touch:创建新文件或更新文件的访问和修改时间
– Translate: create a new file or update the access and modification time of a file9. cat:显示文件内容
– Translate: display the contents of a file10. grep:从文件中匹配指定的模式
– Translate: find and match a specified pattern in a file11. sed:根据指定规则对文本进行替换和编辑
– Translate: perform text substitution and editing based on specified rules12. awk:根据指定的字段或模式对文本进行处理和分析
– Translate: process and analyze text based on specified fields or patterns13. chmod:修改文件或目录的权限
– Translate: change the permissions of a file or directory14. chown:修改文件或目录的所有者
– Translate: change the owner of a file or directory15. chgrp:修改文件或目录的所属组
– Translate: change the group of a file or directory16. find:按照指定的标准搜索文件
– Translate: search for files based on specified criteria17. tar:打包和压缩文件和目录
– Translate: create an archive and compress files and directories18. unzip:解压缩ZIP文件
– Translate: extract files from a ZIP archive19. ssh:远程登录到另一台计算机
– Translate: securely log in to another computer remotely20. grep:在文件中搜索匹配的行
– Translate: search for lines matching a pattern in a file这只是一些常见的Linux命令行的翻译,实际上还有很多其他的命令和功能可以在Linux命令行中使用。
2年前 -
Introduction:
Linux Command Line: English to Chinese Translation1. Basics:
1.1 Command: 命令
1.2 Shell: shell(外壳)
1.3 Terminal: 终端
1.4 Command Line Interface (CLI): 命令行界面2. Navigation:
2.1 Change Directory: 切换目录
2.2 List Directory: 列出目录内容
2.3 Present Working Directory (PWD): 当前工作目录
2.4 Move: 移动
2.5 Create Directory: 创建目录
2.6 Remove Directory: 删除目录
2.7 Copy: 复制
2.8 Rename: 重命名
2.9 Find: 查找3. File operations:
3.1 Create File: 创建文件
3.2 Remove File: 删除文件
3.3 Open File: 打开文件
3.4 Edit File: 编辑文件
3.5 Save File: 保存文件
3.6 Read File: 读取文件
3.7 Write File: 写入文件
3.8 Append File: 追加文件
3.9 File Permissions: 文件权限4. Process management:
4.1 List Processes: 列出进程
4.2 Kill Process: 终止进程
4.3 Run Process in Background: 在后台运行进程
4.4 Foreground Process: 前台进程
4.5 Background Process: 后台进程
4.6 Process ID (PID): 进程ID
4.7 Process Status: 进程状态5. System information:
5.1 System Date and Time: 系统日期和时间
5.2 System Information: 系统信息
5.3 File System Information: 文件系统信息
5.4 Network Information: 网络信息
5.5 Hardware Information: 硬件信息
5.6 Memory Usage: 内存使用情况
5.7 CPU Usage: CPU使用情况6. File compression and decompression:
6.1 Compress: 压缩
6.2 Decompress: 解压缩
6.3 Archive: 归档
6.4 Extract: 提取
6.5 Gzip: 压缩和解压缩gzip格式文件
6.6 Tar: 压缩和解压缩tar格式文件7. Networking:
7.1 Ping: Ping
7.2 Traceroute: 路由跟踪
7.3 SSH: SSH连接
7.4 FTP: FTP连接
7.5 Telnet: Telnet连接
7.6 IP Address: IP地址
7.7 Subnet Mask: 子网掩码
7.8 Gateway: 网关8. Package management:
8.1 Package Manager: 软件包管理器
8.2 Install Package: 安装软件包
8.3 Update Package: 更新软件包
8.4 Remove Package: 移除软件包
8.5 Search Package: 搜索软件包Conclusion:
以上是Linux命令行中常用英文翻译为中文的内容。随着对Linux的学习和使用,熟悉这些翻译将会让我们更加了解和掌握Linux操作系统。2年前