Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #83328

Re: Hello World

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.140
X-Spam-Level *
X-Spam-Evidence '*H*': 0.75; '*S*': 0.03; 'root,': 0.09; 'cc:addr :python-list': 0.11; 'jan': 0.12; 'finer': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'sudo': 0.16; 'sure.': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'cc:addr:python.org': 0.22; 'commands,': 0.24; 'cc:2**0': 0.24; 'van': 0.27; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'message-id:@mail.gmail.com': 0.30; 'run': 0.32; 'but': 0.35; 'received:google.com': 0.35; 'passwords': 0.36; 'too': 0.37; 'pm,': 0.38; 'users': 0.40; 'even': 0.60; 'accounts': 0.64; 'nobody': 0.68; 'subject:Hello': 0.72; 'cut': 0.74; 'power': 0.76; '2015': 0.84; 'commands.': 0.84; 'albert': 0.91; 'subject:World': 0.91; 'to:none': 0.92
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:cc :content-type; bh=0YmTtvvCYSELzZmAcIrfr2Lk649GfvIMgKuAyo/V1MI=; b=aFRo65piWvJlQrgyb4A5cqPNDPArwuBKVU5AYf3QT9Ah0fkAHtx1Ztfi/ntXoKfH0t KB3OjNW9pCvqzwzfYD8MSSX/NVlAZnIonM370ds1T63GIopcCfqd0UNqyy4kEVmPKTvq FOaTdgCq6cbn6AyzzPJNplB288YICLRd/BBawqWF77GlYYrdItmfoR+NjdqgANvx3LwO IrsyCsF772aaOQiqDX4oWlc4/2CZpUKdYkyeRTyvUSSjWIFc3/1GrTD1U/25cDBApTM5 DZgSE6ckMyu+wQnT4dJYB/3cpS8+aycsKY/6sHXaxBqMC8/Este0/oBdgZEo0cl21nDv ZY4Q==
MIME-Version 1.0
X-Received by 10.107.7.94 with SMTP id 91mr8619246ioh.27.1420721618745; Thu, 08 Jan 2015 04:53:38 -0800 (PST)
In-Reply-To <54ae7b75$0$15900$e4fe514c@dreader35.news.xs4all.nl>
References <54957226$0$12975$c3e8da3$5496439d@news.astraweb.com> <CAPTjJmpVK4L-1kBVywd4o=mXFN=iWhjJzWZbxZDgw3nfK8WbSQ@mail.gmail.com> <m75pfm$2ah$1@ger.gmane.org> <mailman.17077.1419144290.18130.python-list@python.org> <54ae7b75$0$15900$e4fe514c@dreader35.news.xs4all.nl>
Date Thu, 8 Jan 2015 23:53:38 +1100
Subject Re: Hello World
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.17471.1420721626.18130.python-list@python.org> (permalink)
Lines 23
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1420721626 news.xs4all.nl 2969 [2001:888:2000:d::a6]:53091
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:83328

Show key headers only | View raw


On Thu, Jan 8, 2015 at 11:43 PM, Albert van der Horst
<albert@spenarnc.xs4all.nl> wrote:
> I don't trust sudo because it is too complicated.
> (To the point that I removed it from my machine.)
> I do
> su
> ..
> #
> su nobody
>
> Who needs sudo?

With sudo, you get MUCH finer control. I can grant some user the power
to run "sudo eject sr0", but no other commands. I can permit someone
to execute any of a large number of commands, all individually logged.
I can allow sudo to other users than root, without having to reveal
those accounts' passwords (chances are they don't even have
passwords).

