Sponsored Content
Full Discussion: Booting to Command Prompt
Operating Systems SCO Booting to Command Prompt Post 302941243 by jgt on Tuesday 14th of April 2015 11:36:25 AM
Old 04-14-2015
Assuming that you have the root password.
When you see the "boot:" prompt, press enter before it continues with the boot automatically. You will then be asked for the current date and time, and whether you want to start in single user mode or multiuser.
If you want single user, then you should enter the root password, otherwise enter <ctrl>d to enter multiuser.
After you have entered single user mode, you may have to issue a "mountall" command to mount additional file systems (/u).

---------- Post updated at 11:36 AM ---------- Previous update was at 11:30 AM ----------

In anticipation of your next question, do you know if the system has the Host version of Openserver, or the Enterprise version.
If you have the Enterprise version, you can use ftp to move the data.
If you have Host, however, you will probably have to install a second disk with a DOS file system and then remove the disk after copying the data to it.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Command prompt argument

I am beginner to UNIX, I want to write shell script for find greatest of three numbers through command prompt. I have written similar code for converting lowercase to uppercase in command prompt. I am not getting logica how to implement greatest of three numbers through command prompt. (2 Replies)
Discussion started by: giridher2000
2 Replies

2. SuSE

inconsistent ls command display at the command prompt & running as a cron job

Sir, I using the following commands in a file (part of a bigger script): #!/bin/bash cd /opt/oracle/bin ls -lt | tail -1 | awk '{print $6}' >> /tmp/ramb.out If I run this from the command prompt the result is: 2007-05-16 if I run it as a cron job then... (5 Replies)
Discussion started by: rajranibl
5 Replies

3. Windows & DOS: Issues & Discussions

Command Prompt

Hi does anyone know know how to find out the password on a vista pc using command prompt /cmd not change it (1 Reply)
Discussion started by: popo123456789
1 Replies

4. Shell Programming and Scripting

Telnet in command prompt

Hi, i have typed telnet yahoo.com 80 in command prompt it displays as a blank command prompt page titling as Telnet Yahoo.com Other than that i am not able to get anything. can anyone sort me out the reason for this (12 Replies)
Discussion started by: satheeshkr_cse
12 Replies

5. Shell Programming and Scripting

Command That Gives Booting Times

hi friends, ım new in shell scripting and ı want to know that which commands gives the booting times in fixed time interval(day) ı have entered. For Example, When ı enter 4 for command, Command will return the booting times in last 4 days. Thank for your helps!!! (9 Replies)
Discussion started by: deco
9 Replies

6. UNIX for Advanced & Expert Users

autosys command(autorep) from command prompt

Hi, I am using AUTOSYS GUI based tool. But I want to get the job status from the UNIX command prompt. 1. I want to execute only autorep command in the UNIX command prompt. If need to execute this command what are the settings need to do that. 2. Is it possible for executing this... (5 Replies)
Discussion started by: onesuri
5 Replies

7. UNIX for Dummies Questions & Answers

Execution of command at command prompt

Hello Experts, I am still learning linux and have come across a question, hope to get some answer. I have two servers, and both have the same version of svn client installed and both have the same user_id. my SVN client version: svn, version 1.6.11 (r934486) compiled Mar 2 2011,... (4 Replies)
Discussion started by: babyPen1985
4 Replies

8. Shell Programming and Scripting

Command prompt

Hi All, Even changing .bash_profile, i am getting only $ as command prompt. My bash profile looks like this. PS1=" $ " stty columns 200 set -o vi if i run bash command and run PS1=" $ " then it is working as expected. $ bash (4 Replies)
Discussion started by: akshu.agni
4 Replies

9. Red Hat

Systemd booting and execute system command is Not successful!help!

hi guys, booting centos7 and use systemd execute system command ulimit -SHn 202400 is fail.i dont know what's reason.can you give me help. ------------------------------------------ set-ulimit.service Description=test service After=systemd-update-utmp-runlevel.service #the last... (1 Reply)
Discussion started by: shean
1 Replies

10. UNIX for Dummies Questions & Answers

Shell script not working but command works in command prompt

Hi everyone I have a problem with my script If I try directly this command /usr/bin/nice -n 19 mysqldump -u root --password="******" wiki_schneider -c | nice -n 19 gzip -9 > /point_de_montage/$(date '+%Y%m%d')-wiki-db.sql.gz It works But if I simply add this command in a script and... (8 Replies)
Discussion started by: picemma
8 Replies
USERHELPER(8)						      System Manager's Manual						     USERHELPER(8)

