>> counld anyone answer me?
> man ls
As for processes, the only way they can be hidden is if ps and
probably ultimately procfs have been hacked (the latter would take
a reboot to implement).
--
To force ls to list files starting with ".", use the -a option
(standing for "all). YMMV for GUI-based file listing utilities. Most
of them will have a "list hidden files" button, which really means
"list files whose names begin with '.'".
To find all files whose names start with ".", use something like
find . -name ".*" ! \( -name .. -o -name . \)
As for "hidden process" I have no idea what you mean by that.
--
Tony
That's overkill, as find always skips "." and ".." in directories.Quote:>To find all files whose names start with ".", use something like
>find . -name ".*" ! \( -name .. -o -name . \)
find ./ -name ".*"
will work fine, with the trailing "/" there just to stop find listing
"." itself at the top level.
Chris Thompson
Email: cet1 [at] cam.ac.uk
> > counld anyone answer me?
> man ls
1. How can I hide hidden files from anonymous ftpd user ?
hi ,
How can I hide hidden files from anonymous ftpd user ?
How can I hide the ftp/bin directory and ftp/lib from this ftpd user
without
preventing him from use it (use bin/ls lib/ ).
thanks,
Tzahi
2. searching for free databases
4. ! Can I benchmark on your Pentium ?!?
5. find for both visible and hidden files
6. cant install linux on new gateway PC
7. If I wanted to find a hidden network how would I go about it?
9. I need to find a hidden network within an existing one.
10. I need to find a network hidden within the existing network how do I do it?
11. Find files starting with a dot that aren't hidden but find can't find
12. How to hide a process in the process table