Useful Commands/Remote File Access: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 September 2026

  • curprev 02:0002:00, 17 September 2026Tacoball talk contribs 846 bytes +15 No edit summary
  • curprev 01:3201:32, 17 September 2026Tacoball talk contribs 831 bytes +831 Created page with "{| class="wikitable" ! Tool || Example |- | Samba (Linux) || <syntaxhighlight lang="bash"> sudo mount -t smbfs {remote} {local} -o \ iocharset=utf8, \ user={user}%{password}, \ uid=`id -u {local user}`, \ gid=`id -u {local group}` </syntaxhighlight> |- | Samba (MacOS) || <syntaxhighlight lang="bash"> mount_smbfs //'{group};{user}':{password}@{remote}/{shared dir} {local dir} smbutil view //Guest@192.168.91.65 smbutil view //'WORKGROUP;Administrator':12345@192..."