[Ilugc] help needed to hide files in linux

  • From: narendra.sisodiya@xxxxxxxxx (narendra sisodiya)
  • Date: Sat Feb 27 15:05:05 2010

On Sat, Feb 27, 2010 at 1:11 PM, rajkumar vbalakrishnasamy <
rajkumar.lynx@xxxxxxxxx> 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
???????????????????????????

Other related posts: