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.11 28 Feb 1994 fastboot(1B)
Check Out this Related Man Page
fastboot(8) System Manager's Manual fastboot(8)NAME
fastboot - Reboots the system without checking file systems
SYNOPSIS
/usr/sbin/fastboot [-lnq]
DESCRIPTION
The fastboot command reboots the system without checking file systems. The program creates the fastboot file then invokes the reboot pro-
gram. The system start-up script contains instructions to look for the fastboot file. If present, the script removes the file and skips
the invocation of the fsck command.
You must have root privileges to use this command.
FLAGS
Does not log the reboot or place a shutdown record in the accounting file. Does not sync the disks or log the reboot. Performs a quick
reboot without first shutting down running processes; does not log the reboot.
FILES
Specifies the command path
RELATED INFORMATION
Commands: fsck(8), rc0(8), rc2(8), rc3(8), reboot(8), shutdown(8), syslogd(8)
Functions: sync(2), syslog(3) delim off
fastboot(8)
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)
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)
Hi Gurus,
I'm trying to write a script right to reboot all my user's workstation over this weekend.
I'm kind of stuck here right now. I know the command to reboot ie init 6 but how to include all the users in my script?
thanks
wee :) (2 Replies)
Hi,
I am tryin to install custom software during the linux reboot.
So,I have changed rc.local file, but unfortunately I have added a code that
is going on a infinite loop. And now I am in a pick.
Is there anyway that I can avoid rc.local file while reboot.
Can anyone help me... (2 Replies)
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)
root@desktop:~# last reboot | head -1
reboot system boot 2.6.31-17-generi Tue Jan 26 12:05 - 13:52 (01:46)
What does the last two fields(12:05 - 13:52 (01:46)) of the output mean? (2 Replies)
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)
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)
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)
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)
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)