Return-Path: william@bourbon.usc.edu Delivery-Date: Wed Nov 19 10:08:13 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on merlot.usc.edu X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from bourbon.usc.edu (bourbon.usc.edu [128.125.9.75]) by merlot.usc.edu (8.14.1/8.14.1) with ESMTP id mAJI8CZj032057 for ; Wed, 19 Nov 2008 10:08:12 -0800 Received: from bourbon.usc.edu (localhost.localdomain [127.0.0.1]) by bourbon.usc.edu (8.14.2/8.14.1) with ESMTP id mAJI5GUV007423 for ; Wed, 19 Nov 2008 10:05:16 -0800 Message-Id: <200811191805.mAJI5GUV007423@bourbon.usc.edu> To: cs551@merlot.usc.edu Subject: Re: CS551 Final2 - disk quota Date: Wed, 19 Nov 2008 10:05:16 -0800 From: Bill Cheng Someone wrote: > A Get request should place a file in the mini file system, as > well as the cwd with the filename given at the commandline or > the default if the file is not specified? For the copy in the mini-filesystem, the file name should be #.data where # is a number. For the copy in the current working directory, if the filename is not given in the commandline, you should use the filename from the file metadata. -- Bill Cheng // bill.cheng@usc.edu