From owner-freebsd-doc@FreeBSD.ORG Tue Jan 12 14:33:57 2010 Return-Path: Delivered-To: doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4621D106568B for ; Tue, 12 Jan 2010 14:33:57 +0000 (UTC) (envelope-from deeplunacy@gmail.com) Received: from mail-ew0-f211.google.com (mail-ew0-f211.google.com [209.85.219.211]) by mx1.freebsd.org (Postfix) with ESMTP id CB69D8FC0A for ; Tue, 12 Jan 2010 14:33:56 +0000 (UTC) Received: by ewy3 with SMTP id 3so18420307ewy.13 for ; Tue, 12 Jan 2010 06:33:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=nK9XWFwevqY2ceSnM8+tNzHcRPpgrxEK1zBNeGP/rXU=; b=mUbUBZzQEaymOnWrgr7cuy8WMoD22I84nEEnPeqH/5moEodxWvQmBoZonvr+Qocp2w eIIFcLiUKcwuXuVR+hs2uvpLecd1E2cI3CMRlvYB8jC6DJe1x5AgLMTB2S3y8+/ukjvX M9769d6Qcq1PBeS0zhK2H7gL3YHY2HN7Jf98A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=hzzT3wKldVxeNawXMn5qKioo3u0aznasx69b81Z+OgBS5Xzd/iRA7TOyaDwNzSN1fW DC9J5VkPJpPXlrxzDS5P6KYFUQNjT+hdh4VmPIXxaeMV/LRHHO3OSm/qwHxAyBS58ecM NhiX4k73kO0y4xjjNdH+ZUv2KVGwK1l5QHYlI= MIME-Version: 1.0 Received: by 10.213.68.143 with SMTP id v15mr4964991ebi.45.1263304997133; Tue, 12 Jan 2010 06:03:17 -0800 (PST) Date: Tue, 12 Jan 2010 17:03:17 +0300 Message-ID: <321506cf1001120603u2fd25130l82a27c834ec376b7@mail.gmail.com> From: Michael Vorobyov To: doc@FreeBSD.org Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Tue, 12 Jan 2010 16:50:05 +0000 Cc: Subject: Possible mistype in 3.3.1 of the handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jan 2010 14:33:57 -0000 Dear sirs! In paragraph 3.3.1 of the Handbook it is said that permission "All" is also called=A0"world". The example follows then saying: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D For example the following command will remove the group and =93world=94 write permission on FILE, then it adds the execute permissions for everyone: % chmod go-w,a+x FILE =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Here we can see that by "world" author means permission "Other". Could you please define which is the correct? Best regards, Michael Vorobyov