Dell Wyse Enhanced Ubuntu Linux T50 Manual de usuario Pagina 123

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 220
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 122
Chapter 10. File Access
Example 2: User "john" is part of a workgroup that shares files using a share called "project" on the file
server \\alabama. This share can be mounted on /home/john/winshares/project with the following
command:
$ tl-mount-cifs //alabama/project ~/winshares/project
Example 3: If a home directory and home drive is specified in Active Directory, the home directory of
user "john" can be executed with the command:
$ tl-mount-cifs --homedir
10.1.3.2. Using tl-umount-all-cifs
tl-umount-all-cifs is a utility that unmounts the current user’s mounted CIFS shares (all CIFS mounts
below the user’s home directory). It requires no arguments. The optional argument -a will unmount all
CIFS filesystems on the host.
10.1.3.3. Mounting Shares at Login
Often, it’s convenient to automatically mount CIFS shares for all users upon login. This can be
accomplished by creating a script in /opt/thinlinc/etc/xstartup.d. It can be named anything.
The script should contain something like:
#!/bin/sh
/opt/thinlinc/bin/tl-mount-cifs //alabama/${USER}$ ~/winshares/home
You should also make sure that tl-umount-all-cifs runs at logout. This can be done with the
following command:
# ln -s /opt/thinlinc/bin/tl-umount-all-cifs /opt/thinlinc/etc/xlogout.d
10.2. Accessing Novell Netware File Servers
10.2.1. Introduction
Novell Netware servers can serve files in several different ways. This document will focus on NCP
(Netware Core Protocol) and NFS access. It is possible that information about SMB/CIFS will be added
in future versions.
113
Vista de pagina 122
1 2 ... 118 119 120 121 122 123 124 125 126 127 128 ... 219 220

Comentarios a estos manuales

Sin comentarios