Why ping 127.0.0.1 Why ping localhost the loopback address



Computer Configuration GNU Linux Fedora using Linux Command

 

   Why we ping 127.0.0.1 the loopback IP address or ping localhost?  The ping command usually use to test network connection between hosts, sometimes we use the ping command to ping 127.0.0.1 or ping localhost to test the loopback address and verify the localhost network connection function properly... make note that when we ping 127.0.0.1 or ping localhost.. we only test and verify the loopback network interface connection (network loopback software setup)... but not the local network interface hardware itself (bypass the local network interface hardware). 

 

Ping 127.0.0.1  loopback address:

Ping 127.0.0.1  loopback address

[root@fedora ~]# ping 127.0.0.1

PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.

64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=1.00 ms

64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.262 ms

64 bytes from 127.0.0.1: icmp_seq=3 ttl=64 time=0.178 ms

64 bytes from 127.0.0.1: icmp_seq=4 ttl=64 time=0.165 ms

64 bytes from 127.0.0.1: icmp_seq=5 ttl=64 time=0.161 ms

64 bytes from 127.0.0.1: icmp_seq=6 ttl=64 time=0.181 ms

^C

--- 127.0.0.1 ping statistics ---

6 packets transmitted, 6 received, 0% packet loss, time 5658ms

rtt min/avg/max/mdev = 0.161/0.324/1.000/0.304 ms

[root@fedora ~]#

 

To stop ping command (terminate ping process), press Ctrl + c key...

 

Ping localhost loopback address:

Ping localhost loopback address

[root@fedora ~]# ping localhost

PING fedora.linux.com (127.0.0.1) 56(84) bytes of data.

64 bytes from fedora.linux.com (127.0.0.1): icmp_seq=1 ttl=64 time=0.398 ms

64 bytes from fedora.linux.com (127.0.0.1): icmp_seq=2 ttl=64 time=0.136 ms

64 bytes from fedora.linux.com (127.0.0.1): icmp_seq=3 ttl=64 time=0.135 ms

64 bytes from fedora.linux.com (127.0.0.1): icmp_seq=4 ttl=64 time=0.132 ms

64 bytes from fedora.linux.com (127.0.0.1): icmp_seq=5 ttl=64 time=0.153 ms

64 bytes from fedora.linux.com (127.0.0.1): icmp_seq=6 ttl=64 time=0.136 ms

64 bytes from fedora.linux.com (127.0.0.1): icmp_seq=7 ttl=64 time=0.134 ms

^C

--- fedora.linux.com ping statistics ---

7 packets transmitted, 7 received, 0% packet loss, time 6286ms

rtt min/avg/max/mdev = 0.132/0.174/0.398/0.092 ms

[root@fedora ~]#

 

To stop ping command (terminate ping process), press Ctrl + c key...

read more at wiki...

 




View Linux Kernel Parameters on Linux Fedora 10 using sysctl Command



Computer Configuration GNU Linux Fedora using Linux Command

 

   The example below use the sysctl command to view Linux kernel parameters at runtime on Linux Fedora 10 system.  The output from sysctrl command with -a option display all kernel parameters that currently available on the Linux Fedora 10 system when the sysctl command is executed.  The command example below show the sysctl -a command executed and then the output from the systl command pipe to the less command to make easier to read output from sysctl command.

 

View Linux kernel parameters at runtime:

Sysctl command to view kernel parameters at runtime on Linux Fedora 10

[root@fedora ~]# sysctl -a | less

[root@fedora ~]#

 




Help using lshw on Linux Fedora



Computer Configuration GNU Linux Fedora using Linux Command

 

   Get help using lshw command on command line.  The example below show the output of lshw help file, the command lshw --help that execute on command line (shell) give you the output on simple help file on using lshw command.

 

lshw --help command example:

Help using lshw on Linux Fedora

[root@fedora10 ~]# lshw --help

Hardware Lister (lshw) - B.02.13

usage: lshw [-format] [-options ...]

       lshw -version

 

        -version        print program version (B.02.13)

 

format can be

        -html           output hardware tree as HTML

        -xml            output hardware tree as XML

        -short          output hardware paths

        -businfo        output bus information

 

