How To Generate List Of Start-Up Services In Linux Mint / Ubuntu

Here’s how to generate list of start-up services in Linux Mint / Ubuntu:

1. Issue the following command at the terminal –

sudo apt-get install chkconfig

installing chkconfig in Linux Mint / Ubuntu

2. After the installation is complete, issue the following command at the terminal to generate a list of start-up services –

chkconfig –list | grep ‘3:on’

generating list of start-up services in Linux Mint / Ubuntu

 

Comments are closed.