2010/4/7 黎明傲子 <ll_j...@163.com>

> When I port net-snmp to my board(uClinux),the compile process is
> successful,but if I enter the command line snmpd &,always some date appears,
> like
> # snmpd -f &
> 36
> I want to know why this happened, Is there anything I can do for it? what
> “36 “ is stand for ?
> In addition,if I enter the command line
> # snmpd -c /etc/snmpd.conf -f &
> 39
> # ps
> ……………………………………………….
> 51   S0 Z      0K     0K  8.3 snmpd
> ……………………………………………….
> Why not echo “snmpd -c /etc/snmpd.conf –f”?
>

You didn't tell us yet which shell you are using. The number displayed when
a process is started as a background process is printed by the shell and
hence its meaning depends on the shell. As an example, bash prints both the
job number and the process ID when starting a background process.

Bart.
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to