options can be

        -class CLASS    only show a certain class of hardware

        -C CLASS        same as '-class CLASS'

        -c CLASS        same as '-class CLASS'

        -disable TEST   disable a test (like pci, isapnp, cpuid, etc. )

        -enable TEST    enable a test (like pci, isapnp, cpuid, etc. )

        -quiet          don't display status

        -sanitize       sanitize output (remove sensitive information like serial numbers, etc.)

        -numeric        output numeric IDs (for PCI, USB, etc.)

 

[root@fedora10 ~]#

 




Step by step Install lshw using yum install Command on Linux Fedora 10



Computer Configuration GNU Linux Fedora using Linux Command

 

   The article below show the step by step install lshw using yum command on Linux Fedora 10.  The lshw command cam be use to view list of hardware on Linux Fedora machine.  The step by step below only focus on how to install lshw and the example below show how it done on Linux Fedora 10.

 

Install lshw on Fedora 10:

Install lshw using yum Command on Linux Fedora 10

[root@fedora10 ~]# yum install '*lshw*'

Loaded plugins: refresh-packagekit

Setting up Install Process

Parsing package install arguments

Resolving Dependencies

--> Running transaction check

---> Package lshw.i386 0:B.02.13-3.fc10 set to be updated

---> Package lshw-gui.i386 0:B.02.13-3.fc10 set to be updated

--> Finished Dependency Resolution

 

Dependencies Resolved

 

================================================================================

 Package           Arch          Version                  Repository       Size

================================================================================

Installing:

 lshw              i386          B.02.13-3.fc10           fedora          1.2 M

 lshw-gui          i386          B.02.13-3.fc10           fedora          415 k

 

Transaction Summary

================================================================================

Install      2 Package(s)

Update       0 Package(s)

Remove       0 Package(s)

 

Total download size: 1.6 M

Is this ok [y/N]: y

Downloading Packages:

(1/2): lshw-gui-B.02.13-3.fc10.i386.rpm                  | 415 kB     01:16

(2/2): lshw-B.02.13-3.fc10.i386.rpm                      | 1.2 MB     04:46

--------------------------------------------------------------------------------

Total                                           4.5 kB/s | 1.6 MB     06:05

Running rpm_check_debug

Running Transaction Test

Finished Transaction Test

Transaction Test Succeeded

Running Transaction

  Installing     : lshw                                                     1/2

  Installing     : lshw-gui                                                 2/2

 

Installed:

  lshw.i386 0:B.02.13-3.fc10           lshw-gui.i386 0:B.02.13-3.fc10

 

Complete!

[root@fedora10 ~]#

 




Show Julian date calendar using cal command on Linux Fedora 9



Computer Configuration GNU Linux Fedora using Linux Command

 

   The step by step Linux basic command below show how to use the cal command to display Julian dates.  The cal command example below start with an example to show Julian dates calendar for current month and Julian dates for the hole year.  You can also specify year that you wish to display the Julian dates (Display whole year Julian dates) as show on example below.

 

Show Julian dates for month of February 2009 using cal command:

Show Julian dates for month of February 2009 using cal command

[root@fedora ~]# cal -j

       February 2009

Sun Mon Tue Wed Thu Fri Sat

 32  33  34  35  36  37  38

 39  40  41  42  43  44  45

 46  47  48  49  50  51  52

 53  54  55  56  57  58  59

 

 

[root@fedora ~]#

 

Show 2009 year calendar using Julian dates using cal command:

Show 2009 year calendar using Julian dates using cal command

[root@fedora ~]# cal -jy

                           2009

 

          January                       February

Sun Mon Tue Wed Thu Fri Sat   Sun Mon Tue Wed Thu Fri Sat

                  1   2   3    32  33  34  35  36  37  38

  4   5   6   7   8   9  10    39  40  41  42  43  44  45

 11  12  13  14  15  16  17    46  47  48  49  50  51  52

 18  19  20  21  22  23  24    53  54  55  56  57  58  59

 25  26  27  28  29  30  31

 

           March                         April

