Ignore:
Timestamp:
07/02/2017 05:25:32 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5a916f4
Parents:
f13c0e16
Message:

Use install for Fuse-2.9.7 to ensure that owner and group get updated as well as suid bit for fusermount.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18909 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/sshfs.xml

    rf13c0e16 r12b2d1d6  
    116116    <para>
    117117      To mount an ssh server you need to be able to log into the server. For
    118       example, to mount your home folder on the computer called THINGY on the
    119       folder ~/MOUNTPATH (the directory must exist and you must have permissions
    120       to write to it):
     118      example, to mount your remote home folder to the local ~/MOUNTPATH (the
     119      directory must exist and you must have permissions to write to it):
    121120    </para>
    122121
    123 <screen><userinput>sshfs HOSTNAME:~ ~/MOUNTPATH</userinput></screen>
     122<screen><userinput>sshfs HOSTNAME:/home/user ~/MOUNTPATH</userinput></screen>
    124123
    125124    <para>
Note: See TracChangeset for help on using the changeset viewer.