打ってみた

$ sudo bottle
Password:
ken2 is not in the sudoers file. This incident will be reported.

从o゚ー゚从<あんたなんて知らないとゆいたいです


(´・ω・`)


・・・・。

$ su -
パスワード:
# vim /etc/sudoers

ken2 ALL=(ALL) ALL

:wq!
# exit
$

$ sudo bottle
Password:
sudo: bottle: command not found

从o゚ー゚从<あんたのボトルなんてキープしてないとゆいたいです


・・・・。

$ su -
パスワード:
# vim bottle.cpp

#include <iostream>

using namespace std;

int main (int argc, char* argv[])
{
    cout << "州*‘ o‘リつ[いいちこ]<だゆー" << endl;

    return 0;
}

:wq
# g++ -o bottle bottle.cpp
# cp bottle /bin/.
$ ll /bin/bottle
-rwxr-xr-x 1 root root 6521 2月 20 20:49 /bin/bottle
# exit
$

$ sudo bottle
Password:
州*‘ o‘リつ[いいちこ]<だゆー


そんなsudo。