find process linux code example
Example 1: find operating system linux
#Get details about linux distro
cat /etc/os-release
Example 2: how to get process id in linux
lsof -i tcp:3000
kill -9 pId
#Get details about linux distro
cat /etc/os-release
lsof -i tcp:3000
kill -9 pId