"Concerned Netizen" <(E-Mail Removed)> wrote in message
news:XTW2e.10291$(E-Mail Removed) m
> running redhat 9.0 i have extablished a /etc/exports file that looks
> like this:
>
> /tmp rs6000.com(rw insecure)
>
> When I type in /usr/sbin/exportfs -r i get the following message:
> exportfs: /etc/exports:1: syntax error: bad option list
>
> Can someone please tell me what i'm doing wrong?
Exactly what the error message is telling you. Options are separated by
commas, not spaces.
"man 5 exportfs" and examine the EXAMPLE section, please.
|