From owner-freebsd-questions@freebsd.org Wed Nov 18 12:15:21 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1761CA32813 for ; Wed, 18 Nov 2015 12:15:21 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wm0-x230.google.com (mail-wm0-x230.google.com [IPv6:2a00:1450:400c:c09::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B4B2E19BA for ; Wed, 18 Nov 2015 12:15:20 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by wmvv187 with SMTP id v187so275079766wmv.1 for ; Wed, 18 Nov 2015 04:15:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=7aJ7TFiVqUFhE2xsrigJgMHySop5fDTZFS0a5W/fliY=; b=akvejlgEyvQSYDA+3ktkN5MlqBeOTAQZftw3a9HkpZv4l4nJPO/YN6OrbA7bTERXfg ITIbnY1H/fVruFlr6FsWv77HvgwxTQcEU/ZItXE3Wgz7TJmfG+YzjtD3IVXXBtNOyzqk oRXuoLzNSIeMliOQ5RPMxJvpuPj6dsekjkSfywZ88ws+1tIq+RPp+Xi9OeSJ6vsUPVG6 SOk0Ff7WZ21YsdNpfK6j50zoAGgMXOWfdrf8TgtBHqEe9eg4JuohCoFep3vGSOpgV+bd 2jaBZI9g29mwbSvKj1KDYpkA8B3CkP8v/xtwOhEysBKGkyIoKBoHIoWzm6/LARrJwwGU 2EJw== MIME-Version: 1.0 X-Received: by 10.28.129.82 with SMTP id c79mr3883127wmd.80.1447848919175; Wed, 18 Nov 2015 04:15:19 -0800 (PST) Received: by 10.194.16.231 with HTTP; Wed, 18 Nov 2015 04:15:19 -0800 (PST) In-Reply-To: <20151118073317.c75dee2f.freebsd@edvax.de> References: <20151117054859.18f085bc.freebsd@edvax.de> <564AB6AD.2060706@calorieking.com> <564C10F4.70703@corp.ssimicro.com> <20151118073317.c75dee2f.freebsd@edvax.de> Date: Wed, 18 Nov 2015 06:15:19 -0600 Message-ID: Subject: Re: Terminal mirror, mirror terminal From: Adam Vande More To: Polytropon Cc: markham breitbach , FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2015 12:15:21 -0000 On Wed, Nov 18, 2015 at 12:33 AM, Polytropon wrote: > The only thing that's a bit annoying is the use of "sudo", but well, that's not a big > deal as sudo has been properly configured. > You can find the device you're logged into by tty(1) # chmod a+rw /dev/pts/ Or some other permissions scheme as needed. -- Adam