How would you determine the amount of swapspace currently in use? (choose 2 answers)
A.
top -b -n1 | grep -i swap
B.
swapinfo -l
C.
cat /proc/meminfo | grep -i swap
D.
cat /proc/swapinfo
How would you determine the amount of swapspace currently in use? (choose 2 answers)
How would you determine the amount of swapspace currently in use? (choose 2 answers)
A.
top -b -n1 | grep -i swap
B.
swapinfo -l
C.
cat /proc/meminfo | grep -i swap
D.
cat /proc/swapinfo
D option shows swapspace used as well