[konsole] [Bug 412705] Konsole leaves hundreds of megabytes in thousands of temp history files
Mariusz Glebocki
bugzilla_noreply at kde.org
Tue Oct 8 08:44:50 BST 2019
https://bugs.kde.org/show_bug.cgi?id=412705
Mariusz Glebocki <mglb at arccos-1.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mglb at arccos-1.net
--- Comment #2 from Mariusz Glebocki <mglb at arccos-1.net> ---
Create + open + unlink should fix any possible problem with leftover files.
>From man 2 unlink:
unlink() deletes a name from the filesystem. If that name was the last
link to a file and no processes have the file open, the file is deleted
and the space it was using is made available for reuse.
If the name was the last link to a file but any processes still have
the file open, the file will remain in existence until the last file
descriptor referring to it is closed.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list