Re: [Ilugc] Command to get the inode information

2010-02-10 Thread Joe Steeve
rajkumar vbalakrishnasamy rajkumar.l...@gmail.com writes:
 I am doing project in Linux file security for that we need to
 get the entire inode information and hide it.So how get the
 entire inode information and is there any command to get the
 entire inode information.Thanking you.

Curious :) Why would you want to do that?

-- 
.o. I'm a Free man. I use Free Software.
..o
ooo http://www.joesteeve.org/


pgpJ34x5gtnAi.pgp
Description: PGP signature
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Command to get the inode information

2010-02-09 Thread rajkumar vbalakrishnasamy
On Tue, Feb 9, 2010 at 12:02 PM, Saravanan S dearsarava...@gmail.comwrote:

 On Tue, Feb 9, 2010 at 6:15 AM, rajkumar vbalakrishnasamy wrote:

  how get the entire inode information  and is there any command to get the
  entire inode information.
 

 This may be really helpful,
  http://sourceforge.net/projects/sleuthkit/
  http://code.google.com/p/istat/

 Try and let us know :)

 Saravanan Sundaramoorthy
 Red Hat Certified Engineer
 +91 99404 32545

 http://in.linkedin.com/in/saravanansundaramoorthyhttp://in.linkedin.com/in/saravanansundaramoorthy
 ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugchttp://www.ae.iitm.ac.in/mailman/listinfo/ilugc



ls and stat command just provides only the partial informations about the
inode table.so could anyone tell any other command to get entire inode
information
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Command to get the inode information

2010-02-09 Thread rajkumar vbalakrishnasamy
On Tue, Feb 9, 2010 at 8:18 PM, rajkumar vbalakrishnasamy 
rajkumar.l...@gmail.com wrote:



 On Tue, Feb 9, 2010 at 12:02 PM, Saravanan S dearsarava...@gmail.comwrote:

 On Tue, Feb 9, 2010 at 6:15 AM, rajkumar vbalakrishnasamy wrote:

  how get the entire inode information  and is there any command to get
 the
  entire inode information.
 

 This may be really helpful,
  http://sourceforge.net/projects/sleuthkit/
  http://code.google.com/p/istat/

 Try and let us know :)

 Saravanan Sundaramoorthy
 Red Hat Certified Engineer
 +91 99404 32545

 http://in.linkedin.com/in/saravanansundaramoorthyhttp://in.linkedin.com/in/saravanansundaramoorthy
 ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugchttp://www.ae.iitm.ac.in/mailman/listinfo/ilugc



 ls and stat command just provides only the partial informations about the
 inode table.so could anyone tell any other command to get entire inode
 information


how to remove inode entry from inode table
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Command to get the inode information

2010-02-09 Thread Saravanan S
On Tue, Feb 9, 2010 at 8:27 PM, rajkumar vbalakrishnasamy wrote:


 how to remove inode entry from inode table


i-node entry removal from inode table means your file is no more accessible.
Please gain some basic knowledge from eg. Google, before asking questions.
BTW post a formatted reply.

Saravanan Sundaramoorthy
Red Hat Certified Engineer
+91 99404 32545
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Command to get the inode information

2010-02-08 Thread rajkumar vbalakrishnasamy
All,
 I am doing project in Linux file security for that we need to get
the entire  inode information and hide it.So  how get the entire inode
information  and is there any command to get the entire inode
information.Thanking you.

Regards,
B.Rajkumar
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Command to get the inode information

2010-02-08 Thread Saravanan S
On Tue, Feb 9, 2010 at 6:15 AM, rajkumar vbalakrishnasamy 
rajkumar.l...@gmail.com wrote:

 All,
 I am doing project in Linux file security for that we need to get
 the entire  inode information and hide it.So  how get the entire inode
 information  and is there any command to get the entire inode
 information.Thanking you.

 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Guess you are aware of  ls -i

or try

stat filename

and

inode usage is available via df with -i switch
which lists inode information :)

HTH :)

Saravanan Sundaramoorthy
Red Hat Certified Engineer
+91 99404 32545

http://in.linkedin.com/in/saravanansundaramoorthy
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc