enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. locate (Unix) - Wikipedia

    en.wikipedia.org/wiki/Locate_(Unix)

    locate command is also included in MacOS. mlocate (Merging Locate) and the earlier slocate (Secure Locate) use a restricted-access database, only showing filenames accessible to the user. [3] [4] plocate uses posting lists. Like mlocate and slocate, it only shows files if find would list it. [5] Compared to mlocate, it is much faster, and its ...

  3. find (Unix) - Wikipedia

    en.wikipedia.org/wiki/Find_(Unix)

    In Unix-like operating systems, find is a command-line utility that locates files based on some user-specified criteria and either prints the pathname of each matched object or, if another action is requested, performs that action on each matched object.

  4. List of POSIX commands - Wikipedia

    en.wikipedia.org/wiki/List_of_POSIX_commands

    file: Filesystem Mandatory Determine file type Version 4 AT&T UNIX find: Filesystem Mandatory Find files Version 1 AT&T UNIX fold: Text processing Mandatory Filter for folding lines 1BSD fuser: Process management Optional (XSI) List process IDs of all processes that have one or more files open System V gencat: Misc Mandatory

  5. List of GNU Core Utilities commands - Wikipedia

    en.wikipedia.org/wiki/List_of_GNU_Core_Utilities...

    Changes the permissions of a file or directory cp: Copies a file or directory dd: Copies and converts a file df: Shows disk free space on file systems dir: Is exactly like "ls -C -b". (Files are by default listed in columns and sorted vertically.) dircolors: Set up color for ls: install: Copies files and set attributes ln: Creates a link to a ...

  6. whereis - Wikipedia

    en.wikipedia.org/wiki/Whereis

    whereis is a command on Unix and Unix-like operating systems used to locate some special files of a command like the binary file, source and manual page files. The whereis utility was first included with 2BSD, [1] dating back to 1979. [2]

  7. Unix filesystem - Wikipedia

    en.wikipedia.org/wiki/Unix_filesystem

    The filesystem appears as one rooted tree of directories. [1] Instead of addressing separate volumes such as disk partitions, removable media, and network shares as separate trees (as done in DOS and Windows: each drive has a drive letter that denotes the root of its file system tree), such volumes can be mounted on a directory, causing the volume's file system tree to appear as that directory ...

  8. Path (computing) - Wikipedia

    en.wikipedia.org/wiki/Path_(computing)

    A path (or filepath, file path, pathname, or similar) is a string of characters used to uniquely identify a location in a directory structure. It is composed by following the directory tree hierarchy in which components, separated by a delimiting character, represent each directory.

  9. lsof - Wikipedia

    en.wikipedia.org/wiki/Lsof

    lsof is a command meaning "list open files", which is used in many Unix-like systems to report a list of all open files and the processes that opened them. This open source utility was developed and supported by Victor A. Abell, the retired Associate Director of the Purdue University Computing Center.