Sun Mon Tue Wed Thu Fri Sat   Sun Mon Tue Wed Thu Fri Sat

 60  61  62  63  64  65  66                91  92  93  94

 67  68  69  70  71  72  73    95  96  97  98  99 100 101

 74  75  76  77  78  79  80   102 103 104 105 106 107 108

 81  82  83  84  85  86  87   109 110 111 112 113 114 115

 88  89  90                   116 117 118 119 120

 

            May                           June

Sun Mon Tue Wed Thu Fri Sat   Sun Mon Tue Wed Thu Fri Sat

                    121 122       152 153 154 155 156 157

123 124 125 126 127 128 129   158 159 160 161 162 163 164

130 131 132 133 134 135 136   165 166 167 168 169 170 171

137 138 139 140 141 142 143   172 173 174 175 176 177 178

144 145 146 147 148 149 150   179 180 181

151

            July                         August

Sun Mon Tue Wed Thu Fri Sat   Sun Mon Tue Wed Thu Fri Sat

            182 183 184 185                           213

186 187 188 189 190 191 192   214 215 216 217 218 219 220

193 194 195 196 197 198 199   221 222 223 224 225 226 227

200 201 202 203 204 205 206   228 229 230 231 232 233 234

207 208 209 210 211 212       235 236 237 238 239 240 241

                              242 243

         September                      October

Sun Mon Tue Wed Thu Fri Sat   Sun Mon Tue Wed Thu Fri Sat

        244 245 246 247 248                   274 275 276

249 250 251 252 253 254 255   277 278 279 280 281 282 283

256 257 258 259 260 261 262   284 285 286 287 288 289 290

263 264 265 266 267 268 269   291 292 293 294 295 296 297

270 271 272 273               298 299 300 301 302 303 304

 

          November                      December

Sun Mon Tue Wed Thu Fri Sat   Sun Mon Tue Wed Thu Fri Sat

305 306 307 308 309 310 311           335 336 337 338 339

312 313 314 315 316 317 318   340 341 342 343 344 345 346

319 320 321 322 323 324 325   347 348 349 350 351 352 353

326 327 328 329 330 331 332   354 355 356 357 358 359 360

333 334                       361 362 363 364 365

 

 

[root@fedora ~]#

 

Show selected year using Julian dates using cal command:

Show selected year using Julian dates using cal command

[root@fedora ~]# cal -j 1969

                           1969

 

          January                       February

Sun Mon Tue Wed Thu Fri Sat   Sun Mon Tue Wed Thu Fri Sat

              1   2   3   4                            32

  5   6   7   8   9  10  11    33  34  35  36  37  38  39

 12  13  14  15  16  17  18    40  41  42  43  44  45  46

 19  20  21  22  23  24  25    47  48  49  50  51  52  53

 26  27  28  29  30  31        54  55  56  57  58  59

 

           March                         April

Sun Mon Tue Wed Thu Fri Sat   Sun Mon Tue Wed Thu Fri Sat

                         60            91  92  93  94  95

 61  62  63  64  65  66  67    96  97  98  99 100 101 102

 68  69  70  71  72  73  74   103 104 105 106 107 108 109

 75  76  77  78  79  80  81   110 111 112 113 114 115 116

 82  83  84  85  86  87  88   117 118 119 120

 89  90

            May                           June

Sun Mon Tue Wed Thu Fri Sat   Sun Mon Tue Wed Thu Fri Sat

                121 122 123   152 153 154 155 156 157 158

124 125 126 127 128 129 130   159 160 161 162 163 164 165

131 132 133 134 135 136 137   166 167 168 169 170 171 172

138 139 140 141 142 143 144   173 174 175 176 177 178 179

145 146 147 148 149 150 151   180 181

 

            July                         August

Sun Mon Tue Wed Thu Fri Sat   Sun Mon Tue Wed Thu Fri Sat

        182 183 184 185 186                       213 214

187 188 189 190 191 192 193   215 216 217 218 219 220 221

194 195 196 197 198 199 200   222 223 224 225 226 227 228

201 202 203 204 205 206 207   229 230 231 232 233 234 235

208 209 210 211 212           236 237 238 239 240 241 242

                              243

         September                      October

Sun Mon Tue Wed Thu Fri Sat   Sun Mon Tue Wed Thu Fri Sat

    244 245 246 247 248 249               274 275 276 277

