- 博客(2)
- 资源 (1)
- 收藏
- 关注
原创 打桩
打桩@[TOC](这里写自定义目 /* linux_stub.c Created on: 2020-5-28 Author: xxxx */ #include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <memory.h> #include <errno.h> #include <limits.h> #include <sys/mman.h>
2020-10-10 14:25:10
1454
原创 解决inode资源不足:No space left on device
解决inode资源不足:No space left on device 1.使用命令:df -i 查看inode资源使用情况: 2.使用命令:find /var/ -xdev -printf ‘%h\n’ | sort | uniq -c | sort -k 1 -n 统计/var/ 目录下文件数量 3.找到文件数量占用较多的进行删除,再次查看: ...
2019-04-19 17:11:01
577
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人