CVP Troubleshooting Flashcards
1
Q
Command to check top files using more space in / partition?
A
find / -xdev -type f -size +100M
2
Q
Command to check deleted files still holding onto any process causing more usage in root partition?
A
lsof -nP +L1 | grep REG | numfmt –field=7 –to=iec
3
Q
A