samba troubleshooting

Learn about samba troubleshooting, we have the largest and most updated samba troubleshooting information on alibabacloud.com

Samba service configuration in RHEL6

Samba-related software package System-config-sambasamba graphical interface software package Samba-swatsamba web interface management software package Samba daemon/usr/sbin/nmbd/usr/sbin/smbdSamba script/etc /init. d/smbSamba Port Nmbd: 137138 smbd: 1... Samba related software packages System-config-

Common Parameters of Samba configuration files

Common Parameters of Samba configuration files The main configuration file of Samba is smb. conf, which is in the/etc/samba/directory by default.Smb. conf contains multiple segments. Each segment starts from the segment name until the next segment name. Each segment name is placed in the middle of square brackets. The parameter format of each segment is: Name =.

Practical Tips: How to Use Samba for PDC configuration in Linux

1. Create related directories: Mkdir/home/samba Mkdir/home/samba/public Mkdir/home/samba/exchange Mkdir/home/samba/profiles Mkdir/home/samba/netlogon Mkdir/home/samba/computer 2. Run the chmod command to modify the permissions o

Samba services implemented in Windows shared files

1. What is SambaThe Samba service is similar to the sharing feature on Windows, which enables you to share files on Linux, access them on Windows, and, of course, access them on Linux.is a kind of communication protocol that share files and printers on LAN, it provides the sharing service of files and printers among different computers in LAN. 2. Package required to install the Samb Yum Install-y Samba

Samba server implements Linux and Windows file sharing

① Machine Windowxp② Machine centos6.4 I. Pre-installation Preparation1. Using the Samba server requires a firewall to open the following portsUDP 137UDP 138TCP 139TCP 445Vi/etc/sysconfig/iptables #配置防火墙端口-A input-m state--state new-m tcp-p TCP--dport 139-j ACCEPT-A input-m state--state new-m tcp-p TCP--dport 445-j ACCEPT-A input-m state--state new-m udp-p UDP--dport 137-j ACCEPT-A input-m state--state new-m udp-p UDP--dport 138-j ACCEPT/etc/rc.d/init.

Simulate the NT Domain using the Linux Samba service

Article title: simulate the NT Domain using the Linux Samba service. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source. Nowadays, many organizations are building their own local networks to share resources. file sharing is an important aspect. At present, there are many network operating systems available for us to ch

Build and deploy Samba services under Linux

Overview of Samba: First of all, when we are learning samba, there are a lot of people who want to learn about the samba server? Samba is the link between the two operating system platforms, and the advent of Samba facilitates communication between Linux and Windows. can ac

Configure Samba in RedHat5 to implement file exchange between Windows and Linux

1 Samba introduction Samba (SMB) is a network server used for sharing files between Linux and Windows. Samba can be used for sharing files between Windows and Linux, it is also used for file sharing between Linux and Linux. However, for file sharing between Linux and Linux, the Network File System NFS is better, and NFS also needs to set up servers; we all know t

Linux under the Samba server detailed

I. The concept and function of Samba Samba is a software that enables Linux systems to apply Microsoft network communication protocols, while SMB is the acronym for Server message blocks, which is a block of servers, and SMB is primarily a Microsoft network communication protocol, Later on, Samba applied the SMB communication protocol to the Linux system and for

Application of Samba server under Linux operating system

System for FEDORA2, the initial installation of only development tools. 1, installation Samba server requires three packages, namely, the Samba servers package, the Samba-client (Samba client tool), the Samba-common (common tools, and libraries). Since my experimental Fedo

Detailed introduction to Samba installation and configuration files

Samba installation and configuration file I. Samba Introduction Samba functions are simple to achieve sharing between Linux and Windows. Using Samba to build a file server is not only more powerful than windows, but also fast and secure access. With so many advantages, it seems that learning to build

Implementation principle and usage of Samba

Implementation principle and usage of Samba ------------------------------------------------------------------------ This article was first published on csdn. Author: Wei Yan, blog address: http://blog.csdn.net/wei2856059. Thank you. ------------------------------------------------------------------------ I. Origins of Samba For Windows Network neighbors, the file sharing method uses NFS protocol between S

Install and configure Samba in CentOS 7

Install and configure Samba in CentOS 7 This Guide describes how to configure anonymous and secure Samba servers in CentOS7. Samba is an open-source/free software suite that provides seamless file and print services for SMB/CIFS clients. samba is free of charge. Unlike other SMB/CIFS implementations,

How to install samba in linux and precautions

How to install samba in linux and precautions There are many ways to install software in linux: 1. Directly install (rpm-ivh package) with an rpm package; 2. Install yum; 3. apt-get. If you can connect to the Internet, apt-get is the simplest method. But what if I cannot connect to the Internet? If method 1 is used for installation, You need to download the required packages and their dependent packages. if the version does not match, you need to cons

Samba service configuration in CentOS

The Samba service configuration in CentOS is based on various tutorials on the network. However, you have modified the configurations based on your actual situation. Although www.2cto.com is simple, I believe that good memory is not as good as a bad pen. record it first to make it easy for you and yourself. Samba is Li... The Samba service configuration in CentOS

Samba usage overview

Article title: Samba usage overview. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source. Author: linuxCN    Samba protocol basics After NetBIOS appeared, Microsoft implemented a network file/print service system using NetBIOS. this system sets a file sharing protocol based o

Build a Samba server on fedora 14 (SELinux needs to be set out)

The Samba server can share files between Windows and Linux. the SMB protocol is an application protocol built on the NetBIOS protocol. It is a service based on the tcp138 and 139 ports. When NetBIOS appears, microsoft uses NetBIOS to implement a network file/print service system. This system sets a file sharing protocol based on NETBIOS, which Microsoft calls SMB (Server Message Block) protocol. This protocol is used in LAN Manager and Windows Server

Samba configuration error. Thank you.

Samba configuration error. Please refer to the following link for more information: Linux Enterprise Application-Linux server application. I installed linux 5 on my machine. Configure the samba service. The content of my SMB. CONF file is like this. The folders I want to share are/hdata/share,/hdata/mdata,/hdata/rdata. However, the problem is that three folders can be viewed in/hdata but cannot be entered.

Detailed configuration of linux service samba

Article Title: detailed configuration of linux service samba. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source. Samba functions are simple to achieve sharing between linux and windows. Using samba to build a file server is not o

Linux and Windows share the simplest Samba

Article Title: Linux and Windows share the simplest Samba. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source. 0. Prerequisites for setting up a Samba server; Linux is a multi-user operating system. Setting up any server is related to users, user groups, and permissions. Th

Total Pages: 15 1 .... 7 8 9 10 11 .... 15 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.