Sponsored Content
Full Discussion: How to write daemon in UNIX
Top Forums Shell Programming and Scripting How to write daemon in UNIX Post 302319583 by regie101 on Monday 25th of May 2009 10:23:49 PM
Old 05-25-2009
How to write daemon in UNIX

Hi Guys,

I hope this is the right forum to post this.

I have a directory where files will be dumped at any time of the day and I want to run scripts as soon as new files come into the directory.

How can I write a daemon that detects when new files have been uploaded to the directory?

Can someone please put some sample codes on how to create daemon with brief explanation.

Thanks very much.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Should a UNIX daemon process close open fds?

I have a UNIX daemon process that's been started by a parent process, an application server. The behavior of this daemon process is to inherit and use the app server's file descriptors (ports/sockets). When I shutdown the app server, the daemon continues to run, because there may be other... (1 Reply)
Discussion started by: kunalashar
1 Replies

2. Programming

How to write daemon?

Hi , I want to know how to write a daemon process. I also want to know the concept behind daemon processes. Any material or sample program will be great :) . Thanks in advance -sg (2 Replies)
Discussion started by: sg6876
2 Replies

3. UNIX for Dummies Questions & Answers

I would like to know Would you run the ‘identd’ daemon on UNIX servers?

Would you run the ‘identd' daemon on UNIX servers? can you please Explain. thanks in advance! (3 Replies)
Discussion started by: xoxouu
3 Replies

4. Shell Programming and Scripting

créating a daemon under unix

hi i want to create a daemon under unix or linux but i don't really know how so i will be grateful if you provide me links with examples or /andx how to do it thanks (2 Replies)
Discussion started by: student00
2 Replies

5. Shell Programming and Scripting

How to write a daemon in Unix?

Hi I have a directory where sometimes a file will come (in a name format say file001.txt). I want to run a job (.ksh file) as soon as a new file comes into the directory. How can I write a shell script which will run in the background and monitor arrival of new file in the directory? ... (11 Replies)
Discussion started by: sbasak
11 Replies

6. UNIX for Dummies Questions & Answers

How to write Pro*C daemon process using multithreading?

Hello, I am new to this forum and this is my first post here... I have never worked on either Pro*C or Multithreading..Now, i have to write a Pro*C, Multithreading daemon process.. I dont know where to start.. Can anybody help me with examples? 1. need to write a Pro*C multithreading... (0 Replies)
Discussion started by: kachiraju
0 Replies

7. Shell Programming and Scripting

Need to write a script to reformat a file in unix but not familiar with unix

unix script must do the fiollowing open a file containing comma delimited records > each record contains 10 fields > removes the 2nd field and use that same field containing fields 2 to 10 the original record after fprocessing should containing fields 1 and 3 a new erecord must be... (10 Replies)
Discussion started by: dwightja
10 Replies

8. Shell Programming and Scripting

Setting up a Daemon in UNIX

I have scheduled a crontab job in AIX 6.1 OS to run twice in an hour which runs for the whole day to process a load. The load which crontab kicks off needs files to arrive at a particular directory and if the files arrive, I process them. It so happens that for the 24 times the crontab... (2 Replies)
Discussion started by: gaugeta
2 Replies

9. UNIX for Beginners Questions & Answers

How to write a daemon script?

My requirement is to run two scripts simultaneously. Let say, script1.ksh is running in a loop : example: script1.ksh is: for i in 1 2 3 do script2.ksh 1 & #psedu code which is required to write here # if script 2.ksh is running, execute a script3.ksh (which actually check the... (2 Replies)
Discussion started by: sumitc
2 Replies
uusched(8)						      System Manager's Manual							uusched(8)

NAME
uusched - Schedules work for the file transport program SYNOPSIS
uusched [-u DebugLevel] [-x DebugLevel] FLAGS
Passed to the uucico daemon as the -xDebugLevel flag. The DebugLevel variable is a number from 0 to 9, with a default of 5. Higher num- bers give more detailed debugging information, which is displayed on the screen of the local system. Outputs debugging messages from the uusched daemon. The DebugLevel variable is a number from 0 to 9, with a default of 5. Higher numbers give more detailed debugging informa- tion, which is displayed on the screen of the local system. DESCRIPTION
The uusched daemon schedules work for the uucp file transport program, uucico. It schedules the transfer of files that are queued in the /usr/spool/uucp/SystemName directory. The scheduling daemon first randomizes the work and then starts the uucico daemon, which transfers the files. The uusched daemon is usually started by the uudemon.hour shell procedure, which is run periodically by the cron daemon. The uusched daemon can also be started from the command line for debugging purposes. EXAMPLES
To start the uusched daemon from the command line, enter: /usr/lib/uucp/uusched & FILES
Specifies the command path RELATED INFORMATION
Commands: uucp(1), uustat(1), Daemons: cron(8), uucico(8) uux(1) delim off uusched(8)
All times are GMT -4. The time now is 06:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy