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.
-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
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
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
>
> >
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
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
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
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