• linux常用英文单词记录


    1.skip 跳过忽略
    2.next 下一步
    3.hostname 主机名
    4.password 密码
    5.complete 完成
    6.network 网络
    7.conf config configuration 配置
    8.Connection established 连接建立(连接成功)
    9.Connection failed(废了的) 连接失败
    10.directory dir 目录
    11.E37: No write since last change (add ! to override)
    你修改了文件的内容
    12.command not found 命令找不到
    13.omitting directory 忽略这个目录
    linux下面很多命令无法直接处理目录
    14.No such file or directory 没有这个文件或目录

    15.cannot access 无法访问
    ls: cannot access /data: No such file or directory
    16. remove regular file `oldboy.txt'?y
    删除 文件 ?

    17. cannot remove `data/': Is a directory

    无法 删除 data data是一个目录

    18.mkdir /data ----File exists
    mkdir: cannot create directory `/data': File exists
    无法 创建 目录 /data 文件已经存在
    19.overwrite `/tmp/test.txt'?
    覆盖 ?
    遇到名字一样的文件,是否覆盖
    20. No such user 没有这个用户
    21.successfully success 成功
    22.read-only readonly 只读
    23.warning 警告
    24.executable 可以运行的 命令
    25.No package ifconfig available. 没有找到叫ifconfig的软件包
    Error: Nothing to do 错误:没事干。

    26.no crontab for root root用户没有定时任务

  • 相关阅读:
    RedisDump安装报错
    安装mysql解压版时遇到的错误
    Docker 私有仓库 Harbor搭建与使用
    最好的6个Go语言Web框架
    安裝 drone CLI和使用drone
    使用 Kubernetes Helm 安装 Drone
    从ELK到EFK演进
    搭建helm私服ChartMuseum
    Helm3的使用
    Helm3部署安装
  • 原文地址:https://www.cnblogs.com/MouseCat/p/10693769.html
Copyright © 2020-2023  润新知