But sure. If you want to cut out complication, dispense with user
accounts altogether and run everything as root. That's WAY simpler!

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Hello World Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-12-20 23:57 +1100
  Re: Hello World Chris Angelico <rosuav@gmail.com> - 2014-12-21 00:11 +1100
  Re: Hello World Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-12-20 16:13 +0000
  Re: Hello World Rustom Mody <rustompmody@gmail.com> - 2014-12-20 08:50 -0800
  Re: Hello World Steve Hayes <hayesstw@telkomsa.net> - 2014-12-20 20:39 +0200
  Re: Hello World alister <alister.nospam.ware@ntlworld.com> - 2014-12-20 22:18 +0000
  Re: Hello World CM <cmpython@gmail.com> - 2014-12-20 21:14 -0800
    Re: Hello World Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-12-21 16:26 +1100
    Re: Hello World Chris Angelico <rosuav@gmail.com> - 2014-12-21 16:31 +1100
    Re: Hello World Terry Reedy <tjreedy@udel.edu> - 2014-12-21 01:31 -0500
      Re: Hello World wxjmfauth@gmail.com - 2014-12-21 00:07 -0800
    Re: Hello World Chris Angelico <rosuav@gmail.com> - 2014-12-21 17:44 +1100
      Re: Hello World CM <cmpython@gmail.com> - 2014-12-20 23:44 -0800
        Re: Hello World CM <cmpython@gmail.com> - 2014-12-20 23:45 -0800
          Re: Hello World Marko Rauhamaa <marko@pacujo.net> - 2014-12-21 10:26 +0200
        Re: Hello World Chris Angelico <rosuav@gmail.com> - 2014-12-21 18:46 +1100
      Re: Hello World albert@spenarnc.xs4all.nl (Albert van der Horst) - 2015-01-08 12:43 +0000
        Re: Hello World Chris Angelico <rosuav@gmail.com> - 2015-01-08 23:53 +1100
          Re: Hello World albert@spenarnc.xs4all.nl (Albert van der Horst) - 2015-01-08 13:37 +0000
          Re: Hello World Marko Rauhamaa <marko@pacujo.net> - 2015-01-08 16:06 +0200
            Re: Hello World alister <alister.nospam.ware@ntlworld.com> - 2015-01-08 14:21 +0000
              Re: Hello World Marko Rauhamaa <marko@pacujo.net> - 2015-01-08 16:31 +0200
                Re: Hello World alister <alister.nospam.ware@ntlworld.com> - 2015-01-08 15:14 +0000
          Re: Hello World Michael Ströder <michael@stroeder.com> - 2015-01-08 15:11 +0100
          Re: Hello World albert@spenarnc.xs4all.nl (Albert van der Horst) - 2015-01-17 14:51 +0000
            Re: Hello World Chris Angelico <rosuav@gmail.com> - 2015-01-18 01:57 +1100
              Re: Hello World cl@isbd.net - 2015-01-17 15:18 +0000
            Re: Hello World Michael Torrie <torriem@gmail.com> - 2015-01-17 09:29 -0700
              Re: Hello World cl@isbd.net - 2015-01-17 16:47 +0000
                Re: Hello World albert@spenarnc.xs4all.nl (Albert van der Horst) - 2015-01-17 18:06 +0000
                Re: Hello World Michael Ströder <michael@stroeder.com> - 2015-01-17 19:47 +0100
                Re: Hello World Michael Torrie <torriem@gmail.com> - 2015-01-17 19:09 -0700
                Re: Hello World Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-01-18 13:37 +1100
                Re: Hello World Roy Smith <roy@panix.com> - 2015-01-17 22:18 -0500
                Re: Hello World Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-01-18 14:45 +1100
                Re: Hello World Chris Angelico <rosuav@gmail.com> - 2015-01-18 18:45 +1100
                Re: Hello World Roy Smith <roy@panix.com> - 2015-01-18 07:26 -0500
                Re: Hello World Tim Chase <python.list@tim.thechases.com> - 2015-01-17 21:50 -0600
                Re: Hello World Chris Angelico <rosuav@gmail.com> - 2015-01-18 18:44 +1100
                Re: Hello World Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-01-17 18:31 +0000
                Re: Hello World Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-01-18 10:46 +1100
                Re: Hello World Chris Angelico <rosuav@gmail.com> - 2015-01-18 11:04 +1100
                Re: Hello World Jason Friedman <jsf80238@gmail.com> - 2015-01-17 18:19 -0700
                Re: Hello World Michael Torrie <torriem@gmail.com> - 2015-01-17 19:13 -0700
                Re: Hello World Marko Rauhamaa <marko@pacujo.net> - 2015-01-18 12:03 +0200
                Re: Hello World Michael Ströder <michael@stroeder.com> - 2015-01-18 14:34 +0100
                Re: Hello World Marko Rauhamaa <marko@pacujo.net> - 2015-01-18 18:03 +0200
                Re: Hello World Michael Ströder <michael@stroeder.com> - 2015-01-18 19:39 +0100
                Re: Hello World Chris Angelico <rosuav@gmail.com> - 2015-01-18 21:10 +1100
                Re: Hello World Marko Rauhamaa <marko@pacujo.net> - 2015-01-18 22:50 +0200
                Re: Hello World Michael Ströder <michael@stroeder.com> - 2015-01-18 14:32 +0100
                Re: Hello World Chris Angelico <rosuav@gmail.com> - 2015-01-18 21:00 +1100
                Re: Hello World Michael Ströder <michael@stroeder.com> - 2015-01-18 14:35 +0100
                Re: Hello World Chris Angelico <rosuav@gmail.com> - 2015-01-19 00:57 +1100
                Re: Hello World Michael Ströder <michael@stroeder.com> - 2015-01-18 16:48 +0100
                Re: Hello World Chris Angelico <rosuav@gmail.com> - 2015-01-19 04:08 +1100
                Re: Hello World Michael Ströder <michael@stroeder.com> - 2015-01-18 14:30 +0100
        Re: Hello World Steve Hayes <hayesstw@telkomsa.net> - 2015-01-08 19:02 +0200
          Re: Hello World Chris Angelico <rosuav@gmail.com> - 2015-01-09 04:11 +1100
            Re: Hello World albert@spenarnc.xs4all.nl (Albert van der Horst) - 2015-01-17 15:10 +0000
          Re: Hello World Michael Torrie <torriem@gmail.com> - 2015-01-08 10:53 -0700
            Re: Hello World Grant Edwards <invalid@invalid.invalid> - 2015-01-08 18:57 +0000
    Re: Hello World Devin Jeanpierre <jeanpierreda@gmail.com> - 2015-01-17 16:06 -0800
  Re: Hello World Tony the Tiger <tony@tiger.invalid> - 2014-12-21 19:22 +0000
    Re: Hello World Marko Rauhamaa <marko@pacujo.net> - 2014-12-21 22:02 +0200
    Re: Hello World Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-12-22 09:51 +1100
      Re: Hello World Roy Smith <roy@panix.com> - 2014-12-21 18:50 -0500
        Re: Hello World Chris Angelico <rosuav@gmail.com> - 2014-12-22 11:10 +1100
          Re: Hello World Roy Smith <roy@panix.com> - 2014-12-21 19:12 -0500
            Re: Hello World Chris Angelico <rosuav@gmail.com> - 2014-12-22 11:36 +1100
          Re: Hello World mm0fmf <none@mailinator.com> - 2014-12-22 00:20 +0000
            Re: Hello World Tim Chase <python.list@tim.thechases.com> - 2014-12-21 18:47 -0600
            Re: Hello World Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-12-22 02:56 +0000
          Re: Hello World Marko Rauhamaa <marko@pacujo.net> - 2014-12-22 10:52 +0200
            Re: Hello World Chris Angelico <rosuav@gmail.com> - 2014-12-22 20:01 +1100
        Re: Hello World Grant Edwards <invalid@invalid.invalid> - 2014-12-22 16:23 +0000
          Re: Hello World Chris Angelico <rosuav@gmail.com> - 2014-12-23 04:25 +1100
          Re: Hello World Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-12-22 18:51 +0000
          Re: Hello World MRAB <python@mrabarnett.plus.com> - 2014-12-22 19:05 +0000
          Re: Hello World Tim Chase <python.list@tim.thechases.com> - 2014-12-22 13:16 -0600
            Re: Hello World Roy Smith <roy@panix.com> - 2014-12-22 19:55 -0500
              Re: Hello World sohcahtoa82@gmail.com - 2014-12-22 17:03 -0800
                Re: Hello World MRAB <python@mrabarnett.plus.com> - 2014-12-23 01:37 +0000
                Re: Hello World Chris Angelico <rosuav@gmail.com> - 2014-12-23 12:39 +1100
                Re: Hello World Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-12-23 02:36 +0000
                Re: Hello World Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-12-23 12:24 -0500
              Re: Hello World Chris Angelico <rosuav@gmail.com> - 2014-12-23 12:03 +1100
          Encryption - was Hello World Dave Angel <d@davea.name> - 2014-12-22 14:57 -0500
          Re: Encryption - was Hello World Chris Angelico <rosuav@gmail.com> - 2014-12-23 09:29 +1100
          Re: Encryption - was Hello World Dave Angel <davea@davea.name> - 2014-12-22 18:22 -0500
      Re: Hello World Rustom Mody <rustompmody@gmail.com> - 2014-12-21 18:37 -0800
      Re: Hello World Steve Hayes <hayesstw@telkomsa.net> - 2014-12-22 08:21 +0200
        Re: Hello World Chris Angelico <rosuav@gmail.com> - 2014-12-22 17:33 +1100
          Re: Hello World Steve Hayes <hayesstw@telkomsa.net> - 2014-12-22 09:46 +0200
            Re: Hello World Chris Angelico <rosuav@gmail.com> - 2014-12-22 18:56 +1100
        Re: Hello World Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-12-22 20:18 +1100
          Re: Hello World Marko Rauhamaa <marko@pacujo.net> - 2014-12-22 11:34 +0200
            Re: Hello World Rustom Mody <rustompmody@gmail.com> - 2014-12-22 19:38 -0800
          Re: Hello World Roy Smith <roy@panix.com> - 2014-12-22 08:15 -0500
            Re: Hello World Chris Angelico <rosuav@gmail.com> - 2014-12-23 00:23 +1100
              OFF TOPIC Snow Crash [was Re: Hello World] Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-12-23 13:09 +1100
                Re: OFF TOPIC Snow Crash [was Re: Hello World] Grant Edwards <invalid@invalid.invalid> - 2014-12-23 16:20 +0000
                Re: OFF TOPIC Snow Crash [was Re: Hello World] Rustom Mody <rustompmody@gmail.com> - 2014-12-23 08:41 -0800
                Re: OFF TOPIC Snow Crash [was Re: Hello World] Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-12-24 12:51 +1100
                Re: OFF TOPIC Snow Crash [was Re: Hello World] Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-12-24 14:18 +1100
                Re: OFF TOPIC Snow Crash [was Re: Hello World] alister <alister.nospam.ware@ntlworld.com> - 2014-12-24 11:50 +0000
                Re: OFF TOPIC Snow Crash [was Re: Hello World] alex23 <wuwei23@gmail.com> - 2014-12-26 09:34 +1000
                Re: OFF TOPIC Snow Crash [was Re: Hello World] alex23 <wuwei23@gmail.com> - 2014-12-26 09:27 +1000
                Re: OFF TOPIC Snow Crash [was Re: Hello World] Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-12-26 15:13 +1100
                Re: OFF TOPIC Snow Crash [was Re: Hello World] alister <alister.nospam.ware@ntlworld.com> - 2014-12-26 10:03 +0000
            Re: Hello World Marko Rauhamaa <marko@pacujo.net> - 2014-12-22 15:26 +0200
              Re: Hello World Roy Smith <roy@panix.com> - 2014-12-22 08:41 -0500
        Re: Hello World Roy Smith <roy@panix.com> - 2014-12-22 08:13 -0500
          Re: Hello World Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-12-23 02:22 +1100
            Re: Hello World Jussi Piitulainen <jpiitula@ling.helsinki.fi> - 2014-12-22 17:36 +0200
              Re: Hello World Chris Warrick <kwpolska@gmail.com> - 2014-12-22 17:03 +0100
            Re: Hello World Skip Montanaro <skip.montanaro@gmail.com> - 2014-12-22 09:39 -0600
              Re: Hello World Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-12-23 03:54 +1100
            Re: Hello World Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-12-22 18:48 +0000
        Re: Hello World Grant Edwards <invalid@invalid.invalid> - 2014-12-22 16:26 +0000
    Re: Hello World Grant Edwards <invalid@invalid.invalid> - 2014-12-22 16:18 +0000
      Re: Hello World alister <alister.nospam.ware@ntlworld.com> - 2014-12-22 19:05 +0000

csiph-web