TOP(サイトマップ) Solaris man マニュアル
(はじめに)
はじめに
Solarisって・・・
SunのセミナーとSDC
Solaris 10概要
資格(SCSA,SCNA)
Solarisフォーラム
管理人に連絡

(Solaris基本)

Solarisのインストール
システムの起動と停止
ファイルシステム
オートマウントとマウント
パッケージとパッチ
ユーザの追加と削除
ファイル権限(セキュリティ)
バックアップとリストア
CDE環境
プロセス管理/監視

(ネットワーク管理)

OSIを理解してみる
TCP/IPの設定
(TCP/IP入門)
DNSの設定
NISの設定
NFSの設定(WebNFS,CacheFS)
(NIS、NIS+、DNS違い)
DHCPの設定
1つのNICで複数IP設定

(IO関連)

インタフェース概要
SAFの管理
プリンタ管理概要
プリンタコマンド
SunSolve Online
SCSI情報(KEY,ASC,ASCQ)

(ソフトウェア関連)

Bash
Apache
Solstice DiskSuite
(SDS OSミラー回復)
Veritas VxVM

(OBPについて)

PROM(OBP)の概要
OBPでのキーボード操作
一般的なOBPコマンド
SolarisでOBPの設定
OBPに関するFAQ


(トラブル時の対応)

基本情報
エラーメッセージ
(主要メッセージ一覧)
性能関連コマンド
トレースコマンド
クラッシュダンプ
SunSolve Online

(その他)

小技集
UNIXコマンド
(manマニュアル)
システムチューニング
ネットワークチューニング
UltraSPARC T1について

(FAQ)

rootのPASSが不明
ハングアップかな?
ハードトラブル
OSが起動しない(b)
swap領域の拡張方法

(リンク)

Sun関連リンク
その他リンク
アバウトなJava入門
Perlメモ(逆引き用)

System Administration Commands                       dfshares(1M)

NAME
     dfshares - list available resources  from  remote  or  local
     systems

SYNOPSIS
     dfshares [-F FSType] [-h] [-o specific_options] [server...]

DESCRIPTION
     dfshares provides information about resources  available  to
     the  host  through a distributed file system of type FSType.
     specific_options as well as  the  semantics  of  server  are
     specific to particular distributed file systems.

     If dfshares is  entered  without  arguments,  all  resources
     currently  shared on the local system are displayed, regard-
     less  of file system type.

     The output of dfshares consists of an optional  header  line
     (suppressed  with  the  -h flag) followed by a list of lines
     containing whitespace-separated fields.  For each  resource,
     the fields are:


     resource server access transport



     where

     resource        Specifies the resource  name  that  must  be
                     given to the mount(1M) command.



     server          Specifies the name of  the  system  that  is
                     making the resource available.



     access          Specifies the access permissions granted  to
                     the  client  systems,  either  ro (for read-
                     only) or rw (for  read/write).  If  dfshares
                     cannot   determine   access  permissions,  a
                     hyphen  (-) is displayed.



     transport       Specifies the transport provider over  which
                     the resource is shared.



     A field may be null. Each  null  field  is  indicated  by  a
     hyphen  (-)  unless  the remainder of the fields on the line
     are also null; in which case, the hyphen may be omitted.

OPTIONS
     -F FSType               Specify filesystem  type.   Defaults
                             to     the     first     entry    in
                             /etc/dfs/fstypes.



     -h                      Suppress header line in output.



     -o specific_options     Specify  options  specific  to   the
                             filesystem   provided   by   the  -F
                             option.



FILES
     /etc/dfs/fstypes


ATTRIBUTES
     See attributes(5) for descriptions of the  following  attri-
     butes:

     ____________________________________________________________
    |       ATTRIBUTE TYPE        |       ATTRIBUTE VALUE       |
    |_____________________________|_____________________________|
    | Availability                | SUNWcsu                     |
    |_____________________________|_____________________________|


SEE ALSO
     dfmounts(1M),  mount(1M),  share(1M),  unshare(1M),   attri-
     butes(5)