您的位置:首页 > 运维架构 > Linux

Some linux commands I used

2010-03-23 00:58 363 查看
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 file report disk