Linux 删除乱码文件名的文件

System 

问题:由于文件上传的时候出现问题,导致文件乱码。比如:[root@localhost ~]# ls?ǣ正常的rm命令无法删除这种文件。解决:可以通过利用文件的inode信息来删除这个文件,具体操作如下:[root@localhost ~]# ls -litotal 02241663 -rw-r--r-- 1 root root 0 May 19 10:58 ?ǣ可以看到这个文件的inode是224

centos7 的 free 命令查看内存

System 

centos7 free 命令可用参数free 的显示信息来自于/proc/meminfo,常用的参数包括:-b, --bytes 指定单位为bytes-k, --kilo 指定单位为KB-m, --mega 指定单位为MB-g, --giga 指定单位为GB--tera 指定单位为TB--peta 指定单位为PB-h, --human 以人性化显示–si