Daniel B. Thurman wrote:
Folks, I had to rebuild my filesystem and I have no idea if my swap is working or not, so how can I check it?
% cat /proc/swapsThis will tell you (in a parsable format) which swap devices exist and how large they are, etc.
Steve