Horje
raspberry pi stop an rc.local process Code Example
raspberry pi stop an rc.local process
		ps aux | grep 'the-name-of-your-program'
# The number in the second column is the pid.

# Use that pid to send the process a termination signal:
		sudo kill -KILL [put-your-pid-here]
        




Shell

Related
get only figures of string bash Code Example get only figures of string bash Code Example
error installing drivelist  npm Code Example error installing drivelist npm Code Example
brave disable gpu linux Code Example brave disable gpu linux Code Example
$# in bash script Code Example $# in bash script Code Example
how to open boot config raspberry pi command propt Code Example how to open boot config raspberry pi command propt Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8