Editing 1888: Still in Use

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 22: Line 22:
  
 
Some tools:
 
Some tools:
βˆ’
* On Windows, the [https://docs.microsoft.com/en-us/sysinternals/downloads/handle "handle"] command line tool allows listing, searching, and closing file handles, showing the associated process.
+
* On Windows Vista and above, one may use the "Task Manager" and the aptly named "Resource Monitor". Nevertheless there is also still the [https://docs.microsoft.com/en-us/sysinternals/downloads/procmon "Process Monitor"] from Sysinternals available at Microsoft.
βˆ’
* On Linux and OS X there is a command line tool {{w|lsof}} (list open files) which also lists open sockets and more. If the filename or program name is known, the usefulness of this tool is vastly enhanced by combining it with {{w|grep}}.
+
* On Linux and OS X there is a command line tool {{w|lsof}} (list open files) which also lists open sockets and more. If the filename or program name is known, the usefulness of this tool is vastly enhanced by combining it with {{w|grep}} because dispensable lines can be omitted.
 
* Unix systems derived from SVR4 have the {{w|fuser (Unix)|fuser(1)}} command (fstat(1) on BSD) that lists and optionally kills the process keeping a file open. It's useful on shutdowns because open files can prevent unmounting filesystems, potentially leaving them a mess.
 
* Unix systems derived from SVR4 have the {{w|fuser (Unix)|fuser(1)}} command (fstat(1) on BSD) that lists and optionally kills the process keeping a file open. It's useful on shutdowns because open files can prevent unmounting filesystems, potentially leaving them a mess.
  

Please note that all contributions to explain xkcd may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see explain xkcd:Copyrights for details). Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel | Editing help (opens in new window)