Re: Overriding System Calls
- From: "David Schwartz" <davids@xxxxxxxxxxxxx>
- Date: 14 Sep 2006 02:05:33 -0700
Prafulla T wrote:
I am trying to develope recycle bin like thing in Linux.
For that i need to override unlink sys call!.
Anyways,It is working now!!
Don't override the unlink system call. Think through what type of
interface it would make sense for an in-kernel recycle bin like thing
to have and add that interface to the Linux kernel. Then use that
interface to implement your recycle bin.
DS
.
- References:
- Re: Overriding System Calls
- From: Prafulla T
- Re: Overriding System Calls
- Prev by Date: Re: data written to file missed by reader
- Next by Date: Re: Overriding System Calls
- Previous by thread: Re: Overriding System Calls
- Next by thread: Re: Overriding System Calls
- Index(es):
Relevant Pages
|