Personal knowledge based for Tech, Interviews and many more.
This project is maintained by im-Rajat
ln -s /path/to/target ~/shortcut_namechmod +x <file_name>chmod 777 <file_name>ldd <file_name>ps aux
ps -ef
SIGKILL, process cannot clean up): kill -9 <PID>kill -s 10 <PID> or kill -SIGUSR1 <PID> or kill -USR1 <PID>List all available signal types: kill -l
man kill