usermod ?

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
Tuche
Posts: 2
Joined: 2009-02-15 19:25

usermod ?

#1 Post by Tuche »

Greetings,

i am in need of some help.

I am no linux expert, but i know a bit, so i need usermod in my remote Debian server, first i thought it should be installed by default, but it is not.

So, i tried to install, sudo apt-get install usermod

This package does not exist . . .

Then i tried,

Code: Select all

YY@XXXX:~$ apt-cache search usermod
cpu - a console based LDAP user management tool
e2fslibs - ext2 filesystem libraries
e2fslibs-dev - ext2 filesystem libraries - headers and static libraries
qbrew - Homebrewer's recipe calculator (uses Qt)
YY@XXXX:~$
Which does not list anything usermod related . . .

Can some1 give me a hand here please ? :)

User avatar
bugsbunny
Posts: 5354
Joined: 2008-07-06 17:04
Been thanked: 1 time

#2 Post by bugsbunny »

It's already installed (or at least it should be).
use su instead of sudo and you'll find it

or, if you insist on using sudo (which is not recommended) try
sudo /usr/sbin/usermod

User avatar
kabniel
Posts: 224
Joined: 2007-07-10 21:03
Location: Sweden

#3 Post by kabniel »

fyi, usermod is part of the passwd package

User avatar
987687
Posts: 2110
Joined: 2007-06-11 10:58
Location: Vacation Land

#4 Post by 987687 »

su to root and then you'll be able to use usermod.
You can't actually use sudo in debian unless you set it up. Grow up an use su.
sudo has it's places, and it is not getting root access to the entire system. (the way ubuntu and MacOSX use it...)
Desktop - 3.2GHz core2 quad
Laptop - 2.4GHz core2 duo ancient macbook
Bring back the penguin!! http://tinyurl.com/d57jwv

Tuche
Posts: 2
Joined: 2009-02-15 19:25

#5 Post by Tuche »

Yes, that did the trick hehe

sorry for "dumb" question (there is no dumb question :) )

Post Reply