Home Linux regular cmd
Post
Cancel

Linux regular cmd

ps aux

ps aux is a command to list all the processes running on the system.

lsof -i:port

lsof -i:port is a command to list all the processes that are using the port.

nohup command &

nohup command & is a command to run the command in the background.

This post is licensed under CC BY 4.0 by the author.

Postgres init setup

Web service worker