Android realizes the effect of mobile animation Holle

2023-01-23   ES  

sambaservice configuration

Server:

  1. sambaServer adds users:

    #pdbedit -L     //listSambauser list

    #pdbedit -a username  //NewSambausers, note that this user must belinuxusers in the system

    (    #ls -l /var/lib/samba/private/passdb.tdbDatabase users

    can be usedpdbeditCommand to view users in the database, you can also build and delete the in this databasesambaUser.UsepdbeditModificationSambaUsercommandas follows

    #pdbedit -a username  //Newly builtSambaUser, note that this user must belinuxUsers in the system

    #pdbedit -x username  //DeleteSambaUser

    #pdbedit -L     //listSambaUser List,Readpassdb.tdbdatabase file

    #pdbedit -Lv     //listSambaUser list details

    #pdbedit -c “[D]” -u username   //SambaUser’s account

    #pdbedit -c “[]” -u username    //Restore itSambaUser’s account )

  2. OpensambaService:

    Note: At this time, the user name and password can be achieved.

  3. Modify the configuration file to implement other settings

    Configuration file:/etc/samba/smb.conf

WindowClient:

1, first guarantee the network is OKping.

and then enter the user name and password to enter. Open the following folder automatically:

2、Discard connection:

LinuxClient:

  1. Installationsmbclient

  2. ViewsambaServer resources:

    Smbclient -L 192.168.248.140

  3. Login:

    touseridentity login:

    #smbclient  // 192.168.248.140/user -U user

    Seeing appearingsmb:>The prompt, indicating that it has been successfully logged insambaServer.

    Anonymous login: (pre -modified configuration file/etc/samba/smb.conf

    #smbclient  // 192.168.248.140/public

Question

  1. When logging in anonymous:

    Solution: The configuration file will be[share]change to[public]securitySet toshare

    [public]

    comment = Public Stuff

    path = /public

    public = yes

    guest ok = yes

    browseable = yes

    writable = yes

source

Related Posts

Lenovo YOGA 14S 2021 (Intel) Install Ubuntu

Spring AOP cutting surface record log4j log of the around record of the exception information

Solution: Please Refer to Dump Files (if any exist) [date] .dump, [date] -jvmrun [n] .dump and [date] .dumpstre

1057: Simple calculator OBEYBEY

Android realizes the effect of mobile animation Holle

Random Posts

Detailed explanation of GSON use (4) MAP object conversion

python2.7 and 3.5 dual versions coexist and the use of PIP

javaweb cookie simple application

adt upgrade leads to FILENOTFOUNDEXCEUON solution

WeChat Mini Program —- About variable object data and front end WXML take background JS variable value