Linux common SHELL 1 delete 0 byte file find -type f -size 0 -exec rm -rf {} \; 2. view the process Arranged in descending memory ps -e -o “% C:% p:% z:% a” | sort -k5 -nr Press the cpu utilization in descending order ps -e -o “% C:% p:% z:% a” | sort […]
Recent Comments