Unix and Linux Discussions Tagged with local |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
2,664 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
18,636 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
5,425 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
15,002 |
Solaris |
|
|
|
6 |
16,625 |
Solaris |
|
|
|
4 |
4,949 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
5,019 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
8,613 |
Solaris |
|
|
|
8 |
4,703 |
Shell Programming and Scripting |
|
|
|
2 |
2,602 |
Shell Programming and Scripting |
|
|
|
5 |
4,683 |
Shell Programming and Scripting |
|
|
|
1 |
3,356 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
31,093 |
Red Hat |
|
|
|
12 |
18,085 |
Solaris |
|
|
|
2 |
14,341 |
Gentoo |
|
|
|
0 |
2,713 |
Cartoons for Geeks |
|
|
|
0 |
3,709 |
UNIX and Linux RSS News |
|
|
|
15 |
45,519 |
IP Networking |
|
|
|
0 |
1,617 |
Security Advisories (RSS) |
|
|
|
1 |
2,098 |
Solaris |
|
|
|
1 |
7,579 |
Ubuntu |
|
|
|
2 |
3,185 |
Shell Programming and Scripting |
|
|
|
2 |
7,801 |
Filesystems, Disks and Memory |
|
|
|
0 |
1,488 |
Software Releases - RSS News |
|
|
|
0 |
1,365 |
Software Releases - RSS News |
|
|
|
0 |
1,551 |
Software Releases - RSS News |
|
|
|
16 |
156,067 |
Programming |
|
|
|
4 |
4,467 |
Shell Programming and Scripting |
|
|
|
12 |
30,403 |
UNIX for Dummies Questions & Answers |
|
|
|
18 |
19,203 |
Windows & DOS: Issues & Discussions |
|
|
|
1 |
2,616 |
Programming |
|
|
|
1 |
4,205 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
18,461 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
25,546 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
4,037 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
4,526 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
4,115 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
31,185 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
51,844 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
6,416 |
Programming |
local-filesystems(7) Miscellaneous Information Manual local-filesystems(7)
NAME
local-filesystems - event signalling that local filesystems have been mounted
SYNOPSIS
local-filesystems [ENV]...
DESCRIPTION
The local-filesystems event is generated by the mountall(8) daemon after it has mounted all local filesystems listed in fstab(5). moun-
tall(8) emits this event as an informational signal, services and tasks started or stopped by this event will do so in parallel with other
activity.
This event is typically used by services that must be started in order for remote filesystems, if any, to be activated. Remember that some
users may not consider it wrong to place /usr on a remote filesystem. For most normal services the filesystem(7) event is sufficient.
This event will never occur before the virtual-filesystems(7) event.
EXAMPLE
A service that wishes to be running once local filesystems are mounted might use:
start on local-filesystems
SEE ALSO
mounting(7) mounted(7) virtual-filesystems(7) remote-filesystems(7) all-swaps(7) filesystem(7)
mountall 2009-12-21 local-filesystems(7)