[Gllug] Sharing files on Windows machine
John Hearns
john.hearns at clustervision.com
Mon May 10 10:05:02 UTC 2004
On Mon, 2004-05-10 at 10:43, Tethys wrote:
> Tom Trainer writes:
>
> >what does "make modules;make modules_install" do?
>
> Cunningly disguised, I know,
For newbies, the semicolon separates two shell commands,
(its the shell separator character)
and runs them one after the other.
Why would you want to do that you ask?
Well, one common example is if you are confident enough to
change networking parameters on a remote machine (say) and want
to bring the network down then back up (restart firewall etc.)
ifdown eth0; ifup eth0
Can anyone see the flaw in
ifdown eth0 <ENTER>
ifup eth0 <ENTER>
--
Gllug mailing list - Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug
More information about the GLLUG
mailing list