LoginSignup
0
0

More than 1 year has passed since last update.

クライアント視点で Samba サーバが公開しているディレクトリを確認する

Posted at
本シリーズのトップページ
[備忘録] Samba サーバおよびクライアントの実践例

概要

クライアント視点から Samba サーバ (192.168.1.1) が公開しているディレクトリを確認する.
接続アカウントは「foo」とする.
また、Samba サーバには MYPROJECT という共有フォルダがあるものとする (関連記事)

$ smbclient -L 192.168.1.1 -U foo
WARNING: The "syslog" option is deprecated
Enter WORKGROUP\foo's password:

        Sharename       Type      Comment
        ---------       ----      -------
        print$          Disk      Printer Drivers
      🛑MYPROJECT       Disk
        IPC$            IPC       IPC Service (Cosmos server (Samba, Ubuntu))
Reconnecting with SMB1 for workgroup listing.

        Server               Comment
        ---------            -------

        Workgroup            Master
        ---------            -------
        WORKGROUP            XXXXXXXXXXXXX
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0