![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Boot in Single-Mode | aldowsary | AIX | 9 | 11-27-2006 08:38 AM |
| single user mode | kekanap | UNIX for Advanced & Expert Users | 5 | 07-29-2005 09:06 AM |
| single user mode - user accounts passwords | orestis | UNIX for Dummies Questions & Answers | 2 | 03-09-2005 06:54 AM |
| Single user mode | merlin | UNIX for Dummies Questions & Answers | 2 | 01-15-2002 07:48 AM |
| single user mode | guest100 | UNIX for Dummies Questions & Answers | 2 | 12-12-2001 04:53 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
How to boot in single user mode
My machine is a HP-UX 11iV2. I want to boot it in the single user mode.
Any ideas? Regards |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Your Unix Version?..
Just to share i'm using unix 5.1b on My HP DS15 Alpha Server. To boot single user mode: Open a session as root, and shutdown the system with the following command: # shutdown –h now Boot now the system in single-user mode with the following firmware command: >>> boot –fl s ==================== I'm not sure if it helps... |
|
#3
|
||||
|
||||
|
Hi,
From what i remember of an HP9000 (K) running hp11.00: - interrupt the boot process by pressing any key (when asked) - type bo pri (BOot PRImary path) - reply No when prompted to interact with IPL - at ISL prompt, fire the single user mode by: hpux -is There are lots of docs about that just use the search option here or you might google as well Good luck |
|
#4
|
||||
|
||||
|
Hi,
i want to retreive the background process to foreground process in SUN OS UNIX. how can it possiple...? Regards, Siva.P Bangalore |
|
#5
|
|||
|
|||
|
Quote:
Thanks |
|
#6
|
||||
|
||||
|
Hi Namishiri,
That's fine how can i use the fg and bg command? can you give one example. suppose 10 process are running in Background and 5 process are runnit into foreground. Now i wanted to retreive on background process to foreground. How can i do...? Any one help me. Thanks in advance.. Regards, Siva.P Bangalore |
|
#7
|
|||
|
|||
|
Quote:
Understand it like this--- suppose you have to build your application or have to compile a big code that will take plenty of time. put the commands to compile or build the code,then press ctrl-Z,this will take you to background and the process will stop. if you put a command -- jobs -l it will show you the job number of the commands in the background,if there is only one command in the background then put only bg at the command prompt it will start the process in the background.or if there are multiple jobs running then put the job numbers associated with the command which you want to run in background. Meanwhile you can The window is for you,you can do so many things there. If you want to take your jobs again running in the main window put fg wioth the job number.Make a try of all this and let me know any doubts. Thanks Namish |
|||
| Google The UNIX and Linux Forums |