![]() |
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 |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Pseudo-terminal will not be allocated because stdin is not a terminal. | Shivdatta | UNIX for Advanced & Expert Users | 1 | 08-04-2008 11:29 AM |
| ps: no controlling terminal | sriram003 | Shell Programming and Scripting | 3 | 12-26-2007 07:21 AM |
| Controlling I/O | bionicfysh | Filesystems, Disks and Memory | 1 | 10-01-2003 01:23 AM |
| controlling /var/adm/messages | shibz | UNIX for Advanced & Expert Users | 8 | 12-27-2002 01:47 AM |
| connecting to unix through hyper terminal - as a dumb terminal | michelle | UNIX for Advanced & Expert Users | 2 | 11-05-2001 03:32 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
A daemon may or may not be associated to a terminal - by association we mean being able to writes its stderr and stdout to the terminal... on unix systems normally long running jobs, routine jobs and many administrative tasks are either daemons themselves or started by daemons... for example when you log on to a unix system thru telnet server on your machine, the telnetd daemon which continuously tiks on the host unix system takes your request and calls the init-getty-login-shell sequence... for example your shell is a daemon that can write its stderr and stdout to the terminal.. if you type a wrong command you can see the shell daemon write an error message...
Hope this helps... Cheers! Vishnu. Last edited by Vishnu; 11-16-2002 at 06:35 AM.. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|