From: Neil Bothwick <neil@digimed.co.uk>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] sudo echo cannot write to /etc/ files ?
Date: Wed, 6 Jul 2005 16:26:07 +0100 [thread overview]
Message-ID: <20050706162607.08bed5f1@hactar.digimed.co.uk> (raw)
In-Reply-To: <20050706151218.GA19645@valinor.dynalias.net>
[-- Attachment #1: Type: text/plain, Size: 779 bytes --]
On Wed, 6 Jul 2005 16:12:18 +0100, David Morgan wrote:
> Nope, I don't think you can do it with sudo since bash uses whitespace
> as a separator, so if you do sudo "echo foo >> bar", it'll look for a
> single command "echo foo >> bar", which is not what you want - you want
> a command echo with argument foo, and then redirect the output to bar
> (the double quotes prevent bash from evaluating the whitespace or the
> >>).
You could do it with a shell script
#!/bin/sh
#Call this /usr/local/bin/suecho
echo "$1" >>$2
Add /usr/local/bin/suecho to /etc/sudoers and you can do
sudo suecho "media-video/xine-ui ~x86" /etc/portage/package.keywords
--
Neil Bothwick
Software: (n.) That which hardware manufacturers can blame for physical
failures.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2005-07-06 15:36 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-06 13:52 [gentoo-user] sudo echo cannot write to /etc/ files ? Holly Bostick
2005-07-06 14:02 ` A. Khattri
2005-07-06 14:25 ` Holly Bostick
2005-07-06 14:20 ` David Morgan
2005-07-06 14:20 ` gentoo
2005-07-06 15:21 ` Holly Bostick
2005-07-06 15:29 ` Christoph Gysin
2005-07-06 15:39 ` gentoo
2005-07-07 3:42 ` Boyd Stephen Smith Jr.
2005-07-07 5:31 ` Richard Fish
2005-07-06 14:22 ` Edward Catmur
2005-07-06 14:54 ` Holly Bostick
2005-07-06 15:12 ` David Morgan
2005-07-06 15:26 ` Neil Bothwick [this message]
2005-07-06 15:28 ` Christoph Gysin
2005-07-06 16:07 ` Holly Bostick
2005-07-06 16:47 ` Christoph Gysin
2005-07-06 18:22 ` Richard Fish
2005-07-06 18:36 ` Holly Bostick
2005-07-06 19:12 ` Richard Fish
2005-07-06 19:42 ` Holly Bostick
2005-07-06 20:28 ` John J. Foster
2005-07-06 20:52 ` Manuel McLure
2005-07-06 19:13 ` Christoph Gysin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050706162607.08bed5f1@hactar.digimed.co.uk \
--to=neil@digimed.co.uk \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox