ユーザーtarouをsudoできるユーザーとして追加する。
% sudo /usr/sbin/useradd tarou
% sudo /usr/bin/passwd tarou
Changing password for user tarou.
New password:
BAD PASSWORD: it is based on a dictionary word
Retype new password:
Sorry, passwords do not match
New password:
Retype new password:
passwd: all authentication tokens updated successfully.
% sudo /usr/bin/vi sudoers
(tarou ALL=(ALL) ALLという行をどこかにを書き加える)
%