From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id t0T8WwK1007858 for ; Thu, 29 Jan 2015 03:32:58 -0500 Received: from mx1.redhat.com (ext-mx14.extmail.prod.ext.phx2.redhat.com [10.5.110.19]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t0T8WwJ6010134 for ; Thu, 29 Jan 2015 03:32:58 -0500 Received: from ewr.djernes.net (ewr.djernes.net [97.107.141.189]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t0T8WvmY017903 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 29 Jan 2015 03:32:57 -0500 Received: from voldemort.home (bzq-79-178-67-182.red.bezeqint.net [79.178.67.182]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ewr.djernes.net (Postfix) with ESMTPSA id 7F4FD2EA3E for ; Thu, 29 Jan 2015 08:32:55 +0000 (UTC) X-DKIM: Sendmail DKIM Filter v2.8.2 ewr.djernes.net 7F4FD2EA3E DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=quitelikely.com; s=2010; t=1422520375; bh=6E+8Py450RpSJPgDIN7E45MbRhKpD9ITTdJbl1Pr5YI=; h=Date:From:To:Subject:In-Reply-To:Message-ID:References: MIME-Version:Content-Type; b=NXoGt02+L+A0HyYNCYlVCObyNp1szXWuzHB8lMzWi1ZSH7r98JkN60sFGo8gtCp+k 8mEAWWDXtTmQfNA4zLetGSu46TTRQxqr3+yHYnAEksrwZHGxXmbHVAl7PG8iTO+iZe iRglrvLTEl1K4ctjCvJjYAoGvh7BVczcRHCFdGEA= Date: Thu, 29 Jan 2015 10:32:59 +0200 (IST) From: Geoff Shang X-X-Sender: geoff@voldemort.home To: Linux for blind general discussion Subject: Re: results of my try. In-Reply-To: Message-ID: References: User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-RedHat-Spam-Score: -2 (BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, SPF_PASS, URIBL_BLOCKED) 97.107.141.189 ewr.djernes.net 97.107.141.189 ewr.djernes.net X-Scanned-By: MIMEDefang 2.68 on 10.5.11.27 X-Scanned-By: MIMEDefang 2.68 on 10.5.110.19 X-loop: blinux-list@redhat.com X-BeenThere: blinux-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk Reply-To: Linux for blind general discussion List-Id: Linux for blind general discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jan 2015 08:32:58 -0000 On Wed, 28 Jan 2015, Cheryl Homiak wrote: > Actually, the suggestions don't require any more experimentation than what you did. But the command you did as a regular user really does have to be done as root. You can run ifconfig as a user, you just can't use it to actually do network configuration and you will need to specify the path as sbin is not normally in a user's path. This is what Karen did. Geoff.