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 sanity. When using &&, the next command will only be ran if the previous one completed successfully. > 2 wat type of network topology do we preffer when > using linux Network server ? I don't believe there is a prefrence, but Ethernet seems to be the favorite. I don't see many tokenring or bus topologies being used anymore. -- Jesse Keating RHCE MCSE For Web Services and Linux Consulting, Visit --> j2Solutions.net Mondo DevTeam (www.mondorescue.org) Was I helpful? Let others know: http://svcs.affero.net/rm.php?r=jkeating -- Psyche-list mailing list Psyche-list@redhat.com https://listman.redhat.com/mailman/listinfo/psyche-list