UP | HOME
LinuxIndya | Home | Blog

Most common Linux commands

Table of Contents

List of most common linux commands to make your life easier.

1 List

ls -alt

2 systemctl

  • List services: systemctl
  • Enable service: systemctl enable httpd
  • Disable service: systemctl disable httpd
  • Status of a service: systemctl status httpd