#!/bin/bash echo -e ‘date +%y%m%d%H%M’ echo -e “PID\t\tSwap\t\tProc_Name” # Show all in the name of digital in/proc directory directories (the process name is the only process that other store other information such as sys,net) for pid in ‘ls -l /proc | grep ^d | awk ‘{ print $9 }’| grep -v [^0-9]’ do # Allow […]