On Sat, Feb 27, 2010 at 1:11 PM, rajkumar vbalakrishnasamy <
[email protected]> wrote:

> Hi all,
>       I need a script to hide files in Linux but when the file is hidden it
> should not be listed in the 'ls -a' output or is there any file  hiding
> software in Linux
> --
>
1)  rename ls command to ls --> lsold,
make a new script named "ls"
#/bin/bash
<arguments>
remove -a from <argument> list and run
lsold <arguments>
exit 0


2) Modify Kernel in the way GoboLinux did, they are doing same thing which
you want



-- 
┌─────────────────────────┐
│    Narendra Sisodiya ( नरेन्द्र सिसोदिया )
│    Society for Knowledge Commons
│    Web : http://narendra.techfandu.org
└─────────────────────────┘
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to