Re: Linux 相關問題..。 - Linux

Madame avatar
By Madame
at 2009-06-23T22:45

Table of Contents

※ 引述《zong780405 (Tikky)》之銘言:
: In Linux, which data structure(s) must be stored on disks?
: 選擇一個答案
: A. the super block
: B. both of them
: C. non of them
: D. inodes
: 這個問題我不太理解....Linux 我還是新手。
: 希望有人可以幫解答。謝謝。
: x
我猜答案因該是D吧
linux都用index東西居多~

--
Tags: Linux

All Comments

Lucy avatar
By Lucy
at 2009-06-27T19:13
「應」該
Christine avatar
By Christine
at 2009-06-30T22:18
XD
Isabella avatar
By Isabella
at 2009-07-03T18:29
答案是B,兩者皆是。不過還是謝謝幫忙。

如何從自己單機變成網路

Robert avatar
By Robert
at 2009-06-23T17:18
各位大大好 我本身自己是先架在自己的電腦上(127.0.0.1) 用localhost這個方式 現在要變成放在網路上(供給其他人一起使用) 我要做哪些部份? 可以請各位給我方向嗎QQ? 謝謝 在此祝大家:寫程式順利沒出錯,一路寫到底 - ...

Linux 相關問題..。

Hedy avatar
By Hedy
at 2009-06-23T14:38
In Linux, which data structure(s) must be stored on disks? 選擇一個答案 A. the super block B. both of them C. non of them D. inodes 這個問題我不太理解....Linux 我 ...

請問如何找出domain的所有子網?

Jack avatar
By Jack
at 2009-06-23T00:38
例如ntu.edu.tw 可以有ee.ntu.edu.tw, ac.ntu.edu.tw, math.ntu.edu.tw....etc 我用dig看不到說 atat - ...

Bison Parser 與 ylwrap 相容性問題

Mason avatar
By Mason
at 2009-06-22T21:01
Dear All, 最近有點無所事事,所以把 ylwrap 中的一個 bug 給修了一下 如果你想使用 bison 來生出 C++ parser 而你搭配的 project management tool 是 auto-tools 時 ...

tty Input/output error?

Barb Cronin avatar
By Barb Cronin
at 2009-06-22T19:51
我寫了一個程式要去中斷正在播放的音樂 我是用fork出來的child process播音樂 並且kill child process來中斷音樂(kill -9 pid) 但是卻出現了tty Input/output error 所以想問說有什麼辦法可以中斷且不會發生這種錯誤的呢? 感謝摟~ -- ...