Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

userpasswd(1) [redhat man page]

USERPASSWD(1)						      General Commands Manual						     USERPASSWD(1)

NAME
userpasswd - A graphical tool to allow users to change their passwords. SYNOPSIS
userpasswd [ options ] DESCRIPTION
userpasswd is a graphical tool to allow users to easily change their passwords. Aside from being a nice GUI frontend, this program does the right thing when the pam configuration has changed. OPTIONS
This program has no command line options of its own, but it does take the standard X program options like -display and such. See the X(1) man page for some of the common options. SEE ALSO
userhelper(8) BUGS
No known bugs, but compatability with bizarre changes in the pam configuration have not been tested aggressively. If you have a non-stan- dard pam configuration, I'd be interested to hear whether it worked and what kind of configuration you have. AUTHOR
Otto Hammersmith <otto@redhat.com> Red Hat Software 17 October 1997 USERPASSWD(1)

Check Out this Related Man Page

USERMOUNT(1)						      General Commands Manual						      USERMOUNT(1)

NAME
usermount - A graphical tool to mount, unmount and format filesystems. SYNOPSIS
usermount [ options ] DESCRIPTION
usermount is a graphical tool to allow users to easily manage removable media, such as floppy disks or zip disks. When the tool starts up, it scans /etc/fstab for all filesystems that have been configured to allow users to mount and unmount them. The filesystem can be mounted or unmounted by pressing the toggle button labeled Mount. Also, if the user has the appropriate permissions for the device, the Format button will be active. This allows the user to format disks using fdformat and create a new filesystem of the type listed (using mkfs with the appropriate option). Naturally, the user will be prompted for confirmation before actually destroying data on the device. Note that if a device is already mounted, the format button is inactive for all entries that share the same device. When run as root, usermount displays all of the entries in /etc/fstab rather than just the ones with the user option. OPTIONS
This program has no command line options of it's own, but it does take the standard X program options like -display and such. See the X(1) man page for some of the common options. FILES
/etc/fstab The system file describing the mountable filesystems. SEE ALSO
mount(8), fdformat(8), mkfs(8), fstab(5) X(1) BUGS
Mount entries with a filesystem type of iso9660 are outright considered CD-ROMs and the format button is always disabled. Mount entries for swap files or partitions are also ignored. A nice feature might be to allow root to turn swap on and off for swap parti- tions. AUTHOR
Otto Hammersmith <otto@redhat.com> Red Hat Software 3 October 1997 USERMOUNT(1)
Man Page

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to export data file from Unix

Hi, I am searching a way to export data file on Unix to SQL server on a daily bases. Any one has any ideas? Thanks in advance! (20 Replies)
Discussion started by: whatisthis
20 Replies

2. Shell Programming and Scripting

unix script to export data from csv file to oracle database

Hello people, Need favour. The problem I have is that, I need to develop a unix shell script that performs recurring exports of data from a csv file to an oracle database. Basically, the csv file contains just the first name and last name will be dumped to an Unix server. The data from these... (3 Replies)
Discussion started by: vinayagan
3 Replies

3. Shell Programming and Scripting

Expext script reading a crypted file

People, I really have two problems in one. Basicly "option 2" is the one I wish to persue but "option 1" will do for now.... Option 1 I have an expect script. I would like it to read (open ) a crypted file with out creating a decrypted file from the source (crypted file) then open and read... (3 Replies)
Discussion started by: Andrek
3 Replies

4. Shell Programming and Scripting

End of file unexpected error

Hi, I am new to unix. I have written a script whenever i am giving sh filename.sh its prompting unexpected end of file in line number 40 in that line i have echo statement what do i need to do thanks in advance (5 Replies)
Discussion started by: hamsa
5 Replies

5. Programming

Setting environment variable using JNI call

I have function declaration in Java and same function definition written in C programming language.. A JNI call from Java is made to a fuction...Function would set the environment variable { putenv(cEnvString1);} using C-built -in function ..and later return the encrypted string... putenv is... (6 Replies)
Discussion started by: shafi2all
6 Replies

6. Linux

ssh and passwd scripting execution problems on linux

I'm having a problem here and I was wondering if anyone could help me? I'm putting together a password script. First off, I don't have root access. I have sudo access. Lets say the User ID is Trevor1, the password is H!rry23! and the server name is Linux1234 This is how the script begins ... (5 Replies)
Discussion started by: wdog17
5 Replies

7. Linux

SSH through another id

First off, I don't have root permissions :wall:. All I have is sudo rights. Im trying to ssh with another ID to multiple servers without the server asking for a password. The other ID already has ssh keys on all the other servers and can pass through the other server with a password of... (10 Replies)
Discussion started by: wdog17
10 Replies

8. Shell Programming and Scripting

FTP from AIX to Mainframe

Hi All, This is the scenario:- I am writing a script to automate FTP files from AIX to Mainframe. ( Binary mode, passive connection) FTP the currently available files(poll a directory to find the list) and put it to mainframe in one connection instance Verify if all the files are copied... (24 Replies)
Discussion started by: TechGyaann
24 Replies