What is the command to see my free RAM memory in megabyte?
free -m
What is the command to see all the processes that are running in foreground and background with details?
ps -ef
What is the keyboard shortcut with top to kill a process?
Pressing the K key.