从头读取utmp 文件中的登录数据
getutent,endutent
#include<utmp.h>
void setutent(void);
setutent()用来将getutent()的读写地址指回utmp文件开头。
请参考setpwent()或setgrent()。