You are on page 1of 2

cat /proc/cpuinfo

processor
: 1
vendor_id
: GenuineIntel
cpu family
: 6
model
: 44
model name
: Intel(R) Xeon(R) CPU
L5630 @ 2.13GHz
stepping
: 2
cpu MHz
: 1596.000
cache size
: 12288 KB
physical id
: 0
siblings
: 8
core id
: 1
cpu cores
: 4
apicid
: 2
fpu
: yes
fpu_exception : yes
cpuid level
: 11
wp
: yes
flags
: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx pdpe1gb rdtscp
lm constant_tsc nonstop_tsc arat pni monitor ds_cpl vmx smx est tm2 ssse3 cx16 x
tpr sse4_1 sse4_2 popcnt lahf_lm
bogomips
: 4266.71
clflush size
: 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
================================================================================
===========================================
finding version:
[ms103e@hlti173 etc]$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
$ uname -r
Output:
2.6.22-14-genericWhere,
2 : Kernel version
6 : The major revision of the kernel
22 : The minor revision of the kernel
14 : Immediate fixing / bug fixing for critical error
generic : Distribution specific sting. For example, Redhat appends string such a
s EL5 to indicate RHEL 5 kernel.
================================================================================
========================================
[ms103e@hlti173 init.d]$ pwd
/etc/init.d
[ms103e@hlti173 init.d]$ ps -eaf | grep cron

ms103e
root

3642 32745 0 12:41 pts/1


28272
1 0 Jan31 ?

00:00:00 grep cron


00:00:00 crond

./crond strat
./crond stop
./crond status
================================================================================
===========================================

You might also like