From owner-freebsd-questions@FreeBSD.ORG Tue Feb 19 18:00:22 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9382216A419 for ; Tue, 19 Feb 2008 18:00:22 +0000 (UTC) (envelope-from modulok@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.189]) by mx1.freebsd.org (Postfix) with ESMTP id 2DA4C13C46A for ; Tue, 19 Feb 2008 18:00:21 +0000 (UTC) (envelope-from modulok@gmail.com) Received: by ti-out-0910.google.com with SMTP id j2so917019tid.3 for ; Tue, 19 Feb 2008 10:00:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=0qN6/AdFfubHDcJBHOw7/0Uz4pQBQCOXhXrecCqZP1Q=; b=b/L/ctKolgX06fYifsGRsCRmcqKf+NJ3S1OU1YKeZZRiY20PDqA9ecnMsBTNJWKANVg1laIxFCOxrwfDk9Ue15Pi5v4WkRtwwavlpbxmrZZeC3rWoUqSWsZyoJDnA7d/e1osa7h8jzQMTt8SwDz5GTQrFxv/C75A3PA+N6ca1Y4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=sBc9POfYOz4VgbIPHtcwKK24+pPNeHrWb0m1tpcokw4RBszMDsjRJnQJXcH6LWGbeRUT8P03ngOH9yb0JtImb+VHYshFlfRZtci87kgUOVU1WfAbnRnmulFO7nrumG3jH+mPlxMz8Ng7J2yqkLTg/LQe1nyUZXg6FENxymjZoxU= Received: by 10.110.63.6 with SMTP id l6mr4634749tia.36.1203444020372; Tue, 19 Feb 2008 10:00:20 -0800 (PST) Received: by 10.70.70.2 with HTTP; Tue, 19 Feb 2008 10:00:20 -0800 (PST) Message-ID: <64c038660802191000n5372e1eew73bfe9d485d36c06@mail.gmail.com> Date: Tue, 19 Feb 2008 11:00:20 -0700 From: Modulok To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Propagate changes to /etc/group to logged-in users? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2008 18:00:22 -0000 Assume I have users logged in and I edit /etc/group... How do I propagate the changes to /etc/group to affect currently-logged-in users? I do not want to force users to logout, just to change group memberships. -Modulok-