sudo.rst
changeset 889 f18e156d1549
parent 862 b539dd85bbf3
child 899 7b4265c8d324
equal deleted inserted replaced
888:4c1e80956723 889:f18e156d1549
     6 
     6 
     7 or
     7 or
     8 
     8 
     9   @group ALL =(ALL) NOPASSWD: ALL
     9   @group ALL =(ALL) NOPASSWD: ALL
    10 
    10 
       
    11 * Change user/primary group for executed command.
       
    12 
       
    13   $ sudo -u $user -g $group $command
       
    14 
       
    15 To allow this plase in /etc/sudoers:
       
    16 
       
    17   username ALL =(ALL:ALL) NOPASSWD: ALL
       
    18