Commands Help : mount

  •  mount a file system

[SYNOPSIS] mount OPTION DEVICE MOUNT-POINT
option
-aMount all filesystems (of the given types) mentioned in fstab
-tThe argument following the -t is used to indicate the file system type
# mount -t nfs example.com:/home /mnt

Comments

Popular posts from this blog

LINUX Move and copy files using SSH

Java : Variables Declaring

SQL Self JOIN