[問題]想請教關於Mac OS的System service

不好意思~
小弟是剛近蘋果世界的初犢~
目前正在努力熟悉mac的系統中...

想請教一下先輩如何察看會隨著系統啓動的System service呢?
(不曉得這樣叫對不對, 玩到有些軟體似乎是稱作System server?
剛從windows轉過來,還不太清楚mac的命名風格...)
還有本來在vine的設定中有啓動system server, 也可以正常VNC,
但是在活動監視器中卻看不到該process(已選到所有程序),
不曉得是他用特殊的名稱還是小弟有什麼地方沒搞懂的呢

感恩感恩~~~
2009-12-25 7:08 發佈
這篇給您參考(英文):

http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/man8/SystemStarter.8.html

如果只是單純想看 launchd 或 inetd service 清單,那可以用終端機指令:

sudo service --list

基本上要看正在運行中的程序,通常我都是用 top 來看,強制中止用 kill 或 killall,速度比 GUI 快太多了。
moshi @ irc.osx86.hu - #hackint0sh / #SnowLeopard
非常感謝~~
看來該網頁就是man的網頁板?
想順便請教一下關於指令後方都有括號然後一個數字,
不曉得是什麼意思呢
感謝~~~
ShadowDAJ
ShadowDAJ wrote:
非常感謝~~看來該網...(恕刪)


那個數字的意思表示指令的類型:

1 = User Commands
1B = Commands found only in the SunOS/BSD Compatibility Package
1C = Commands for communicating with other systems
1F = Commands associated with Form and Menu Language Interpretations
1S = Commands specific for SunOS
1M = System Administration Commands
2 = System Calls
3C = Standard C Library Functions
3UCB = SunOS/BSD Compatibility Functions
3HEAD = Standard Headers
4 = File formats
5 = Standards, Environments and Macros
6 = Games and screensavers
7FS = File Systems
7I = Ioctl Requests
7D = Devices
8 = Maintenance Commands
9E = Driver Entry Points
9F = Kernel Functions for Drivers
9S = Data Structures for Drivers

利如 man(1)。

他還有另一個用途,例如你現在有兩個類似或相同的指令但是有不同的類型(在同一個 Manual 文件中),就可以用:

man 1 man 或 man -s 1 man

來直接跳到該 Manual Section。詳細可以參考 man man 裡面的解釋。
moshi @ irc.osx86.hu - #hackint0sh / #SnowLeopard
Neo.Mac wrote:
那個數字的意思表示指...(恕刪)


了解!!!
非常感謝您的答覆~~
再去慢慢研究一下~~~
感恩~~
ShadowDAJ
內文搜尋
X
評分
評分
複製連結
Mobile01提醒您
您目前瀏覽的是行動版網頁
是否切換到電腦版網頁呢?