RE: Shell Scripting

2000-12-11 Thread Ning Zhu
comp.unix.shell -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tomer Okavi Sent: Monday, December 11, 2000 4:37 PM To: Redhat-List@Redhat. Com Subject: Shell Scripting Hey guys. Where can find docs howto's anything on shell scripting? Thanks Tom.

RE: shell script

2000-11-22 Thread Ning Zhu
I would recommend "Portable Shell Programming - An Extensive Collection of Bourne Shell Examples" by Bruce Blinn. It has loads of examples that you can just grep and use. Fantastic book, I'd say. Ning -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of

tar dumps links?!

2000-11-02 Thread Ning Zhu
Hello, Does any one know how to do "tar" without dumping existing symbolic links ? I am trying to install an application over the top of another application. The two share some common direcories and there is a symbolic link (e.g., fileA-/usr/dirB). When I install application #1, it created

how to tar without dumping links

2000-11-01 Thread Ning Zhu
Hello, Does any one know how to do "tar" without dumping existing symbolic links ? I am trying to install an application over the top of another application. The two share some common direcories and there is a symbolic link (e.g., fileA-/usr/dirB). When I install application #1, it created

How to do port scan on your own machine

2000-10-27 Thread Ning Zhu
Hello, Does any one know how to do a port scan on RedHat 6.2? During the scan, it shouldn't open any port, just a simple check. As a matter of fact, what I am trying to do is to assign a new port for our httpd(Apache server) instead of using the standard port 80 since Linux is shipped with one