# SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2023-08-10 18:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: TH #: debian-bookworm #, no-wrap msgid "LSFD" msgstr "" #. type: TH #: debian-bookworm #, no-wrap msgid "2022-08-04" msgstr "" #. type: TH #: debian-bookworm #, no-wrap msgid "util-linux 2.38.1" msgstr "" #. type: TH #: debian-bookworm #, no-wrap msgid "User Commands" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: debian-bookworm msgid "lsfd - list file descriptors" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: debian-bookworm msgid "B [option]" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "B is intended to be a modern replacement for B(8) on Linux " "systems. Unlike B, B is specialized to Linux kernel; it " "supports Linux specific features like namespaces with simpler code. B " "is not a drop-in replacement for B; they are different in the command " "line interface and output formats." msgstr "" #. type: Plain text #: debian-bookworm msgid "" "B uses Libsmartcols for output formatting and filtering. See the " "description of B<--output> option for customizing the output format, and B<--" "filter> option for filtering." msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "OPTIONS" msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-l>, B<--threads>" msgstr "" #. type: Plain text #: debian-bookworm msgid "List in threads level." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-J>, B<--json>" msgstr "" #. type: Plain text #: debian-bookworm msgid "Use JSON output format." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-n>, B<--noheadings>" msgstr "" #. type: Plain text #: debian-bookworm msgid "Don\\(cqt print headings." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-o>, B<--output> I" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Specify which output columns to print. See the B section for " "details of available columns." msgstr "" #. type: Plain text #: debian-bookworm msgid "" "The default list of columns may be extended if I is specified in the " "format I<+list> (e.g., B)." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-r>, B<--raw>" msgstr "" #. type: Plain text #: debian-bookworm msgid "Use raw output format." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<--notruncate>" msgstr "" #. type: Plain text #: debian-bookworm msgid "Don\\(cqt truncate text in columns." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-p>, B<--pid> I" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Collect information only for specified processes. I is a list of " "pids. A comma or whitespaces can be used as separators. You can use this " "option with B(1). See B." msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Both B<-Q> option with an expression including PID, e.g. -Q (PID == 1), and " "B<-p> option, e.g. -p 1, may print the same output but using B<-p> option is " "much more efficient because B<-p> option works at a much earlier stage of " "processing than the B<-Q> option." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-Q>, B<--filter> I" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Print only the files matching the condition represented by the I. See " "also B." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-C>, B<--counter> I