quota username ---- to get the quota of current user;
rm -r cloud ---- remove the whole file in the folder (cloud is the folder name);
find cloud -type f | wc -l ----check the file number inside this folder (cloud is the folder name);
df -h ---- report filesystem disk space usage;
du -h ---- estimate file space usage (of the current directory);
本文介绍了几个常用的Linux命令,包括检查文件数量、查看磁盘使用情况、获取当前用户配额等,适用于日常文件管理和系统维护。
1630

被折叠的 条评论
为什么被折叠?



