* Ron Joordens <[EMAIL PROTECTED]> [2004-03-30 14:56]:
> Hello FreeBSDers,
> 
> --------------------------------------------------
> To have your ext2 and ext3 filesystems fsck'ed correctly without explicitly
> invoking the fsck_ext2fs utility installed by this port you will need to
> create links for the fsck utilities installed by this port in /sbin, e.g.
> 
> ln -f /usr/local/sbin/fsck_ext2fs /sbin/ 2>/dev/null \
>   || install -m755 /usr/local/sbin/fsck_ext2fs /sbin/
> ln -f /usr/local/sbin/e2fsck /sbin/e2fsck 2>/dev/null \
>   || install -m755 /usr/local/sbin/e2fsck /sbin/e2fsck
> 
> 
> also assume that there is a symbol denoting that the command is continued on
> the next line. But which one? The "\" and the end of the first line, or the
> "|" at the beginning of the second line, or both? 

The trailing "\" at the end of the line indicates that the command
continues on the next line.  I'm not sure what the double pipe is
for...


> 
> Can some one set me straight?
> 
> Ron 
> _______________________________________________
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

-- 
Joshua

"What terrible way to die."
"There are no good ways."
                -- Sulu and Kirk, "That Which Survives", stardate unknown
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to