NAME
userhelper - A helper interface to pam. SYNOPSIS
userhelper [ -t ] [ -w prog args ] [ -c ] [ -f full-name ] [ -o office ] [ -p office-phone ] [ -h home-phone ] [ -s shell ] [ username ] DESCRIPTION
NOTE this program is NOT intended to be run interactively. If you want to change this information on the command line use passwd(1), chfn(1), or chsh(1). This program provides a basic interface to change a user's password, gecos information, and shell. The main differnce between this program and its traditional equivilents is that prompts are written to standard out to make it easy for a GUI wrapper to interface to it as a child process. The output is in the form of: <number> <string> Where the number is the type of prompt returned from pamlib, and the string is the prompt to give the user. The prompt numbers are as follows: 1 Prompt with visible input. 2 Prompt with invisible input. 3 Suggested answer for the current prompt. 4 Informational message. 5 Error message. 6 Count of messages sent in this block so far. 7 The name of the service being used. 8 Whether or not the command will be executed as the user if authentication fails. 9 The name of the user being authenticated. OPTIONS
-t Use text mode authentication instead of the numbered message types just described; only used with -w. -w Specify a program name to be run and arguments to be passed to it. userhelper will look in the file /etc/security/console.apps/pro- gramname for the name of a user to authenticate, the path of the binary to be run, and other settings described below. userhelper will then attempt to authenticate the user using PAM, specifying programname as the PAM service name. If authentication succeeds, the binary will be run with superuser privileges. If the configuration file specifies that PAM session management should be per- formed, userhelper will also open a PAM session before starting the program, and close the session when the program terminates. If authentication fails, userhelper can be configured run the program with the user's privileges instead. -c Change the current user's password. Note that this option cannot be used with any of the other options. This is due to the limita- tion in the interface to pamlib. -f Specify a new Full Name. -o Specify a new Office. -p Specify a new Office Phone. -h Specify a new Home Phone. -s Specify a new shell. VARIABLES
USER The name of the user userhelper should attempt to authenticate the invoking user as. Typically this is root. The special value <user> (which is also the default) indicates that userhelper should authenticate the invoking user. PROGRAM The name of the binary to execute if authentication succeeds. This should always be specified as an absolute path. If not speci- fied, userhelper will attempt to run /sbin/programname first, and failing that, it will attempt to run /usr/sbin/programname. SESSION Specifies whether or not userhelper should perform PAM session management when running the program. Typically this is needed if the PAM configuration uses a module such as pam_xauth.so to forward X11 authentication tokens for use by the program. Valid values are yes and no, with the default being no. RETRY Specifies the number of times userhelper should attempt to authenticate the user if the initial attempt fails. The default value is 2, which causes userhelper to attempt to authenticate the user a total of 3 times. FALLBACK Specifies whether or not the specified binary should be run with the invoking user's privileges if authentication fails. This option is useful for running applications which gain additional abilities when run with superuser privileges, but which are still useful when run without them. NOXOPTION The name of an option which, if passed to userhelper as an argument for the program it will run, will cause userhelper to behave as if the -t flag had been passed to it. GUI Specifies whether or not userhelper should use consolehelper to present graphical dialog boxes when prompting the user for informa- tion. This is the inverse of the -t option. Valid values are yes and no, with the default being yes. BANNER Specifies specific text which userhelper should present to the user when userhelper prompts for information. The default is a generic message based on the PAM service name. BANNER_DOMAIN Specifies the text domain in which translations of the banner are stored. This setting is deprecated in favor of the DOMAIN set- ting. DOMAIN Specifies the text domain in which translations of strings are stored. If this setting is specified, it overrides any setting for BANNER_DOMAIN which may also be set. STARTUP_NOTIFICATION_NAME Specifies the startup notification name used for startup notification. STARTUP_NOTIFICATION_DESCRIPTION Specifies the startup notification name used for startup notification. STARTUP_NOTIFICATION_WORKSPACE Specifies the startup notification workspace used for startup notification. STARTUP_NOTIFICATION_WMCLASS Specifies the startup notification binary wmclass used for startup notification. STARTUP_NOTIFICATION_BINARY_NAME Specifies the startup notification binary name used for startup notification. STARTUP_NOTIFICATION_ICON_NAME Specifies the startup notification icon name used for startup notification. EXIT STATUS
A non-zero exit status indicates an error occured. Those errors are: 1 The authentication passwords was incorrect. 2 One or more of the GECOS fields is invalid. This occurs when there is a colon supplied in one of the fields. 3 Password resetting error. 4 Some system files are locked. 5 User unknown. 6 Insufficent rights. 7 Invalid call to this program. 8 The shell provided is not valid (i.e., does not exist in /etc/shells). 9 Ran out of memory. 10 Could not find the program. 11 exec failed even though program exists. 12 the user canceled the operation. 255 Unknown error. FILES
/etc/passwd The gecos and shell information is stored in this file. /etc/shells This file is checked to see if the new shell supplied is valid. /etc/security/console.apps/prog This file contains the values which will be used for the variables when userhelper is used with the -w flag. /etc/pam.d/prog This file contains the PAM configuration used when userhelper is used with the -w flag. SEE ALSO
userpasswd(1), userinfo(1), consolehelper(8), chfn(1), chsh(1), passwd(5) AUTHOR
Otto Hammersmith <otto@redhat.com> Michael K. Johnson <johnsonm@redhat.com> Red Hat, Inc. 18 February 2003 USERHELPER(8)
All times are GMT -4. The time now is 10:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy