Some linux commands I used

来源:互联网 发布:阿里云app自动签到 编辑:程序博客网 时间:2024/05/17 08:33

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);

原创粉丝点击