From owner-freebsd-questions@freebsd.org Sun Jul 1 20:21:55 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9542FDAC6E for ; Sun, 1 Jul 2018 20:21:55 +0000 (UTC) (envelope-from johnl@iecc.com) Received: from gal.iecc.com (gal.iecc.com [IPv6:2001:470:1f07:1126:0:43:6f73:7461]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gal.iecc.com", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7D49B7C859 for ; Sun, 1 Jul 2018 20:21:55 +0000 (UTC) (envelope-from johnl@iecc.com) Received: (qmail 86800 invoked from network); 1 Jul 2018 20:21:54 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:cc:subject:in-reply-to:mime-version:content-type:content-transfer-encoding; s=1530e.5b3937e2.k1807; bh=LMGk6OWHzGyt35pnmWtBK7x52WpCrfSxpr+YhFwoKaw=; b=aYmlKNNC+UvmmYGWP2LnTCaE/fzLAPu6OOLvB55+WraXgesUgUsR1YHv0Q0cmstIk17Hz7zot7ZiYvv2Jw2PKfT9hocAnSxUsX8VHSyztZEUxQmHeta55w1Yc6ajZq4z4W9lNvDlAuGeNaB2VZaHsdSG9RPXkQ4t3FXxryajyX1xidKvHOwBZiY/wZboPGkjeuwYnF36VyIrUah7LQjuYOIBpurmPtXjNlEBi1R3xi171M3cpFqKe00z+p5GM1Aw Received: from ary.local ([IPv6:2001:470:1f07:1126::78:696d:6170]) by imap.iecc.com ([IPv6:2001:470:1f07:1126::78:696d:6170]) with ESMTP via TCP6; 01 Jul 2018 20:21:54 -0000 Received: by ary.local (Postfix, from userid 501) id A94AA28BD3C2; Sun, 1 Jul 2018 15:21:52 -0500 (EST) Date: 1 Jul 2018 15:21:52 -0500 Message-Id: <20180701202153.A94AA28BD3C2@ary.local> From: "John Levine" To: freebsd-questions@freebsd.org Cc: paul.schmehl@gmail.com Subject: Re: Problem deleting files In-Reply-To: <85B4CFC22AC0CA70B917D42D@Pauls-MacBook-Pro.local> Organization: Taughannock Networks X-Headerized: yes Mime-Version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jul 2018 20:21:56 -0000 In article <85B4CFC22AC0CA70B917D42D@Pauls-MacBook-Pro.local> you write: >Nothing I've tried to delete these files seems to work. What can I do to >get rid of these files? Have you tried this? $ rm -rf . (Be really sure you're in the right directory.) R's, John