socketcall
socket系統呼叫
socket
建立socket
bind
繫結socket到埠
connect
連線遠端主機
accept
響應socket連線請求
send
通過socket傳送資訊
sendto
傳送udp資訊
sendmsg
參見send
recv
通過socket接收資訊
recvfrom
接收udp資訊
recvmsg
參見recv
listen
監聽socket埠
select
對多路同步i/o進行輪詢
shutdown
關閉socket上的連線
getsockname
取得本地socket名字
getpeername
獲取通訊對方的socket名字
getsockopt
取埠設定
setsockopt
設定埠引數
sendfile
在檔案或埠間傳輸資料
socketpair
建立一對已聯接的無名socket
Linux系統呼叫之open , close
open函式可以開啟或建立乙個檔案。include include include intopen constchar pathname,intflags intopen constchar pathname,intflags,mode t mode 返回值 成功返回新分配的檔案描述符,出錯返回 1...
Linux系統呼叫之open, close
一 open函式可以開啟或建立乙個檔案。include include include int open const char pathname,int flags int open const char pathname,int flags,mode t mode 返回值 成功返回新分配的檔案描述...
linux系統呼叫之檔案系統操作
access 確定檔案的可訪問性 chdir 改變當前工作目錄 fchdir 參見chdir chmod 改變檔案方式 fchmod 參見chmod chown 改變檔案的屬主或使用者組 fchown 參見chown lchown 參見chown chroot 改變根目錄 stat 取檔案狀態資訊 ...