How to run command in background automatically? [on hold]Zenity refuses to work in backgroundFetching data from server by FTP commandScript executes differently if run from udevHow do I run multiple commands together in the background?How to run process in background and get its pid to create log file nameAutomatically move a script into the backgroundbash script: send command within commandHow i can follow reply from command to make new commands work?How to execute unix command after few background jobs?How to make shell script run dynamically in background without typing on command line?
Is it possible to do 50 km distance without any previous training?
Theorems that impeded progress
Was any UN Security Council vote triple-vetoed?
Perform and show arithmetic with LuaLaTeX
Why can't I see bouncing of a switch on an oscilloscope?
What is a clear way to write a bar that has an extra beat?
Approximately how much travel time was saved by the opening of the Suez Canal in 1869?
Maximum likelihood parameters deviate from posterior distributions
Add text to same line using sed
RSA: Danger of using p to create q
"You are your self first supporter", a more proper way to say it
Replacing matching entries in one column of a file by another column from a different file
Can I make popcorn with any corn?
Java Casting: Java 11 throws LambdaConversionException while 1.8 does not
LWC SFDX source push error TypeError: LWC1009: decl.moveTo is not a function
Does an object always see its latest internal state irrespective of thread?
What defenses are there against being summoned by the Gate spell?
Can an x86 CPU running in real mode be considered to be basically an 8086 CPU?
Is it possible to run Internet Explorer on OS X El Capitan?
Why do I get two different answers for this counting problem?
If human space travel is limited by the G force vulnerability, is there a way to counter G forces?
tikz convert color string to hex value
How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?
dbcc cleantable batch size explanation
How to run command in background automatically? [on hold]
Zenity refuses to work in backgroundFetching data from server by FTP commandScript executes differently if run from udevHow do I run multiple commands together in the background?How to run process in background and get its pid to create log file nameAutomatically move a script into the backgroundbash script: send command within commandHow i can follow reply from command to make new commands work?How to execute unix command after few background jobs?How to make shell script run dynamically in background without typing on command line?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I want to run script permanently in background. I've tried '&' after command but It'll run only for 2 hours.my script name is connect-to-mainnet and on command line I type
./connect-to-mainnet & on linux server.
But It'll run upto 2 hours. Tell me any option
shell-script shell ubuntu
New contributor
put on hold as too broad by Rui F Ribeiro, Romeo Ninov, Prvt_Yadv, JdeBP, nwildner 2 days ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I want to run script permanently in background. I've tried '&' after command but It'll run only for 2 hours.my script name is connect-to-mainnet and on command line I type
./connect-to-mainnet & on linux server.
But It'll run upto 2 hours. Tell me any option
shell-script shell ubuntu
New contributor
put on hold as too broad by Rui F Ribeiro, Romeo Ninov, Prvt_Yadv, JdeBP, nwildner 2 days ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
3
Nothing in your code limits the run time. Probably your administrator has some sort of activity monitor or CPU quota in place. Ask them; we don't know.
– tripleee
2 days ago
add a comment |
I want to run script permanently in background. I've tried '&' after command but It'll run only for 2 hours.my script name is connect-to-mainnet and on command line I type
./connect-to-mainnet & on linux server.
But It'll run upto 2 hours. Tell me any option
shell-script shell ubuntu
New contributor
I want to run script permanently in background. I've tried '&' after command but It'll run only for 2 hours.my script name is connect-to-mainnet and on command line I type
./connect-to-mainnet & on linux server.
But It'll run upto 2 hours. Tell me any option
shell-script shell ubuntu
shell-script shell ubuntu
New contributor
New contributor
New contributor
asked 2 days ago
UnknownPatelUnknownPatel
1
1
New contributor
New contributor
put on hold as too broad by Rui F Ribeiro, Romeo Ninov, Prvt_Yadv, JdeBP, nwildner 2 days ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as too broad by Rui F Ribeiro, Romeo Ninov, Prvt_Yadv, JdeBP, nwildner 2 days ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
3
Nothing in your code limits the run time. Probably your administrator has some sort of activity monitor or CPU quota in place. Ask them; we don't know.
– tripleee
2 days ago
add a comment |
3
Nothing in your code limits the run time. Probably your administrator has some sort of activity monitor or CPU quota in place. Ask them; we don't know.
– tripleee
2 days ago
3
3
Nothing in your code limits the run time. Probably your administrator has some sort of activity monitor or CPU quota in place. Ask them; we don't know.
– tripleee
2 days ago
Nothing in your code limits the run time. Probably your administrator has some sort of activity monitor or CPU quota in place. Ask them; we don't know.
– tripleee
2 days ago
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
3
Nothing in your code limits the run time. Probably your administrator has some sort of activity monitor or CPU quota in place. Ask them; we don't know.
– tripleee
2 days ago