2008年11月25日 星期二

Net share 指令說明

Net share
管理共用資源。若不使用參數,則 net share 會顯示本機電腦上共用的所有資源資訊。

Syntax
net share [ShareName]

net share [ShareName=Drive:Path [{/users:Number | /unlimited}] [/remark:"Text"] [/cache: {manual | automatic | no}]]

net share [ShareName [{/users:Number | unlimited}] [/remark:"Text"] [/cache: {manual | automatic | no}]]

net share [{ShareName | Drive:Path} /delete]

Parameters
ShareName
指定共用資源的網路名稱。輸入含有 ShareName 的 net share,以便只顯示該共用的相關資訊。
Drive:Path
指定要共用目錄的絕對路徑。
/users:Number
設定可同時存取共用資源的最大使用者數。
/unlimited
指定不限數目的使用者可同時存取共用資源。
/remark:"Text "
新增資源的描述性註解。請用引號括住文字。
/cache:manual
使用手動重新整合來啟用離線用戶端快取。
/cache:automatic
使用自動重新整合來啟用離線用戶端快取。
/cache:documents
從這個共用啟用自動快取文件。
/cache:programs
啟用文件與程式的自動快取。
/cache:no
停用快取。
/delete
停止共用資源的共用。
net helpCommand
顯示指定的 net 命令的說 明。
Remarks
• 若要共用其路徑中包含空格的目錄,請將磁碟機及目錄路徑用引號括住 (例如,"C:\Path Name")。

Examples

若要顯示本機電腦上共用資源的相關資訊,請輸入:
net share

若要以共用名稱 DataShare 來共用電腦的 C:\Data 目錄,並包含備註,請輸入:
net share DataShare=c:\Data /remark:"For department 123."

若要停止共用您在先前範例中建立的 DataShare 資料夾,請輸入:
net share DataShare /delete

若要以共用名稱 List 來共用電腦的 C:\Art Lst 目錄,請輸入:
net share list="c:\art lst"

沒有留言:

張貼留言