954,525 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Background Process Print To Console

Hey,
So I have a *NIX box (CentOS 5.5) which runs a number of background processes, I leave it on 24/7 with just a terminal up on the screen (I don't have Gnome, KDE or any similar graphical frontend, just a prompt).
Is there any way to get my background scripts to send content to the terminal (I.E. 'Running script XXX') whilst still leaving the terminal available for me to type commands when needed? Even if it was just simulating the keyboard typing 'echo "Hello World"' into the terminal or something?
-Sam

samarudge
Posting Whiz
359 posts since May 2008
Reputation Points: 26
Solved Threads: 31
 

Modify the scripts to write to syslog using logger. You can then configure syslogd (syslog.conf) to redirect these messages to the console.

shibblez
Junior Poster in Training
72 posts since Oct 2010
Reputation Points: 15
Solved Threads: 6
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You