export CLICOLOR=1 export LSCOLORS=ExFxCxDxcxdxdxabagaced 1.打开配置文件 sudo...
Ubuntu系统shell脚本时报错let: not found
错误描述:运行shell脚本,报错误 test.sh: 7: test.sh: let: not found 解决办法: It's beca...
MAC终端执行sed -i 出现extra characters at the end of command或undefined label
问题1:sed -i替换命令报错 Mac:~ root# sed -i 's/v/G/g' /root/test sed: 1: "/roo...
MAC下安装lrzsz工具
Window上可以用rz,sz命令上传,下载文件,Mac下也可以。下面介绍一下Mac OS下如何配置rz,sz。 安装brew brew是M...
Linux shell脚本之 if条件判断
IF条件判断 1、基本语法:if [ command ]; then 符合该条件执行的语句 fi 2、扩展语法: if [ command ...
Docker run命令详解
命令格式:docker run [OPTIONS] IMAGE [COMMAND] [ARG...] docker run 是固定命令 OP...
Linux系统中UUID有什么用
通用唯一识别码(英语:Universally Unique Identifier,简称UUID),UUID为Linux系统中的存储设备提供唯...
Telnet连接报错:Login incorrect
[root@k8s-master ~] # telnet 192.168.99.101 Trying 192.168.99.101... C...
linux Centos根目录及每个目录的详细介绍
/bin:bin 是 Binaries (二进制文件) 的缩写, 这个目录存放着最经常使用的命令。 /boot:这里存放的是启动 Linux...
Job for vsftpd.service failed because the control process exited with error code.
生产环境:腾讯云轻量应用服务器,CentOS Linux release 7.6.1810 (Core) 安装完vsftpd后启动vsftp...