Re: need to block changes to a file
- From: Jorgen Grahn <grahn+nntp@xxxxxxxxxxxxxx>
- Date: 13 Apr 2011 18:05:38 GMT
On Wed, 2011-04-13, zix wrote:
Hello Everybody,
I have a file which I want to block any
changes onto it. How may I accomplish that in kernel space through a
module? lets for example, I have some data in /var/carddetails.txt,
which I dont want any user to not to delete that. He should be able to
read/write, but not delete, move etc. Can anybody suggest me ways to
do in linux?
Why can't you use the normal Unix permissions model? Is the user root?
Your requirements are also self-conflicting: you want to "block any
changes", but the user "should be able to read/write".
/Jorgen
--
// Jorgen Grahn <grahn@ Oo o. . .
\X/ snipabacken.se> O o .
.
- Follow-Ups:
- Re: need to block changes to a file
- From: Joe Pfeiffer
- Re: need to block changes to a file
- References:
- need to block changes to a file
- From: zix
- need to block changes to a file
- Prev by Date: Re: need to block changes to a file
- Next by Date: Re: need to block changes to a file
- Previous by thread: Re: need to block changes to a file
- Next by thread: Re: need to block changes to a file
- Index(es):
Relevant Pages
|