From owner-freebsd-questions@freebsd.org Sun Feb 23 13:05:47 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 89E2323BBA3 for ; Sun, 23 Feb 2020 13:05:47 +0000 (UTC) (envelope-from bsduser@cloudzeeland.nl) Received: from poseidon.cloudzeeland.nl (cloudzeeland.xs4all.nl [83.161.133.58]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "cloudzeeland.nl", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48QQRX6QHJz4593 for ; Sun, 23 Feb 2020 13:05:44 +0000 (UTC) (envelope-from bsduser@cloudzeeland.nl) Received: from poseidon.cloudzeeland.nl (cloudzeeland.nl [10.10.10.36]) by poseidon.cloudzeeland.nl (Postfix) with ESMTP id 87199EB for ; Sun, 23 Feb 2020 14:05:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cloudzeeland.nl; s=cloud; t=1582463136; bh=VLXPaYSVlZckfOKn+DY/ifCHPskcXk5ckZPX7AP5vlM=; h=To:From:Subject:Date; b=R+W9zwXA+JxZ4sjRfQgAGhOBZTJlKnWB0aOIHtfmefJeDDP/w1KCvQ4TwhjvoWqcf L8n7DsJvsWyZeLZMNiT/DoUuFyxCMYQf+l2vVIb8U7krrBhzdzIWDSct7uI8e4oPcp M4IcQ7Hit5ztE+k23EHDfYn0r6YeT/76Xh7VmFu0= Received: from [10.10.10.34] (pion1.rpicloud.nl [82.176.127.71]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by poseidon.cloudzeeland.nl (Postfix) with ESMTPSA id 1E804EA for ; Sun, 23 Feb 2020 14:05:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cloudzeeland.nl; s=cloud; t=1582463136; bh=VLXPaYSVlZckfOKn+DY/ifCHPskcXk5ckZPX7AP5vlM=; h=To:From:Subject:Date; b=R+W9zwXA+JxZ4sjRfQgAGhOBZTJlKnWB0aOIHtfmefJeDDP/w1KCvQ4TwhjvoWqcf L8n7DsJvsWyZeLZMNiT/DoUuFyxCMYQf+l2vVIb8U7krrBhzdzIWDSct7uI8e4oPcp M4IcQ7Hit5ztE+k23EHDfYn0r6YeT/76Xh7VmFu0= To: freebsd-questions@freebsd.org From: Jos Chrispijn Subject: rm | Cleaning up recycle bin Organization: Userland rocks! Message-ID: Date: Sun, 23 Feb 2020 14:05:35 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB X-Virus-Scanned: ClamAV using ClamSMTP on poseidon.cloudzeeland.nl X-Rspamd-Queue-Id: 48QQRX6QHJz4593 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=cloudzeeland.nl header.s=cloud header.b=R+W9zwXA; dkim=pass header.d=cloudzeeland.nl header.s=cloud header.b=R+W9zwXA; dmarc=none; spf=pass (mx1.freebsd.org: domain of bsduser@cloudzeeland.nl designates 83.161.133.58 as permitted sender) smtp.mailfrom=bsduser@cloudzeeland.nl X-Spamd-Result: default: False [-4.80 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[cloudzeeland.nl:s=cloud]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+a]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; HAS_ORG_HEADER(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; DMARC_NA(0.00)[cloudzeeland.nl]; DKIM_TRACE(0.00)[cloudzeeland.nl:+]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; IP_SCORE(-2.30)[ip: (-9.83), ipnet: 83.160.0.0/14(-1.66), asn: 3265(-0.03), country: NL(0.03)]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:3265, ipnet:83.160.0.0/14, country:NL]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2020 13:05:47 -0000 I read somewhere that using the rm command does not phsyically remove the 'deleted' files when using the command in a terminal session. Can you tell me how/where I can really remove these files (as per user account or in general)? Thanks! Best, Jos