linux内核怎么在局域网内实现时间同步?只有简单的内核,没有ntp等服务。

来源:百度知道 编辑:UC知道 时间:2024/07/07 21:36:51
现在在我的板子上只安装了linux的内核,没有ntp等服务,向在局域网中实现时间同步,哪位老大知道有什么办法?
或者知道怎么在内核上安装ntp也行。。。
有shell,只有最基本的一些命令,像arp,ntp等都没有 ,1楼啥意思?

刚刚装了RHEL5β2版本
发现这个版本的ps和top里面是有Ss的
man了一下 ps和top
解释如下

PROCESS STATE CODES
Here are the different values that the s, stat and state output specifiers
(header "STAT" or "S") will display to describe the state of a process.
D Uninterruptible sleep (usually IO)
R Running or runnable (on run queue)
S Interruptible sleep (waiting for an event to complete)
T Stopped, either by a job control signal or because it is being traced.
W paging (not valid since the 2.6.xx kernel)
X dead (should never be seen)
Z Defunct ("zombie") process, terminated but not reaped by its parent.

For BSD formats and when the stat keyword is used, additional characters may
be displayed:
< high-priority (not nice to other users)
N low-priority (nice to other users)
L has pages locked into memory (for real-time and custom IO)
s is a session leader
l is mul