Autologin in Linux

Autologin on boot up will be useful when you want to execute some application or program on boot up and you call some scripts or terminal commands from within that program.

killing a process dynamically

Many a times there arises a need to kill a processes without actually being able to type ps on the terminal and look for the process id to give it to kill.