Linux find, pwdx命令使用 -bash: dig: command not found报错,Write error in swap file

Linux find命令使用

 

 

 

find -name application.properties | xargs grep -l "redis" | awk -F"/" '{print $2}'

问题

 -bash: dig: command not found报错

解决办法:

yum -y install bind-utils

PWDX 命令

pwdx 进程ID

[root@localhost ~]# jps
14076 QuorumPeerMain
31174 Jps
4060 Bootstrap
[root@localhost ~]# pwdx 4060
4060: /Tomcat/Tomcat5/bin
[root@localhost ~]# cd /C

 

 

问题: 在linux环境下,用vi打开某文件时,提示Write error in swap file

原因:磁盘空间已满

解决:用df -hl命令查看磁盘使用情况,删除该区块中无用的文件

 

 

 

 

你可能感兴趣的:(Linux/Unix)