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
bz2(3trf)																 bz2(3trf)

NAME
bz2 - Data compression "bz2" SYNOPSIS
package require Tcl ?8.2? package require Trf ?2.1.3? bz2 ?options...? ?data? DESCRIPTION
The command bz2 is one of several data compressions provided by the package trf. See trf-intro for an overview of the whole package. The command is based on the Burroughs-Wheeler transformation as implemented by the bzip2 compression library (http://sources.red- hat.com/bzip2/). bz2 ?options...? ?data? -mode compress|decompress This option has to be present and is always understood by the compression. For immediate mode the argument value specifies the operation to use. For an attached compress it specifies the operation to use for writing. Reading will automatically use the reverse operation. See section IMMEDIATE versus ATTACHED for explana- tions of these two terms. Beyond the argument values listed above all unique abbreviations are recognized too. Compress causes the compression of arbitrary (most likely binary) data. Decompression does the reverse . -level integer Specifies the compression level. Is either the string default or an integer number in the range 1 (minimal compression) to 9 (maximal compression). -attach channel The presence/absence of this option determines the main operation mode of the transformation. If present the transformation will be stacked onto the channel whose handle was given to the option and run in attached mode. More about this in section IMMEDIATE versus ATTACHED. If the option is absent the transformation is used in immediate mode and the options listed below are recognized. More about this in section IMMEDIATE versus ATTACHED. -in channel This options is legal if and only if the transformation is used in immediate mode. It provides the handle of the channel the data to transform has to be read from. If the transformation is in immediate mode and this option is absent the data to transform is expected as the last argument to the transformation. -out channel This options is legal if and only if the transformation is used in immediate mode. It provides the handle of the channel the generated transformation result is written to. If the transformation is in immediate mode and this option is absent the generated data is returned as the result of the com- mand itself. IMMEDIATE VERSUS ATTACHED
The transformation distinguishes between two main ways of using it. These are the immediate and attached operation modes. For the attached mode the option -attach is used to associate the transformation with an existing channel. During the execution of the com- mand no transformation is performed, instead the channel is changed in such a way, that from then on all data written to or read from it passes through the transformation and is modified by it according to the definition above. This attachment can be revoked by executing the command unstack for the chosen channel. This is the only way to do this at the Tcl level. In the second mode, which can be detected by the absence of option -attach, the transformation immediately takes data from either its com- mandline or a channel, transforms it, and returns the result either as result of the command, or writes it into a channel. The mode is named after the immediate nature of its execution. Where the data is taken from, and delivered to, is governed by the presence and absence of the options -in and -out. It should be noted that this ability to immediately read from and/or write to a channel is an historic artifact which was introduced at the beginning of Trf's life when Tcl version 7.6 was current as this and earlier versions have trouble to deal with characters embedded into either input or output. SEE ALSO
bz2, trf-intro, zip KEYWORDS
Burroughs-Wheeler, bz2, compression, data compression, decompression COPYRIGHT
Copyright (c) 1996-2003, Andreas Kupries <andreas_kupries@users.sourceforge.net> Trf transformer commands 2.1.3 bz2(3trf)
All times are GMT -4. The time now is 10:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy