Re: OT: Shell Script
This WebDNA talk-list message is from 2005
It keeps the original formatting.
numero = 61658
interpreted = N
texte = Clint Davis wrote:> Can anyone provide an example of a shell script that would insert three> entries into the /etc/hosts file and perform `lookupd -flushcache` ?Don't run random shell scripts that someone posts to a public listserv without understanding what they do (typically by running them one line at a time with an unpriveleged account, i.e. *not* root). This should be a good example:> #!/bin/sh> # call like: > # scriptname entry1 entry2 entry3> echo %1 >> /etc/hosts> echo %2 >> /etc/hosts> echo %3 >> /etc/hosts> lookupd -flushcacheGet out to your favorite independent bookstore and buy a Unix administration book (O'Reilly has a few), since you should be able to do simple things like this before you seriously try and administer a *nix box...HTHJohn-- John PeacockDirector of Information Research and TechnologyRowman & Littlefield Publishing Group4501 Forbes BoulevardSuite HLanham, MD 20706301-459-3366 x.5010fax 301-429-5748-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list
.To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/
Associated Messages, from the most recent to the oldest:
Clint Davis wrote:> Can anyone provide an example of a shell script that would insert three> entries into the /etc/hosts file and perform `lookupd -flushcache` ?Don't run random shell scripts that someone posts to a public listserv without understanding what they do (typically by running them one line at a time with an unpriveleged account, i.e. *not* root). This should be a good example:> #!/bin/sh> # call like: > # scriptname entry1 entry2 entry3> echo %1 >> /etc/hosts> echo %2 >> /etc/hosts> echo %3 >> /etc/hosts> lookupd -flushcacheGet out to your favorite independent bookstore and buy a Unix administration book (O'Reilly has a few), since you should be able to do simple things like this before you seriously try and administer a *nix box...HTHJohn-- John PeacockDirector of Information Research and TechnologyRowman & Littlefield Publishing Group4501 Forbes BoulevardSuite HLanham, MD 20706301-459-3366 x.5010fax 301-429-5748-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/
John Peacock
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
PCS Customer submissions ? (1997)
Multiple catalog databases and showcart (1997)
WCS Newbie question (1997)
Correct Linux Version for WC 6 (2006)
Error & Problem (1997)
Simple way to create unique SKU (1997)
[sendmail] ampersand issue (2001)
Is it possible to pause or wait a process (2000)
Reverse WHOIS (2003)
Using Plug-In while running 1.6.1 (1997)
[WebDNA] Some code inside a large loops fail ... but why? (2010)
Seed encrypt/decrypt code error or bug? (1999)
WebMerchant -- Sweeping WebDelivery < 24 hrs (2000)
Paths (2000)
WebCatalog can't find database (1997)
Force a search at the default.tmpl page? (1997)
RE: Problems with dbcatalog.exe (1997)
access denied problem (1997)
WebCat2 Append problem (B14Macacgi) (1997)
redirect from the errorsMessages.db entry (1997)