Sponsored Content
Full Discussion: passwd - useradd issues
Top Forums UNIX for Dummies Questions & Answers passwd - useradd issues Post 302561260 by karlochacon on Monday 3rd of October 2011 05:28:31 PM
Old 10-03-2011
I have man pages for both

weird

---------- Post updated at 05:28 PM ---------- Previous update was at 05:25 PM ----------

Quote:
Originally Posted by ieth0
its weird that you dont have passwd and have useradd , almost unix/linux systems has passwd inside /bin,
so it may be two things , somehow passwd binary deleted, if you didn't do that , it may you have rootkit finder installed on the system ?
for useradd problem, check your disk , your system may force system file in readonly mode , or you ran out free disk space.
just try to touch a file inside /etc
Code:
touch /etc/sometestfile

and if you had permission denied or such thing check
Code:
df -h
tail -n 50 /var/log/messages

you may have some messages from kernel there.
yes I can create file under /etc

under /var/log
messages is not file is a folder Smilie

let me show you what I got

Code:
 # ls
ConsoleKit      localmessages      warn-20110812.bz2  warn-20110822.bz2  warn-20110901.bz2  warn-20110911.bz2  warn-20110921.bz2  warn-20111001.bz2
Xorg.0.log      mail               warn-20110813.bz2  warn-20110823.bz2  warn-20110902.bz2  warn-20110912.bz2  warn-20110922.bz2  warn-20111002.bz2
Xorg.0.log.old  mail.info          warn-20110814.bz2  warn-20110824.bz2  warn-20110903.bz2  warn-20110913.bz2  warn-20110923.bz2  xinetd.log
YaST2           messages           warn-20110815.bz2  warn-20110825.bz2  warn-20110904.bz2  warn-20110914.bz2  warn-20110924.bz2  zypp
acpid           messages.log       warn-20110816.bz2  warn-20110826.bz2  warn-20110905.bz2  warn-20110915.bz2  warn-20110925.bz2  zypper.log
all.log         secure             warn-20110817.bz2  warn-20110827.bz2  warn-20110906.bz2  warn-20110916.bz2  warn-20110926.bz2
auth.log        warn               warn-20110818.bz2  warn-20110828.bz2  warn-20110907.bz2  warn-20110917.bz2  warn-20110927.bz2
boot.msg        warn-20110809.bz2  warn-20110819.bz2  warn-20110829.bz2  warn-20110908.bz2  warn-20110918.bz2  warn-20110928.bz2
boot.omsg       warn-20110810.bz2  warn-20110820.bz2  warn-20110830.bz2  warn-20110909.bz2  warn-20110919.bz2  warn-20110929.bz2
everything.log  warn-20110811.bz2  warn-20110821.bz2  warn-20110831.bz2  warn-20110910.bz2  warn-20110920.bz2  warn-20110930.bz2

Trex:/var/log # df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/SYS-lv_root
                       15G   14G  666M  96% /
devtmpfs              3.9G   96K  3.9G   1% /dev
tmpfs                 3.9G   88K  3.9G   1% /dev/shm
/dev/sda1             122M   31M   85M  27% /boot

 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

useradd

I work on some hp ux 11.00 Servers. i have to add an user. i use the useradd command like follows: useradd -u 72022 -g 71095 -c " comment " -d /PACKAGE_NAME/home/username -s /usr/bin/sh username The command returns with error 3. The manpage means value number 3: Invalid argument supplied to an... (6 Replies)
Discussion started by: ortsvorsteher
6 Replies

2. UNIX for Advanced & Expert Users

useradd

Hi. due to some needs i gave a user the premission to use useradd command with sudo. i want to know if there is a way to let him set the initial password, without giving him the premission to use passwd command as root (sudo). maybe a way to set a default password for all the new users that... (2 Replies)
Discussion started by: dorilevy
2 Replies

3. Solaris

useradd

Hi, I need to add a new user who will only be able to access one single folder on my Solaris 9 system. Can this be achieved by using just useradd or do i need to fiddle with auth_attr table? TIA, Selma (4 Replies)
Discussion started by: Selma
4 Replies

4. Shell Programming and Scripting

useradd

Gurus, I need to add a user to all the machines. I need a script to do this. I did one but it does not allow me to su to root within a ssh session i open. It exists saying su: Sorry. Please let me know how i can do it. I do not have the freedom of using sudo either. Regards (4 Replies)
Discussion started by: earlysame55
4 Replies

5. UNIX for Advanced & Expert Users

useradd?

Hi Experts, when using useradd command, what are the necessary options/arguments to be included? Please advice. (4 Replies)
Discussion started by: etcpasswd
4 Replies

6. Solaris

passwd cmd reenables passwd aging in shadow entry

Hi Folks, I have Solaris 10, latest release. We have passwd aging set in /etc/defalut/passwd. I have an account that passwd should never expire. Acheived by emptying associated users shadow file entries for passwd aging. When I reset the users passwd using passwd command, it re enables... (3 Replies)
Discussion started by: BG_JrAdmin
3 Replies

7. Solaris

useradd

I want to creat a 27 logins in solaris.Can anyone tell me how to write a script for that so that i create at a time for all 27 people. Thanks to guide me. (6 Replies)
Discussion started by: kkalyan
6 Replies

8. Red Hat

useradd w/o write permission on /etc/passwd

Hi root user creates a user using the useradd command. This command creates an entry in the /etc/passwd file. /etc/passwd file has rw permission for the root user. Now, if I happen to remove the w permission for the root user, useradd command still is successfully creating entry in the... (3 Replies)
Discussion started by: guruprasadpr
3 Replies

9. AIX

When did AIX start using /etc/security/passwd instead of /etc/passwd to store encrypted passwords?

Does anyone know when AIX started using /etc/security/passwd instead of /etc/passwd to store encrypted passwords? (1 Reply)
Discussion started by: Anne Neville
1 Replies

10. HP-UX

Useradd and passwd in HP-UX

Dear All, I have Perl Script which previously running on solaris and now our system is moved to HP UX. The script is creating the users on unix and database. 1. When we are creating the new user, useradd keep newly created account in locked state 2. In script we were using Passwd... (5 Replies)
Discussion started by: yadavricky
5 Replies
partimaged-passwd(8)				       Partition Image Server Configuration				      partimaged-passwd(8)

NAME
partimaged-passwd - Manage partimaged user accounts SYNTAX
partimaged-passwd [-Dhl] username password partimaged-passwd [-Dhl] username DESCRIPTION
partimaged can either authenticate against local user accounts (This needs access to /etc/shadow. As this is a potential security risk this method is not recommended) or its own password database in /etc/partimaged/passwd.db. To simplify the management of the partimaged user database this tool was written. It allows to easily add and remove users or list the users in the database. All users in this database are allowed to access the partimaged server. OPTIONS
-D username Delete the specified user from the password file. -l List users in password file and exit. -h Output help information and exit. FILES
/etc/partimaged/passwd.db AUTHORS
Michael Biebl <biebl@debian.org> SEE ALSO
partimaged(8), partimagedusers(5), partimage(1) Michael Biebl <;biebl@teco.edu> 0.1 partimaged-passwd(8)
All times are GMT -4. The time now is 05:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy