Hi,
I am learning the wonderful world of a server installation and I am following the great Linode documentation.
I am just at the beginning. I made the step of creating a user, which I granted with the admin role (user mod -a -G sudo username)
This seems to be fine. I am told that I will be able to use the
sudo command to make further changes. But nope. If I try the example given
sudo iptables -L, i get the answer that no such command exits. If I log on root mode, I am able to perform the command.
So, what went wrong? Is there something faulty in the instruction given at
http://library.linode.com/securing-your-server ?
I use the Debian 6 distribution.