Net Deals Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. List of GNU Core Utilities commands - Wikipedia

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

    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 file ls: Lists the files in a directory mkdir ...

  3. strace - Wikipedia

    en.wikipedia.org/wiki/Strace

    strace is a diagnostic, debugging and instructional userspace utility for Linux.It is used to monitor and tamper with interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state.

  4. nslookup - Wikipedia

    en.wikipedia.org/wiki/Nslookup

    nslookup operates in interactive or non-interactive mode. When used interactively by invoking it without arguments or when the first argument is - (minus sign) and the second argument is a hostname or Internet address of a name server, the user issues parameter configurations or requests when presented with the nslookup prompt (>).

  5. find (Unix) - Wikipedia

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

    grep is a command-line utility for searching plain-text data sets for lines matching a regular expression and by default reporting matching lines on standard output. tree is a command-line utility that recursively lists files found in a directory tree, indenting the filenames according to their position in the file hierarchy.

  6. RPM Package Manager - Wikipedia

    en.wikipedia.org/wiki/RPM_Package_Manager

    Working behind the scenes of the package manager is the RPM database, stored in /var/lib/rpm. It uses Berkeley DB as its back-end. It consists of a single database (Packages) containing all of the meta information of the installed RPMs. Multiple databases are created for indexing purposes, replicating data to speed up queries.

  7. List of POSIX commands - Wikipedia

    en.wikipedia.org/wiki/List_of_POSIX_commands

    Print working directory Version 5 AT&T UNIX read: Shell programming Mandatory Read a line from standard input readlink: Filesystem Mandatory Print destination of a symbolic link realpath: Filesystem Mandatory Resolve a symbolic link renice: Process management Mandatory Set nice values of running processes 4BSD rm: Filesystem Mandatory

  8. APT (software) - Wikipedia

    en.wikipedia.org/wiki/APT_(software)

    Advanced package tool, or APT, is a free-software user interface that works with core libraries to handle the installation and removal of software on Debian and Debian-based Linux distributions. [4] APT simplifies the process of managing software on Unix-like computer systems by automating the retrieval, configuration and installation of ...

  9. curses (programming library) - Wikipedia

    en.wikipedia.org/wiki/Curses_(programming_library)

    Curses-based programs often have a user interface that resembles a traditional graphical user interface, including 'widgets' such as text boxes and scrollable lists, rather than the command line interface (CLI) most commonly found on text-only devices. This can make them more user-friendly than a CLI-based program, while still being able to run ...