The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com



UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
sleep command dr46014 UNIX for Dummies Questions & Answers 3 10-24-2008 10:06 PM
how does sleep work internally? meetbhattu UNIX for Dummies Questions & Answers 1 10-29-2007 04:12 PM
Sleep Command Glove Shell Programming and Scripting 1 10-03-2007 05:02 AM
sleep command leewar UNIX for Dummies Questions & Answers 3 09-11-2007 12:01 AM
How can I get a command to sleep < 1 second? mattd UNIX for Dummies Questions & Answers 1 08-04-2003 12:35 PM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 03-12-2009
chebarbudo's Avatar
chebarbudo chebarbudo is offline
Registered User
  
 

Join Date: Nov 2008
Location: various
Posts: 188
Question sleep 10 && command doesn't work

Hi there,
I found a trick to easily postpone a command by a few seconds:
Code:
supernova:~# sleep 10 && command &
If you logout, the command should still be executed... But not all the time.
Could anyone of you explain me why the following command is executed even after logging out:
Code:
supernova:~# sleep 10 && touch somefile &
and not that one:
Code:
supernova:~# sleep 10 && /etc/init.d/networking force-reload &
Thanks in advance
Santiago
  #2 (permalink)  
Old 04-15-2009
otheus's Avatar
otheus otheus is offline Forum Staff  
Moderator ala Mode
  
 

Join Date: Feb 2007
Location: Innsbruck, Austria
Posts: 1,886
When you log out of a terminal, a HUP signal is sent to the shell, which passes that signal on to all the tasks/jobs you have running in that terminal. The && means "run the second command if the first command succeeded", and exiting with a signal usually means the command did [i]not[i] succeed, so the second command should not run. So the question really is, why does the first command work? That I am unsure about it. It could be a matter of timing -- you log out just as the sleep command exits.

If you are using BASH, there are several caveats to all this.

If you want to make sure something finishes even after you log off, you can do:
Code:
nohup sh -c "sleep 10; /etc/init.d/networking force-reload" &
  #3 (permalink)  
Old 04-21-2009
chebarbudo's Avatar
chebarbudo chebarbudo is offline
Registered User
  
 

Join Date: Nov 2008
Location: various
Posts: 188
You're right otheus,
Actualy, when I run my touch command, if I logout immediatly (using ctrl+D) the windows freezes for 10 seconds before it actually closes. So obviously, it waits until the command complete and thus explains why the command indeed works.
Thanks for your idea!
Closed Thread

Bookmarks

Tags
networking, sleep

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 08:26 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0