vfs_unmountall(9) debian man page | unix.com

Man Page: vfs_unmountall

Operating Environment: debian

Section: 9

VFS_UNMOUNTALL(9)					   BSD Kernel Developer's Manual					 VFS_UNMOUNTALL(9)

NAME
vfs_unmountall -- unmount all file systems
SYNOPSIS
#include <sys/param.h> #include <sys/mount.h> void vfs_unmountall(void);
DESCRIPTION
The vfs_unmountall function, run only at system shutdown, unmounts all mounted file systems from most recent to oldest in order to avoid han- dling dependencies.
SEE ALSO
boot(9)
BSD
July 26, 2001 BSD
Related Man Pages
vfs_getnewfsid(9) - netbsd
vfs_attach(9) - netbsd
vfs_export(9) - netbsd
vfs_mountroot(9) - netbsd
vfs_rootmountalloc(9) - netbsd
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?