Configuring sudo - Teradata Tools and Utilities

Teradata® Tools and Utilities for Linux Installation Guide Amazon Linux 2, CentOS, OEL, RedHat, SLES, Ubuntu

Product
Teradata Tools and Utilities
Release Number
17.00
Published
November 30, 2020
Language
English (United States)
Last Update
2020-11-18
dita:mapPath
qqn1544831938746.ditamap
dita:ditavalPath
bbv1473194095470.ditaval
dita:id
B035-3160
lifecycle
previous
Product Category
Teradata Tools and Utilities
  1. Log on as the root user.
  2. Run the following command to open the sudoers file:
    visudo
  3. Add the appropriate line for the operating system to the sudoers file:
    Operating System File Name
    AIX ALL ALL=(root) NOPASSWD: /usr/sbin/installp *,/usr/bin/lslpp *
    Linux (CentOS, OEL, RedHat, SLES) ALL ALL=(root) NOPASSWD: /bin/rpm -ivh *,/bin/rpm -e *
    Linux (Ubuntu) Ubuntu ALL ALL=(root) NOPASSWD: /bin/dpkg -i *,/bin/dpkg -r*,/bin/dpkg -P *
    Solaris ALL ALL=(root) NOPASSWD: /usr/sbin/pkgadd *,/usr/sbin/pkgrm *