250 251 252 253 254 255 256   278 279 280 281 282 283 284

257 258 259 260 261 262 263   285 286 287 288 289 290 291

264 265 266 267 268 269 270   292 293 294 295 296 297 298

271 272 273                   299 300 301 302 303 304

 

          November                      December

Sun Mon Tue Wed Thu Fri Sat   Sun Mon Tue Wed Thu Fri Sat

                        305       335 336 337 338 339 340

306 307 308 309 310 311 312   341 342 343 344 345 346 347

313 314 315 316 317 318 319   348 349 350 351 352 353 354

320 321 322 323 324 325 326   355 356 357 358 359 360 361

327 328 329 330 331 332 333   362 363 364 365

334

 

[root@fedora ~]#

 




Display Year Calendar Using cal Command on Linux Fedora



Computer Configuration GNU Linux Fedora using Linux Command

 

   The Linux cal command example below show the execution of cal command to display year calendar.  The cal command example below show how to display current year calendar and use the cal command to display specific year calendar that you specify on cal command.

 

Show calendar for entire year, show current year calendar

Display Year Calendar Using cal Command on Linux Fedora

[root@fedora ~]# cal -y

                               2009

 

       January               February                 March

Su Mo Tu We Th Fr Sa   Su Mo Tu We Th Fr Sa   Su Mo Tu We Th Fr Sa

             1  2  3    1  2  3  4  5  6  7    1  2  3  4  5  6  7

 4  5  6  7  8  9 10    8  9 10 11 12 13 14    8  9 10 11 12 13 14

11 12 13 14 15 16 17   15 16 17 18 19 20 21   15 16 17 18 19 20 21

18 19 20 21 22 23 24   22 23 24 25 26 27 28   22 23 24 25 26 27 28

25 26 27 28 29 30 31                          29 30 31

 

        April                   May                   June

Su Mo Tu We Th Fr Sa   Su Mo Tu We Th Fr Sa   Su Mo Tu We Th Fr Sa

          1  2  3  4                   1  2       1  2  3  4  5  6

 5  6  7  8  9 10 11    3  4  5  6  7  8  9    7  8  9 10 11 12 13

12 13 14 15 16 17 18   10 11 12 13 14 15 16   14 15 16 17 18 19 20

19 20 21 22 23 24 25   17 18 19 20 21 22 23   21 22 23 24 25 26 27

26 27 28 29 30         24 25 26 27 28 29 30   28 29 30

                       31

        July                  August                September

Su Mo Tu We Th Fr Sa   Su Mo Tu We Th Fr Sa   Su Mo Tu We Th Fr Sa

          1  2  3  4                      1          1  2  3  4  5

 5  6  7  8  9 10 11    2  3  4  5  6  7  8    6  7  8  9 10 11 12

12 13 14 15 16 17 18    9 10 11 12 13 14 15   13 14 15 16 17 18 19

19 20 21 22 23 24 25   16 17 18 19 20 21 22   20 21 22 23 24 25 26

26 27 28 29 30 31      23 24 25 26 27 28 29   27 28 29 30

                       30 31

       October               November               December

Su Mo Tu We Th Fr Sa   Su Mo Tu We Th Fr Sa   Su Mo Tu We Th Fr Sa

             1  2  3    1  2  3  4  5  6  7          1  2  3  4  5

 4  5  6  7  8  9 10    8  9 10 11 12 13 14    6  7  8  9 10 11 12

11 12 13 14 15 16 17   15 16 17 18 19 20 21   13 14 15 16 17 18 19

18 19 20 21 22 23 24   22 23 24 25 26 27 28   20 21 22 23 24 25 26

25 26 27 28 29 30 31   29 30                  27 28 29 30 31

 

 

[root@fedora ~]#

 

Show calendar for specify year:

Show calendar for year 1969 (Summer of 69)

Show calendar for year 1969 (Summer of 69)

[root@fedora ~]# cal 1969

                               1969

 

       January               February                 March

Su Mo Tu We Th Fr Sa   Su Mo Tu We Th Fr Sa   Su Mo Tu We Th Fr Sa

          1  2  3  4                      1                      1

 5  6  7  8  9 10 11    2  3  4  5  6  7  8    2  3  4  5  6  7  8

