huv v can get de process info from a linux system
let me explain in a clear way
for example ,huv to get de status of a system in a network..
status includes all de process,ipaddress,hostname...
whether thre is any specifice command to get de info or any other way to find out tat..
pl do reply me if u know ,coz its goin to b very useful for my proj
Dear abul_tce,
Hello,
For Processes !!
You can do this by using following commands.
# ps auwx
# pstree
# top
For Network Related !!
You can do this by using these command as well as concatinating these files.
# cat /etc/hosts ( Will show you hostname )
# cat /etc/sysconfig/network ( will show you hostname and domain name )
# cat /etc/sysconfig/network-scripts/ifcfg-eth0 ( will show you IP Address )
# hostname ( Will show you hostname )
# domainname ( will show you domain name )
# ifconfig ( will show you IP Address )
Best Regards.
Färrükh Ähmëd
Bookmarks