8 More Discussions You Might Find Interesting
1. HP-UX
Hello,
I've been doing Linux and AIX administration for years, but I'm very new to HPUX. We have an old audit process which involves someone manually using sam to generate user lists. I'd like to kill that old process with fire...
But...
After working a bit in the morning to try and pull... (3 Replies)
Discussion started by: Celt1977
3 Replies
2. Linux
Hello,
I had this issue today. One of my co-workers accounts was looked due to inactivity. The passwd -u command didn't work. So I did what I posted below. I don't think this the proper way to do this. What is the right to reactivate an account in Linux? After I changed the inactivity to never he... (2 Replies)
Discussion started by: bitlord
2 Replies
3. Shell Programming and Scripting
Hi All
I have written one shell script for GPRS route add is given below named GPRSRouteSet.sh
URL="www.google.com"
VBURL="10.5.2.211"
echo "Setting route for $URL for GPRS"
URL_Address=`nslookup $URL|grep Address:|grep -v "#"|awk -F " " '{print $2}'|head -1`
echo "Executing ... (3 Replies)
Discussion started by: mnmonu
3 Replies
4. HP-UX
Hi I hope this is easy and sorry if I am using the wrong HP terms.
I am looking for a way to glean the command line information from a process I run in SAM?
In AIX I can just select any options I want for particular process and hit F6 and the command line is shown on the screen for use in... (3 Replies)
Discussion started by: KmJohnson
3 Replies
5. HP-UX
How can I add a user to a specific group without using SAM? I know I can user modprpw -G, but that will overwrite any groups the user is in with the ones I specify.
I need to assume that I do not know what groups the user is already in, so I can't put them in the modprpw command. I just need... (2 Replies)
Discussion started by: paqman
2 Replies
6. HP-UX
Hey, new here, so be nice! I'm trying to write a little script to automate the user creation process on one of our boxes. But I would like to be able to use the templates that we have set up in SAM. Is the information in these templates stored in a file somewhere, that I can reference in my... (5 Replies)
Discussion started by: paqman
5 Replies
7. UNIX for Dummies Questions & Answers
I am an administrator of a Red Hat Enterprise Linux system.
Now one account expired. I wonder how to reactivate the account.
Thanks (2 Replies)
Discussion started by: cy163
2 Replies
8. HP-UX
hi, any idea how to get more info on the usage, unix equivalent of sam in hp-ux? thanks (7 Replies)
Discussion started by: yls177
7 Replies
PLYMOUTH(1) User Commands PLYMOUTH(1)
NAME
plymouth - Send commands to plymouthd
SYNOPSIS
plymouth [OPTION...]
plymouth COMMAND [OPTION...]
DESCRIPTION
The plymouth sends commands to a running plymouthd. This is used during the boot process to control the display of the graphical boot
splash.
OPTIONS
The following options are understood. These options are supported for compatibility with the old rhgb-client interface, and have been
replaced by the commands that are described in the next section.
--help
Show summary of options.
--debug
Enable verbose debug logging.
--get-splash-plugin-path
Get directory where splash plugins are installed.
--newroot=[STRING]
Tell plymouthd that the new root filesystem is mounted.
--quit
Tell plymouthd to quit.
--ping
Check if plymouthd is running.
--has-active-vt
Check if plymouthd has an active vt.
--sysinit
Tell plymouthd root filesystem is mounted read-write.
--show-splash
Show the splash screen.
--hide-splash
Hide the splash screen.
--ask-for-password
Ask the user for a password.
--ignore-keystroke=[STRING]
Remove sensitivity to a keystroke.
--update=[STRING]
Tell plymouthd an update about boot progress.
--details
Tell plymouthd there were errors during boot.
--wait
Wait for plymouthd to quit.
COMMANDS
The following commands are understood:
change-mode OPTION
Change the operation mode.
--boot-up
Start the system up
--shutdown
Shutting the system up
--updates
Applying updates
system-update OPTION
Tell plymouthd about boot progress.
--progress=INTEGER
The percentage progress of the updates
update OPTION
Tell plymouthd about boot status changes.
--status=STRING
Tell plymouthd the current boot status
update-root-fs OPTION
Tell plymouthd about root filesystem changes.
--new-root-dir=STRING
Root filesystem is about to change
--read-write
Root filesystem is no longer read-only
show-splash
Tell plymouthd to show splash screen.
hide-splash
Tell plymouthd to hide splash screen.
ask-for-password OPTION
Ask the user for a password.
--command=STRING
Command to send password to via standard input
--prompt=STRING
Message to display when asking for password
--number-of-tries=INTEGER
Number of times to ask before giving up (requires --command)
--dont-pause-progress
Don't pause boot progress bar while asking
ask-question
Ask the user a question.
--command=STRING
Command to send the answer to via standard input
--prompt=STRING
Message to display when asking the question
--dont-pause-progress
Don't pause boot progress bar while asking
display-message OPTION
Display a message.
--text=STRING
The message text
hide-message OPTION
Hide a message.
--text=STRING
The message text
watch-keystroke OPTION
Become sensitive to a keystroke.
--command=STRING
Command to send keystroke to via standard input
--keys=STRING
Keys to become sensitive to
ignore-keystroke OPTION
Remove sensitivity to a keystroke.
--keys=STRING
Keys to remove sensitivitiy from
pause-progress
Pause boot progress bar.
unpause-progress
Unpause boot progress bar.
report-error
Tell plymouthd there were errors during boot.
deactivate
Tell plymouthd to deactivate.
reactivate
Tell plymouthd to reactivate.
quit OPTION
Tell plymouthd to quit.
--retain-splash
Don't explicitly hide boot splash on exit
SEE ALSO
grub(8), plymouth(8), plymouthd(8), http://www.freedesktop.org/wiki/Software/Plymouth
plymouth PLYMOUTH(1)