From fb31765cbe33890f325a87015507364156741321 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:59:44 +0200 Subject: Adding upstream version 42.0. Signed-off-by: Daniel Baumann --- help/C/process-files.page | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 help/C/process-files.page (limited to 'help/C/process-files.page') diff --git a/help/C/process-files.page b/help/C/process-files.page new file mode 100644 index 0000000..f6413b3 --- /dev/null +++ b/help/C/process-files.page @@ -0,0 +1,31 @@ + + + + + + + + + Phil Bull + philbull@gmail.com + 2014 + + + View files being accessed by processes. + + + List which files a process has open + +

Processes sometimes need to keep files open. They could be files that you are viewing or editing, or temporary or system files that the process needs to work properly.

+ +

To see which files a process has open:

+ +

Find the process in the Processes tab and click once to select it.

+

Right-click the process and select Open Files.

+
+ +

In the list of open files that appears, you might find some special files called sockets. These are actually a way for processes to communicate with one another, and are not normal files that you can view or edit.

+ +
-- cgit v1.2.3