Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fastboot(1b) [linux man page]

fastboot(1B)					     SunOS/BSD Compatibility Package Commands					      fastboot(1B)

NAME
fastboot, fasthalt - reboot/halt the system without checking the disks SYNOPSIS
/usr/ucb/fastboot [boot-options] /usr/ucb/fasthalt [halt-options] DESCRIPTION
fastboot and fasthalt are shell scripts that invoke reboot and halt with the proper arguments. These commands are provided for compatibility only. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWscpu | +-----------------------------+-----------------------------+ SEE ALSO
fsck(1M), halt(1M), init(1M), reboot(1M), init.d(4), attributes(5) SunOS 5.10 28 Feb 1994 fastboot(1B)
Man Page

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

sed command

Hi, I have shell program read a user input and then I need to write an if statement to see if it matches in a file and if matches delete it from the file. read loginID /usr/ucb/sed '/^'$loginID'/d' /user/file1 > /tmp/tmp1 mv /tmp/tmp1 /usr/file1 My problem is if user just press enter key... (8 Replies)
Discussion started by: whatisthis
8 Replies

2. Shell Programming and Scripting

path

if i give path command output like this how to edit path file where it resides. $PATH bash: /opt/terascan/pass/postprocs:/opt/terascan/bin:/opt/terascan/pgs/bin:/opt/terascan/batch/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/teradm/bin: No such file or directory (18 Replies)
Discussion started by: rajan_ka1
18 Replies

3. Shell Programming and Scripting

best way to reboot ?

Hi What is the best way to reboot a Linux computer? i) Press the power switch ii) type 'init 6' as any user, then enter the root password when prompted iii) Pour metal filings in the top of the computer. iv) su to root then type 'init 6' (6 Replies)
Discussion started by: tjay83
6 Replies

4. Shell Programming and Scripting

script to reboot multiple hosts

Hi Expert, How to create a script to reboot multiple hosts in linux? Thank you. (5 Replies)
Discussion started by: regmaster
5 Replies

5. Shell Programming and Scripting

Two scripts after reboot

I have two scripts: scriptone.sh & scripttwo.sh I need to schedule them to run scriptone.sh then scripttwo.sh after the servers is rebooted ( only first reboot ) OS: AIX 6.1 (4 Replies)
Discussion started by: Sara_84
4 Replies

6. UNIX for Dummies Questions & Answers

Init scripts missing . . .

One of our VM machines mysteriously went read-only overnight and as it wasn't being used, thought it would be a good idea to reboot the machine and run fsck on boot, well. . . .. things didn't quite work out that way lol :) Anyway, the machine booted up, but mysteriously had no hostname set,... (2 Replies)
Discussion started by: jimbob01
2 Replies

7. Shell Programming and Scripting

Script to Run Multiple Systems Checks and mail me the results after every reboot- Linux

Hello, I'm trying to create a mechanism wherein a set of Production servers will email me the results of system checks like Uptime, NFS Mounts and a Process after every scheduled reboot. For this, I figured I'd use the @reboot parameter that crond comes with. I have added the below onliner... (3 Replies)
Discussion started by: pocodot
3 Replies

8. Shell Programming and Scripting

Start Script on system reboot

Hi, I have the following script that looks for a certain file and then executes the start.sh file. How can i make this process to kick when the box reboots. Please advice if ; then /u01/Essbase/Oracle//Middleware/user_projects/epmsystem7/bin/start.sh; rm... (8 Replies)
Discussion started by: thinkingeye
8 Replies

9. Solaris

Df reporting double size of du after fsck & reboot

Solaris 8 running on a Sparcstation 5 (Aurora) with 170MHz processor and 256MB ram This is AFTER doing fsck and reboot. 820030k vs 385252k All other files in /usr/asm not in /usr/asm/sys or /usr/asm/data amount to 43k. The /usr/asm/lost+found is 8k. somehow df and other applications... (3 Replies)
Discussion started by: lcoreyl
3 Replies