(1) View Samba package installation:
RPM -QA | GREP SAMBA
(2) Restart, stop, start SAMBA:
Service SMB Restart
Service SMB Stop
Service SMB Start
(3) If the user wants to start Samba when the system starts, execute: ntsysv command, add SMB!
(4) # Since Samba is sometimes displayed, the default value of the Client Code page is 850 (Western Europe). # We need to change it to 936 (Chinese Simplified). {437 (USA)} Client Code Page = 936 dos charset = cp936 unix charset = cp936
If you want to display traditional Chinese as follows:
dos charset = cp950
UNIX Charset = CP950