macOS Guide

How to Kill Processes on Linux and macOS

List processes to find a certain PID:

copy this code

Kill a process by its PID with kill:

copy this code

Kill all processes by a name with killall:

copy this code

Kill all processes by a name with pkill:

copy this code

Kill all processes or a certain process for the specified user:

copy this code

Kill all processes with a wildcard:

copy this code
By |2020-07-01T13:18:35+00:00July 1st, 2020|Linux Guide, macOS Guide|0 Comments

How to Show Hidden Files on macOS

Enter these commands to display hidden files in macOS:

copy this code

Enter these commands to hide hidden files again:

copy this code

Enter the following command to set a file or folder as hidden:

copy this code

Enter the following command to set a file or folder as not hidden:

copy this code
By |2020-07-01T13:05:44+00:00July 1st, 2020|macOS Guide|0 Comments
Go to Top