12 13 14 15 16 17 18    9 10 11 12 13 14 15    9 10 11 12 13 14 15

19 20 21 22 23 24 25   16 17 18 19 20 21 22   16 17 18 19 20 21 22

26 27 28 29 30 31      23 24 25 26 27 28      23 24 25 26 27 28 29

                                              30 31

        April                   May                   June

Su Mo Tu We Th Fr Sa   Su Mo Tu We Th Fr Sa   Su Mo Tu We Th Fr Sa

       1  2  3  4  5                1  2  3    1  2  3  4  5  6  7

 6  7  8  9 10 11 12    4  5  6  7  8  9 10    8  9 10 11 12 13 14

13 14 15 16 17 18 19   11 12 13 14 15 16 17   15 16 17 18 19 20 21

20 21 22 23 24 25 26   18 19 20 21 22 23 24   22 23 24 25 26 27 28

27 28 29 30            25 26 27 28 29 30 31   29 30

 

        July                  August                September

Su Mo Tu We Th Fr Sa   Su Mo Tu We Th Fr Sa   Su Mo Tu We Th Fr Sa

       1  2  3  4  5                   1  2       1  2  3  4  5  6

 6  7  8  9 10 11 12    3  4  5  6  7  8  9    7  8  9 10 11 12 13

13 14 15 16 17 18 19   10 11 12 13 14 15 16   14 15 16 17 18 19 20

20 21 22 23 24 25 26   17 18 19 20 21 22 23   21 22 23 24 25 26 27

27 28 29 30 31         24 25 26 27 28 29 30   28 29 30

                       31

       October               November               December

Su Mo Tu We Th Fr Sa   Su Mo Tu We Th Fr Sa   Su Mo Tu We Th Fr Sa

          1  2  3  4                      1       1  2  3  4  5  6

 5  6  7  8  9 10 11    2  3  4  5  6  7  8    7  8  9 10 11 12 13

12 13 14 15 16 17 18    9 10 11 12 13 14 15   14 15 16 17 18 19 20

19 20 21 22 23 24 25   16 17 18 19 20 21 22   21 22 23 24 25 26 27

26 27 28 29 30 31      23 24 25 26 27 28 29   28 29 30 31

                       30

 

[root@fedora ~]#

 




Show Calendar on Linux Fedora 9 using cal Command



Computer Configuration GNU Linux Fedora using Linux Command

 

   The step by step Linux command example below, use the cal command to display calendar using command line on Linux Fedora.   To show calendar on Linux fedora command line terminal, execute cal command as show on example below... The example below also show how to display calendar for the specific month that we specify with cal command.

 

 

Show calendar for current month

Show calendar for current month. using cal command.

Show calendar for current month.using cal command.

[root@fedora ~]# cal

   February 2009

Su Mo Tu We Th Fr Sa

 1  2  3  4  5  6  7

 8  9 10 11 12 13 14

15 16 17 18 19 20 21

22 23 24 25 26 27 28

 

 

[root@fedora ~]#

 

Show calendar for specify month

Example below show calendar for month of January (1 2009):

Example below show calendar for month of January (1 2009):

[root@fedora ~]# cal 1 2009

    January 2009

Su Mo Tu We Th Fr Sa

             1  2  3

 4  5  6  7  8  9 10

11 12 13 14 15 16 17

18 19 20 21 22 23 24

25 26 27 28 29 30 31

 

[root@fedora ~]#

 

Example below show calendar for month of February (2):

Show calendar for specify month

[root@fedora ~]# cal 2 2009

   February 2009

Su Mo Tu We Th Fr Sa

 1  2  3  4  5  6  7

 8  9 10 11 12 13 14

15 16 17 18 19 20 21

22 23 24 25 26 27 28

 

 

[root@fedora ~]#

 




Show Service Start on runlevel 0 to runlevel 6 using chkconfig Command on Fedora 9



Computer Configuration GNU Linux Fedora using Linux Command

 

   The chkconfig command can be use to show list of service that automatically start or turn off on every runlevel on Linux Fedora system.  The chkconfig command example below execute on Linux Fedora 9 to show the list of service that automatically start and turn off during start up of Fedora 9 system.

 

Show runlevel configuration for all services:

Show Service start on runlevel 0 to runlevel 6 using chkconfig command on Fedora 9

[root@fedora ~]# chkconfig --list

NetworkManager  0:off   1:off   2:on    3:on    4:on    5:off   6:off

acpid           0:off   1:off   2:on    3:on    4:on    5:on    6:off

anacron         0:off   1:off   2:on    3:on    4:on    5:on    6:off

atd             0:off   1:off   2:off   3:on    4:on    5:off   6:off

auditd          0:off   1:off   2:on    3:on    4:on    5:on    6:off

avahi-daemon    0:off   1:off   2:off   3:on    4:on    5:off   6:off

backuppc        0:off   1:off   2:off   3:off   4:off   5:off   6:off

bluetooth       0:off   1:off   2:off   3:off   4:off   5:off   6:off

boa             0:off   1:off   2:off   3:off   4:off   5:off   6:off

btseed          0:off   1:off   2:off   3:off   4:off   5:off   6:off

bttrack         0:off   1:off   2:off   3:off   4:off   5:off   6:off

capi            0:off   1:off   2:off   3:off   4:off   5:off   6:off

cpuspeed        0:off   1:on    2:on    3:on    4:on    5:on    6:off

crond           0:off   1:off   2:on    3:on    4:on    5:on    6:off

cups            0:off   1:off   2:off   3:off   4:off   5:off   6:off

dc_client       0:off   1:off   2:off   3:off   4:off   5:off   6:off

dc_server       0:off   1:off   2:off   3:off   4:off   5:off   6:off

dnsmasq         0:off   1:off   2:off   3:off   4:off   5:off   6:off

dovecot         0:off   1:off   2:off   3:off   4:off   5:off   6:off

dund            0:off   1:off   2:off   3:off   4:off   5:off   6:off

firstboot       0:off   1:off   2:off   3:off   4:off   5:off   6:off

fuse            0:off   1:off   2:off   3:on    4:on    5:off   6:off

gpm             0:off   1:off   2:on    3:on    4:on    5:off   6:off

haldaemon       0:off   1:off   2:off   3:on    4:on    5:on    6:off

httpd           0:off   1:off   2:off   3:on    4:off   5:off   6:off

innd            0:off   1:off   2:off   3:off   4:off   5:off   6:off

ip6tables       0:off   1:off   2:on    3:on    4:on    5:off   6:off

iptables        0:off   1:off   2:on    3:on    4:on    5:on    6:off

irda            0:off   1:off   2:off   3:off   4:off   5:off   6:off

irqbalance      0:off   1:off   2:off   3:on    4:on    5:on    6:off

iscsi           0:off   1:off   2:off   3:on    4:on    5:on    6:off

iscsid          0:off   1:off   2:off   3:on    4:on    5:on    6:off

isdn            0:off   1:off   2:off   3:off   4:off   5:off   6:off

jetty           0:off   1:off   2:off   3:off   4:off   5:off   6:off

kerneloops      0:off   1:off   2:off   3:on    4:on    5:off   6:off

lighttpd        0:off   1:off   2:off   3:off   4:off   5:off   6:off

lm_sensors      0:off   1:off   2:off   3:off   4:off   5:off   6:off

mdmonitor       0:off   1:off   2:on    3:on    4:on    5:on    6:off

messagebus      0:off   1:off   2:on    3:on    4:on    5:on    6:off

microcode_ctl   0:off   1:off   2:on    3:on    4:on    5:on    6:off

multipathd      0:off   1:off   2:off   3:off   4:off   5:off   6:off

mysqld          0:off   1:off   2:off   3:off   4:off   5:off   6:off

named           0:off   1:off   2:off   3:off   4:off   5:off   6:off

netconsole      0:off   1:off   2:off   3:off   4:off   5:off   6:off

netfs           0:off   1:off   2:off   3:on    4:on    5:off   6:off

netplugd        0:off   1:off   2:off   3:off   4:off   5:off   6:off

network         0:off   1:off   2:on    3:on    4:on    5:on    6:off

