• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

service Command Examples in Linux

by admin

The service command is another way to control SysVinit services through SysVinit scripts. It supports the following subcommands.

Subcommand Used To
{service} status Print current state of service.
{service} start Activate service immediately.
{service} stop Deactivate service immediately.
{service} restart Restart service immediately.
{service} reload Re-read config files while service runs.

Syntax

The syntax of the service command is:

# service [options] [service] [subcommand]

service Command Examples

1. To status of a program:

# service vsftpd status 

2. To start a service:

# service vsftpd start 

3. To stop a service:

# service vsftpd stop 

4. To restart a service:

# service vsftpd restart 

5. To see the status fo all the programs:

# service --status-all 

6. To see the help:

# service -h
# service --help 

7. To see the version:

# service --version 

8. Do a full restart (runs script twice with start and stop):

# service service_name --full-restart

Filed Under: Linux

Some more articles you might also be interested in …

  1. logstash Command Examples
  2. consul: Distributed key-value store with health checking and service discovery
  3. csvclean: Finds and cleans common syntax errors in CSV files
  4. masscan Command Examples
  5. deborphan: command not found
  6. nethogs Command Examples in Linux
  7. LVM VG Metadata Corruption with ‘Checksum error’
  8. alacritty – Cross-platform, GPU-accelerated terminal emulator (Command Examples)
  9. gow Command Examples
  10. resolveip Command Examples in Linux

You May Also Like

Primary Sidebar

Recent Posts

  • Vanilla OS 2 Released: A New Era for Linux Enthusiasts
  • mk Command Examples
  • mixxx Command Examples
  • mix Command Examples

© 2025 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright