Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
linux_basic_admin [2020/07/08 12:25] – [List Services] andonovj | linux_basic_admin [2020/08/28 15:35] (current) – andonovj | ||
---|---|---|---|
Line 82: | Line 82: | ||
autofs.service | autofs.service | ||
</ | </ | ||
+ | |||
+ | ====Check process connections==== | ||
+ | We can check if a process is making connection from outside as follows: | ||
+ | |||
+ | < | ||
+ | [root@ag-se-tlcasdb1 ~]# lsof -i -a -p 4970 | ||
+ | COMMAND | ||
+ | oracle | ||
+ | </ | ||
+ | |||
+ | As we can see, that is very useful for oracle processes. When the connection HAS to create process also ON the local server. |