[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: SUDO в Debian



> Не, ну будьте людьми!!! Нормально (доходчиво) напишите человеку, как
> прописать себя в судоерах, че в файле-то писать? adduser <myname> sudo -
> не помогло.
>

А ещё можно man sudoers почитать, там примеры есть.

Цитата:

  # Override built-in defaults
        Defaults               syslog=auth
        Defaults>root          !set_logname
        Defaults:FULLTIMERS    !lecture
        Defaults:millert       !authenticate
        Defaults@SERVERS       log_year, logfile=/var/log/sudo.log
        Defaults!PAGERS        noexec

The User specification is the part that actually determines who may run what.

        root           ALL = (ALL) ALL
        %wheel         ALL = (ALL) ALL

We let root and any user in group wheel run any command on any host as any user.

        FULLTIMERS     ALL = NOPASSWD: ALL

Full time sysadmins (millert, mikef, and dowdy) may run any command on
any host without authenticating themselves.

        PARTTIMERS     ALL = ALL

Part time sysadmins (bostley, jwfox, and crawl) may run any command on
any host but they must authenticate themselves first (since the entry
lacks the NOPASSWD tag).

        jack           CSNETS = ALL


Reply to: