Query: fstab-decode
OS: linux
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
fstab-decode(8) System Manager's Manual fstab-decode(8)NAMEfstab-decode - run a command with fstab-encoded argumentsSYNOPSISfstab-decode COMMAND [ARGUMENT]...DESCRIPTIONfstab-decode decodes escapes in the specified ARGUMENTs and uses them to run COMMAND. The argument escaping uses the same rules as path escaping in /etc/fstab, /etc/mtab and /proc/mtab.EXIT STATUSfstab-decode exits with status 127 if COMMAND can't be run. Otherwise it exits with the status returned by COMMAND.EXAMPLESfstab-decode umount $(awk '$3 == vfat { print $2 }' /etc/fstab) May 2006 fstab-decode(8)
Related Man Pages |
---|
getfstype(3) - bsd |
quotaoff(8) - bsd |
quotaon(8) - bsd |
umount(8) - freebsd |
fstab(5) - minix |
Similar Topics in the Unix Linux Community |
---|
Why my find return not expected? |