Custom Search
www.rocket99.com : Technical Guides Sybase Oracle UNIX Javascript


Technical Guides
Sybase
Oracle
UNIX
Javascript




Of Interest

Business Intelligence and Analytics



Oracle Training





UNIX » Commands » Basics »

Running a process, spawning a process

     



This section briefly describes how to start a process from the command line.






Glossary:

& - run in background
nohup (No Hang Up) - lets process continue, even if session is disconnected


# run a script, in the background
runbackup &

# run a script, allow it to continue after logging off
nohup runbackup &


# Here nohup.out will still be created, but any output will
# show up in test70.log. Errors will appear in nohup.out.

nohup /export/spare/hmc/scripts/test70 > test70.log &



# Here nohup.out will not be created; any output will
# show up in test70.log. Errors will appear test70.log also !

nohup /export/spare/hmc/scripts/test70 > test70.log 2>&1 &














UNIX : Related Topics

UNIX : Commands : File Permissions
UNIX : Commands : Using Tar
UNIX : Commands : Find files, current directory only
UNIX : Commands : Sort a file, with a specific key
UNIX : Commands : User Accounts
UNIX : Commands : Listing Files
UNIX : Commands : Moving and Copying Files
UNIX : Commands : Deleting Files
UNIX : Commands : Disk Usage
UNIX : Commands : Killing a UNIX process
UNIX : Commands : Redirecting Output
UNIX : Commands : Misc UNIX Tips
UNIX : Commands : Displaying a File

Sybase Web Site
Sybase iAnywhere Mobile Web Site
Oracle Enterprise Web Site



Get the latest Rocket99 news and tech tips via






Site Index About this Guide to Sybase, Oracle, and UNIX Contact Us Advertise on this site




Copyright © 2016 Stoltenbar Inc All Rights Reserved.