pkill Questions
12
Solved
I started a React app with
npm start
with start defined in package.json:
{
"name": "testreactapp",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^15.6.1",
"react-dom": ...
Radcliff asked 7/8, 2017 at 9:55
1
How should look the Linux command to send terminate signal to the process/PID and if it fails to exit gracefully after 10 seconds kill it?
My attempt is: "sudo timeout -vk 5 10 kill PIDhere&qu...
Tonsillectomy asked 23/2, 2022 at 12:38
3
I have this process running:
342 pts/2 T 0:00 sh -c sudo screen /usr/bin/python /usr/bin/btdownloadcurses "http://zoink.it/torrent/732A4A9B54B7E3A916C2835D936D985942F65A6D.torrent" --display_inter...
Aretta asked 13/11, 2014 at 5:39
1
Solved
When I try to execute pkill on a remote host in combination with another command, it always returns 255, even though both the commands were successful.
Examples
ssh <remoteHost> 'pkill -...
1
© 2022 - 2024 — McMap. All rights reserved.