![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| 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 |
| background process | vinod.thayil | Shell Programming and Scripting | 2 | 01-12-2009 03:02 AM |
| background process | jerardfjay | Shell Programming and Scripting | 1 | 09-07-2005 11:03 AM |
| background process | k_oops9 | Shell Programming and Scripting | 3 | 11-15-2004 04:15 AM |
| background process | badshah | High Level Programming | 3 | 05-30-2003 11:01 AM |
| capture the process id when starting a background process | jleavitt | Shell Programming and Scripting | 10 | 04-04-2002 08:04 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Quote:
To supress the output redirect either standard out or standard error. The following works on my system. This is redirecting standard err. Code:
ssh --help 2> /dev/null & Code:
ssh --help 1> /dev/null & |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|