From 1e2ccef73c5ca96f7884a452b65cdbbff51c43ca Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 20:01:24 +0200 Subject: Adding upstream version 3.38.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