dingetje wrote:Strange, it appears grep does no longer support the -i switch? Anyway, the -i switch is to make the search case insenstitive, but because case sensitivity is not really an issue here you can try this command:
- Code: Select all
grep masq /proc/ksyms
Hi,
Thanks for the reply, I wouldn't have even close to thinking of dispensing with the -i, how on earth can you possibly keep all those commands, etc., in your head? Sometimes just pointing and clicking is difficult enough .....
Anyhow the computer says :-
[root@Gateway] grep masq /proc/ksyms
0015f410 register_ip_masq_app
0015f474 unregister_ip_masq_app
0015fb98 ip_masq_skb_replace
0015ba7c ip_masq_out_get_ipsec
0015b77c ip_masq_in_get_ipsec
0015bb00 ip_masq_out_get_isakmp
0015b854 ip_masq_in_get_isakmp
0015cb78 ip_fw_masq_esp
0015d220 ip_fw_demasq_esp
0015c488 ip_fw_masq_gre
0015c738 ip_fw_demasq_gre
0015c7b8 ip_masq_pptp
0015c1c8 ip_masq_new
0015c3e8 ip_masq_set_expire
001d290c ip_masq_free_ports
001d2990 ip_masq_expire
0015b480 ip_masq_hash
0015b538 ip_masq_unhash
0015b978 ip_masq_out_get_2
Which, from your previous posting is afaik how it should be, does this help or create even more mystery.
BTW: I've no other users setup, hence very naughtily using root
Ta ta for now,
KP