Some linux commands I used

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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章