the disc has been attached.
Find the samba service package in the Packages directory and install
B. view the samba configuration file
After samba is installed, we need to modify the configuration file if we want the server to work as required.
You can use rpm-qc to view the installation location of a document with installed software.
The conf configuration file is not displayed, but according to experience, the conf configuration file will be placed in the/etc directory, find the/etc/samba/
New Feature of oracle11g-SQLPlanManagement (SPM)
1. Introduction
Oracle Database11gR1 introduces SQL PlanManagement (SPM), a new tool that allows DBA to capture and maintain the optimal execution plan for any SQL statement. This restricts the refreshing of optimizer statistics and changes to existing applications, even the impact of database version upgrades. This article provides a basic understanding of SPM principles and briefly describes its performance optimization capabilities.
2. SPM prin
Install the Samba server-Linux Enterprise Application-Linux server application information. For details, refer to the following section. Samba Server is a Windows File Server and printing server on Linux platform. It can be used by Windows users or Linux users and serves as a bridge between Linux and Windows. The installation command is as follows:
Debian ~ : # Apt-get install samba smbclient
Samba is a server software package, and smbclient is a client software package, which can be installed
1. installation of related components # apt-getinstallopenssh-client ----------------------- install the ssh service # apt-getinstallsambasamba-common ----------------------- install the samba Server # apt-getinstallsmbclien
1. installation of related components# Apt-get install openssh-client # Apt-get install samba-common # Apt-get install smbclient smbfs
2. enable/disable/restart the samba serviceDebian :~ #/Etc/init. d/sambastart/stop/restart To disable the Samba server, you can also use th
service control script. Executable programs used as service programs are generally stored in/usr/bin, and scripts used as control services are generally stored in/etc/rc. d/init. d, and the script format for controlling the service is relatively fixed. At least the start, stop, and status parameters are supported. For example, the smb service control script is:
#! /Bin/sh## Chkconfig:-91 35# Description: starts and stops the Samba smbd and nmbd dae
Just after installing the Linux operating system on a virtual machine, the idea was generated: "How can we interconnect Linux with windows? And how can users easily share data and printer devices with each other ?" Today, we can implement this function through the Samba server. It allows Windows users to access Shared Resources in Linux through familiar methods such as network neighbors, while Linux users access resources in windows through SMB client
directory.Alternatively, add the row chroot_local_user = No before # chroot_list_enable = yes to allow the user to leave the directory. If chroot_local_user = yes is added, the local user is locked in the local directory.3) Change userlist_enable = yes to userlist_enable = No. The user restriction function is disabled.4) Remove the user root in the/etc/vsftpd/ftpuser file to allow the root user to log on. Users in the ftpusers file list cannot log on to the FTP server.
(6) Disable seliunx, VI/e
service # service SMB start(/Etc/init. d/SMB start) Start the smb service # service nmb start (/etc/init. d/nmb start) to start the nmb service. Of course, you can also use chkconfig -- level SMB 35 on to set the startup level.Let's check whether two services are started normally. Run the command pstree | grep MB.If i
Under the window7 virtual a CentOS6.3, in order to learn the command line there is no graphics package, so my centos is the kind of black screen, hehe, of course, VMware provides enhanced features I can not use (perhaps, I do not know how to set?) ), just to take this opportunity to force themselves to learn from Samba, said "forced" is not exaggerated, I from 6 o'clock in the afternoon yesterday to 8 o'clock now have not slept, of course, do not sleep and other reasons. Here are my results of t
The software for implementing the SMB/CIFS protocol under FreeBSD is samba──, a well-known free software that can run on many UNIX systems, making UNIX a LAN Manager server that provides file and print services to Windows clients. The current version of Samba is 2.0 and can be installed by packages collection or ports collection under FreeBSD.
Samba's homepage is http://samba.org, including resources for a large number of samba.
Although the
-depth work, such as directory permissions and ownership, that is, to allow users and user groups to have read and write permissions. Only by combining the configuration file with the permission of the shared directory can the Samba server be ready;
The following are common basic knowledge. We can find corresponding explanations in the list below for all the content involved in this article;
0.1 tools for viewing the file content and editing the file;
Introduction to Linux File Content viewin
.
So
/
Lib
/
SecurityFiInstall
-
V
-
M644
../
Examples
/
SMB
.
Conf
.
Default
/
Etc
/
SambaInstall
-
V
-
M644
../
Docs
/*.
PDF
/
USR
/
Share
/
SambaCD
../..
Rm
-
RF samba
-
3.0
.
14a
Okay, it's finished. Test smbmount.Because I use a Linux system installed on a virtual machine, I can share a directory in windows on the host. The shared directory permission is speci
Baseurl = ftp: // 192.168.1.112/home/networkyum/Server
Enabled = 1
Gpgcheck = 0
4: Clear cache and refresh list
Run the command: yum clean all
Run the command: yum list
5: Test
Run the command: yum install dhcp
6: Completed Successfully
The following is how samba configures Shared Folders:
Installation GuideDocument version 01 (2007-04-01) 1For samba shared folders in Linux (centos 5.6), follow the Configuration Guide.Step 1 # yum-y install sambaUse the yum command to install samba and add the-
Linux samba Server Installation and Security SettingsSamba is a free software that implements the SMB protocol on Linux and UNIX systems. It consists of servers and client programs.Server Messages Block (SMB) is a communication protocol used to share files and printers on a LAN, it provides sharing services for files, printers, and other resources between different computers in the LAN. The
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 =. The configuration file contains a segment name and parameter. The segment name and parame
how to modify the smb. conf file so that Windows users in the network can use the printer through the Samba server.
To configure the smb. conf file to share a local printer, check whether the printer in Linux works properly. Next, install the same printer on the Windows client. In this case, you need an installation disk for the printer in Windows. Start to install the printer, click Start, select the prin
Redhat5 configures the samb service many times in redhat. because of the long interval between the two times, you can configure the smb service by searching for information, sometimes the information you find on the Internet may not work. this time, the configuration starts from 0 on a system without the smb service installed ,... redhat5 configures the samb service many times in redhat. because of the long
To use Samba to configure a file sharing server in RHEL5.4, follow these steps:1. Install samba server softwareView the Samba components currently installed in the system:Rpm-qa | grep sambaInsert the RHEL5 system disk, mount and view samba-related software packages:Attach a CD:Mount/dev/cdrom/media/View samba-related software packages:Ls/media/Server/* samba *To install the samba server software, you must install at least three packages: samba, samba-client, and samba-common to implement the ba
++ ++
This article is original on this site. You are welcome to repost it! Reprinted please indicate the source:
Http://blog.csdn.net/mr_raptor/article/details/6844693
++ ++
Server Message Block (SMB) is a high-level protocol that allows different computers on the network to share files, printers, and different communication materials.
Samba is a group of software packages. It enables Linux to support the SMB
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.