mountrw(8) remount the root file systems as read/write

SYNOPSIS

mountrw

DESCRIPTION

mountrw remounts the root filesystem as read/write. The script is just a wrapper to a normal mount command.

mount -o mount,rw /

AUTHOR

Diego Iastrubni <[email protected]>