![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| file searching... | Kaminski | Shell Programming and Scripting | 1 | 02-02-2008 04:23 AM |
| how to mount a file system of a remote machine to local file system | cy163 | UNIX for Dummies Questions & Answers | 2 | 01-31-2008 06:04 AM |
| searching a file | straight_edge | Shell Programming and Scripting | 4 | 01-12-2007 06:21 AM |
| Append a field to the end of each line of a file based on searching another file. | ultimate | Shell Programming and Scripting | 2 | 03-29-2005 07:21 AM |
| searching for a string though file system | peter.herlihy | UNIX for Dummies Questions & Answers | 3 | 12-06-2001 01:19 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Searching the file system
Guys,
We have taken a copy of our live filesystem to use for testing, but they want to be sure that no contact can be made to any of the live servers etc, I told them the best way would be to have this handled at the firewall level etc, but it seems that not possible, so.... would it be possible/feasible to search the whole file system for certain strings, for example ftp, I know the following command: Code:
find . -exec grep "searchTxt" '{}' \; -print
Thanks |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
the best way IMO is to test your system in an isolated lan.
|
|
#3
|
|||
|
|||
|
This is what i mentioned above Ghost, but thats not possible i'm afraid
|
|
#4
|
|||
|
|||
|
Quote:
|
|
#5
|
|||
|
|||
|
Quote:
Would it be possible to use the hosts file to reroute certain ip address back on themselves or something like that? |
|
#6
|
|||
|
|||
|
then a different approach can be made. how about turning on any software firewalls, like iptables/ipchains or something? you can set it to block connections out from your server.
|
|
#7
|
|||
|
|||
|
Are these installed on the actually servers themselves?
|
|||
| Google The UNIX and Linux Forums |