{"id":8961,"date":"2023-10-21T18:38:10","date_gmt":"2023-10-21T18:38:10","guid":{"rendered":"https:\/\/www.linuxandotherstuff.com\/?p=8961"},"modified":"2023-10-21T18:38:10","modified_gmt":"2023-10-21T18:38:10","slug":"install-samba-on-centos-7","status":"publish","type":"post","link":"https:\/\/www.qbytes.cloud\/index.php\/2023\/10\/21\/install-samba-on-centos-7\/","title":{"rendered":"Install Samba on CentOS 7"},"content":{"rendered":"\n<p>Install Samba<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nsudo yum install samba samba-client\n<\/pre><\/div>\n\n\n<p>Once the installation is completed, start the Samba services and enable them to start automatically on system boot:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nsudo systemctl start smb.service\nsudo systemctl start nmb.service\nsudo systemctl enable smb.service\nsudo systemctl enable nmb.service\n<\/pre><\/div>\n\n\n<p>The <code>smbd<\/code> service provides file sharing and printing services and listens on TCP ports 139 and 445. The <code>nmbd<\/code> service provides NetBIOS over IP naming services to clients and listens on UDP port 137.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Install Samba Once the installation is completed, start the Samba services and enable them to start automatically on system boot: The smbd service provides file sharing and printing services and listens on TCP ports 139 and 445. The nmbd service provides NetBIOS over IP naming services to clients and listens on UDP port 137.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[12],"tags":[],"class_list":["post-8961","post","type-post","status-publish","format-standard","hentry","category-centos-7"],"_links":{"self":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/8961","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/comments?post=8961"}],"version-history":[{"count":1,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/8961\/revisions"}],"predecessor-version":[{"id":8962,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/8961\/revisions\/8962"}],"wp:attachment":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/media?parent=8961"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/categories?post=8961"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/tags?post=8961"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}