nfs             0:off   1:off   2:off   3:off   4:off   5:off   6:off

nfslock         0:off   1:off   2:off   3:on    4:on    5:off   6:off

nmb             0:off   1:off   2:off   3:off   4:off   5:off   6:off

nscd            0:off   1:off   2:off   3:off   4:off   5:off   6:off

ntpd            0:off   1:off   2:off   3:off   4:off   5:off   6:off

ntpdate         0:off   1:off   2:off   3:off   4:off   5:off   6:off

openct          0:off   1:off   2:on    3:on    4:on    5:off   6:off

openvpn         0:off   1:off   2:off   3:off   4:off   5:off   6:off

pand            0:off   1:off   2:off   3:off   4:off   5:off   6:off

pcscd           0:off   1:off   2:off   3:off   4:off   5:off   6:off

postgresql      0:off   1:off   2:off   3:off   4:off   5:off   6:off

pound           0:off   1:off   2:off   3:off   4:off   5:off   6:off

psacct          0:off   1:off   2:off   3:off   4:off   5:off   6:off

racoon          0:off   1:off   2:off   3:off   4:off   5:off   6:off

rdisc           0:off   1:off   2:off   3:off   4:off   5:off   6:off

restorecond     0:off   1:off   2:on    3:on    4:on    5:off   6:off

rpcbind         0:off   1:off   2:on    3:on    4:on    5:on    6:off

rpcgssd         0:off   1:off   2:off   3:on    4:on    5:on    6:off

rpcidmapd       0:off   1:off   2:off   3:on    4:on    5:on    6:off

rpcsvcgssd      0:off   1:off   2:off   3:off   4:off   5:off   6:off

rsyslog         0:off   1:off   2:on    3:on    4:on    5:on    6:off

saslauthd       0:off   1:off   2:off   3:off   4:off   5:off   6:off

sendmail        0:off   1:off   2:on    3:on    4:on    5:off   6:off

setroubleshoot  0:off   1:off   2:off   3:on    4:on    5:on    6:off

smartd          0:off   1:off   2:off   3:off   4:off   5:off   6:off

smb             0:off   1:off   2:off   3:off   4:off   5:off   6:off

smolt           0:off   1:off   2:off   3:off   4:off   5:off   6:off

snmpd           0:off   1:off   2:off   3:off   4:off   5:off   6:off

snmptrapd       0:off   1:off   2:off   3:off   4:off   5:off   6:off

spamassassin    0:off   1:off   2:off   3:off   4:off   5:off   6:off

squid           0:off   1:off   2:off   3:off   4:off   5:off   6:off

sshd            0:off   1:off   2:on    3:on    4:on    5:on    6:off

tclhttpd        0:off   1:off   2:off   3:off   4:off   5:off   6:off

thttpd          0:off   1:off   2:off   3:off   4:off   5:off   6:off

tomcat5         0:off   1:off   2:off   3:off   4:off   5:off   6:off

udev-post       0:off   1:on    2:on    3:on    4:on    5:on    6:off

vdr             0:off   1:off   2:off   3:off   4:off   5:off   6:off

vdradmind       0:off   1:off   2:off   3:off   4:off   5:off   6:off

vmware-tools    0:off   1:off   2:on    3:on    4:off   5:on    6:off

vncserver       0:off   1:off   2:off   3:off   4:off   5:off   6:off

vsftpd          0:off   1:off   2:off   3:off   4:off   5:off   6:off

winbind         0:off   1:off   2:off   3:off   4:off   5:off   6:off

wpa_supplicant  0:off   1:off   2:off   3:off   4:off   5:off   6:off

ypbind          0:off   1:off   2:off   3:off   4:off   5:off   6:off

[root@fedora ~]#

 

To show runlevel configuration for specific cervices, execute the chkconfig command as show on example below... Please note that, chkconfig command example below is execute to show the runlevel configuration for NetworkManager service

chkconfig command example below is execute to show the runlevel configuration for NetworkManager service

[root@fedora ~]# chkconfig --list NetworkManager

NetworkManager  0:off   1:off   2:on    3:on    4:on    5:off   6:off

[root@fedora ~]#