Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/man/man4fs/smbfs.4fs
Real path: /usr/share/man/man4fs/smbfs.4fs
Zurück
'\" te .\" Copyright (c) 2010, 2021, Oracle and/or its affiliates. .TH smbfs 4FS "11 May 2021" "Oracle Solaris 11.4" "File Systems" .SH NAME smbfs \- SMB file system .SH DESCRIPTION .sp .LP The \fBsmbfs\fR file system allows you to mount SMB shares that are exported from Windows or compatible systems. .sp .LP The \fBsmbfs\fR file system permits ordinary UNIX applications to change directory into an \fBsmbfs\fR mount and perform simple file and directory operations. Supported operations include \fBopen\fR, \fBclose\fR, \fBread\fR, \fBwrite\fR, \fBrename\fR, \fBdelete\fR, \fBmkdir\fR, \fBrmdir\fR and \fBls\fR. .SS "Limitations" .sp .LP Some local UNIX file systems (for example UFS) have features that are not supported by \fBsmbfs\fR. These include: .RS +4 .TP .ie t \(bu .el o No mapped-file access because \fBmmap\fR(2) returns \fBENOSYS\fR. .RE .RS +4 .TP .ie t \(bu .el o Locking is \fBlocal only\fR and is not sent to the server. .RE .sp .LP The following are limitations in the SMB protocol: .RS +4 .TP .ie t \(bu .el o \fBunlink()\fR or \fBrename()\fR of open files returns \fBEBUSY\fR. .RE .RS +4 .TP .ie t \(bu .el o \fBrename()\fR of extended attribute files returns \fBEINVAL\fR. .RE .RS +4 .TP .ie t \(bu .el o Creation of files with any of the following illegal characters returns \fBEINVAL\fR: colon (\fB:\fR), backslash (\fB\e\e\fR), slash (\fB/\fR), asterisk (\fB*\fR), question mark (\fB?\fR), double quote (\fB"\fR), less than (\fB<\fR), greater than (\fB>\fR), and vertical bar (\fB|\fR). .RE .RS +4 .TP .ie t \(bu .el o \fBchmod\fR can be used only to modify ACLs, and only when the SMB server and mounted share support ACLs. Changes to the file \fBmode\fR bits are silently discarded. .RE .RS +4 .TP .ie t \(bu .el o \fBchown\fR enables you to become the file owner only if the SMB server grants you the \fBtake ownership\fR privilege. .RE .RS +4 .TP .ie t \(bu .el o Links are not supported. .RE .RS +4 .TP .ie t \(bu .el o Symbolic links are not supported. .RE .RS +4 .TP .ie t \(bu .el o \fBmknod\fR is not supported. (Only file and directory objects are supported.) .RE .RS +4 .TP .ie t \(bu .el o Commands, such as \fBdf\fR, \fBdu\fR and \fBstat\fR, which report remote volume sizes may display incorrectly if the size of the remote file system is greater than the limit imposed by the protocol. .RE .sp .LP The current \fBsmbfs\fR implementation does not support multi-user mounts. Instead, each UNIX user needs to make their own private mount points. .sp .LP Currently, all access through an \fBsmbfs\fR mount point uses the Windows credentials established by the user that ran the \fBmount\fR command. Normally, permissions on \fBsmbfs\fR mount points should be \fB0700\fR to prevent UNIX users from using each others' Windows credentials. See the \fBdirperms\fR option to \fBmount_smbfs\fR(8) for details regarding how to control \fBsmbfs\fR mount point permissions. .sp .LP An important implication of this limitation is that system-wide mounts, such as those made using \fB/etc/vfstab\fR or automount maps are only useful in cases where access control is not a concern, such as for public read-only resources. .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.4i) |cw(3.1i) lw(2.4i) |lw(3.1i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ Availability system/file-system/smb _ Interface Stability Uncommitted .TE .sp .SH SEE ALSO .sp .LP \fBattributes\fR(7), \fBmount_smbfs\fR(8), \fBsmbadm\fR(8) .sp .LP \fIManaging SMB File Sharing and Windows Interoperability in Oracle Solaris 11.4\fR