Re: python for *nix system admins

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Lars Stavholm

    Re: python for *nix system admins

    km wrote:
    import os
    Thanks, but I'm aware of the standard libraries like os, sys,
    commands, and whatnot. I'm looking for a non-standard library
    that acts like a wrapper for the unix commands. I have seen it,
    I just can't find it again.
    /L
    On Sat, Sep 27, 2008 at 1:35 PM, Lars Stavholm <stava@telcotec .se
    <mailto:stava@t elcotec.se>wrot e:
    >
    Hi All,
    >
    I'm new to this list and hoping that this is not off-topic.
    If it is, please point me in the right direction.
    >
    I seem to recollect a python module or library for *nix sysadmins,
    but I can't for the life of me find it again.
    >
    The module (or library) somehow added unix command capabilities
    to the python language. It seemed like a lesser known, perhaps new,
    python library or module.
    >
    Any input or ideas appreciated
    /Lars Stavholm
    --

    >
    >
Working...