Wie einen sudo in den Wahnsinn treiben kann…

Kürzlich auf einem Server, der vom Kunden bereitgestellt wird:

(somehost) ~ $ sudo ll /etc/apache2/
sudo: ll: command not found
(somehost) ~ $ alias ll="ls -la"
(somehost) ~ $ sudo ll /etc/apache2/
sudo: ll: command not found
(somehost) ~ $ sudo alias ll="ls -la"
sudo: alias: command not found
(somehost) ~ $ sudo ls -la /etc/apache2/ && echo "Bullshit!"

Wie einen sudo in den Wahnsinn treiben kann (2)…

(somehost) ~ $ apache2ctl configtest
Warning: DocumentRoot [/home/user1/vhosts/example.org/html] does not exist
Warning: DocumentRoot [/home/user2/vhosts/example.com/html] does not exist
Syntax OK
(somehost) ~ $ sudo apache2ctl configtest
Syntax OK

You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Schreibe einen Kommentar

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>