A collection of scripts, errors & resolutions, and code snippets ranging from daily DBA tasks to Linux Administration, to web design using the new HTML5 and CSS3.
Monday, 11 July 2011
Linux - Resume background process
If you want to resume a background process that you have running, you can call it to the foreground with the following command:
$ fg
sqlplus / as sysdba
To see what jobs are running in the background you can issue the following:
$ jobs
[1] + Stopped (tty input) sqlplus / as sysdba
No comments:
Post a Comment
Please feel free to leave a comment