logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

x2goumount-session - Unshare mounted Folders from X2Go Session

Arguments

<session_id>
              Unmount  shared  folder(s)  as  registered  for  X2Go  session ID <session_id> in the X2Go session
              database.

       <local_path_on_client>
              Optionally, you can name a local path name (path name as found on the client-side) here. If given,
              only the named folder is unshared from the X2Go session <session_id>.

       If this optional argument is omitted, then ALL session folders will be unshared (including spool  folders
       for printing and MIME box).

Author

       This manual has been written by Mike Gabriel  <mike.gabriel@das-netzwerkteam.de>  for  the  X2Go  project
       (https://www.x2go.org).

Version 4.1.0.6                                     Aug 2023                               x2goumount-session(8)

Description

x2goumount-session is used to unshare client folders from X2Go session with session ID <session_id>.
       Shared folders have been previously mounted into the X2Go session by the x2gomountdirs command.

       x2goumount-session is run with X2Go user privileges and normally issued by an X2Go client application.

Name

       x2goumount-session - Unshare mounted Folders from X2Go Session

Return Values

       By x2goumount-session nothing is reported on stdout or stderr.

       As  exitcode  x2goumount-session  return  0  on successful an umount action. If there is a failure during
       unmounting a shared folder a non-zero exit code is returned.

See Also

x2gomountdirs(8)

Synopsis

       x2goumount-session <session_id> [<local_path_on_client>]

See Also