LinuxAdmin: Difference between revisions

From Piszczynski
piszczynski>Aleks
piszczynski>Aleks
Line 22: Line 22:
*Kickstart = system-config-kickstart
*Kickstart = system-config-kickstart


Enable service to run on boot:
*sudo systemctl enable <service>
**eg: sudo systemctl enable bluetooth.service


== Linux Processes ==
== Linux Processes ==

Revision as of 15:44, 27 May 2020


Linux System Admin

System tools for fedora/red hat:

  • DNS = system-config-bind
  • HTTP = system-config-httpd
  • NFS = system-config-nfs
  • Root password = system-config-rootpassword
  • Samba NFS = system-config-samba
  • Services = system-config-services
  • Authentication = authconfig-gtk
  • Date & Time = system-config-date
  • Firewall = system-config-firewall
  • Language = system-config-language
  • Printing = system-config-printer
  • SELinux Management = policycoreutils-gui
  • Users & Groups = system-config-users
  • Configuration Editor = gconf-editor
  • Disk Usage Analyzer = gnome-utils
  • Disk Utility = gnome-disks
  • Kickstart = system-config-kickstart


Enable service to run on boot:

  • sudo systemctl enable <service>
    • eg: sudo systemctl enable bluetooth.service

Linux Processes

  • Show running processes = ps
  • Show processes for all users = ps aux
  • Display running processes = top