Re: OT exam question

2002-12-17 Thread jdow
From: "Douglas K. Fischer" <[EMAIL PROTECTED]> > At 12:56 AM 12/17/2002, jdow wrote: > >From: "David Sudjiman" <[EMAIL PROTECTED]> > > > > > On Mon, 16 Dec 2002, faisal gillani wrote: > > > > 2 wat type of network topology do we preffer when > > > > using linux Network server ? > > > Their prefer.

Re: OT exam question

2002-12-17 Thread Douglas K. Fischer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At 12:56 AM 12/17/2002, jdow wrote: >From: "David Sudjiman" <[EMAIL PROTECTED]> > > > On Mon, 16 Dec 2002, faisal gillani wrote: > > > 2 wat type of network topology do we preffer when > > > using linux Network server ? > > Their prefer.. dunno you as

Re: OT exam question

2002-12-17 Thread Robert P. J. Day
On Tue, 17 Dec 2002, David Sudjiman wrote: > On Mon, 16 Dec 2002, faisal gillani wrote: > > 1 write a one line command to create a directory > > called dir1 to move into it list its content & @ last > > print your working directory "all in one line ?" > > mkdir dir1 && find ./dir1 && pwd based

Re: OT exam question

2002-12-16 Thread jdow
From: "David Sudjiman" <[EMAIL PROTECTED]> > On Mon, 16 Dec 2002, faisal gillani wrote: > > 1 write a one line command to create a directory > > called dir1 to move into it list its content & @ last > > print your working directory "all in one line ?" > > mkdir dir1 && find ./dir1 && pwd > > >

Re: OT exam question

2002-12-16 Thread David Sudjiman
On Mon, 16 Dec 2002, faisal gillani wrote: > 1 write a one line command to create a directory > called dir1 to move into it list its content & @ last > print your working directory "all in one line ?" mkdir dir1 && find ./dir1 && pwd > > 2 wat type of network topology do we preffer when > usi

RE: OT exam question

2002-12-16 Thread Chris Bice
Sent: Monday, December 16, 2002 10:24 AM To: [EMAIL PROTECTED] Subject: OT exam question Well i am a student of bachelor science here in pakistan , & it was my linux exam today i got a very wieard questions today i couldent find its answer in my text book can u tell me the answer ? 1 write a

Re: OT exam question

2002-12-16 Thread Jesse Keating
On Monday 16 December 2002 08:23, faisal gillani uttered: > 1 write a one line command to create a directory > called dir1 to move into it list its content & @ last > print your working directory "all in one line ?" mkdir dir1 ; cd dir1 ; ls ; pwd You could also replace the ; with && to add some

OT exam question

2002-12-16 Thread faisal gillani
Well i am a student of bachelor science here in pakistan , & it was my linux exam today i got a very wieard questions today i couldent find its answer in my text book can u tell me the answer ? 1 write a one line command to create a directory called dir1 to move into it list its content & @ last p