linux/[l-m]: add more information link (#6231)

beep
Lucas Gabriel Schneider 2021-08-16 07:34:01 -03:00 committed by GitHub
parent d27d2eff5a
commit 41db1d2380
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
60 changed files with 60 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# line
> Lee una única línea de entrada.
> Más información: <https://manned.org/line>.
- Lee una entrada:

View File

@ -1,6 +1,7 @@
# lsb_release
> Proporciona información específica de la distribución y LSB (Linux Standard Base).
> Más información: <https://manned.org/lsb_release>.
- Muestra toda la información disponible:

View File

@ -2,6 +2,7 @@
> Muestra el estado de los módulos cargados en el kernel de linux.
> Vease tambien `modprobe`, el cual carga módulos de kernel.
> Más información: <https://manned.org/lsmod>.
- Lista todos los módulos de kernel cargados:

View File

@ -1,6 +1,7 @@
# lsusb
> Muestra información sobre puertos y dispositivos USB.
> Más información: <https://manned.org/lsusb>.
- Lista todos los dispositivos USB disponibles:

View File

@ -2,6 +2,7 @@
> Mostra lo stato dei moduli del kernel Linux.
> Vedi anche `modprobe`, che carica i moduli del kernel.
> Maggiori informazioni: <https://manned.org/lsmod>.
- Elenca tutti i moduli del kernel attualmente caricati:

View File

@ -1,6 +1,7 @@
# lsusb
> Visualizza le informazioni su i bus USB e i dispositivi a loro connessi.
> Maggiori informazioni: <https://manned.org/lsusb>.
- Elenca tutti i dispositivi USB disponibili:

View File

@ -1,6 +1,7 @@
# modinfo
> Estrae le informazioni riguardarti un modulo del kernel Linux.
> Maggiori informazioni: <https://manned.org/modinfo>.
- Elenca tutti gli attributi di un modulo del kernel:

View File

@ -1,6 +1,7 @@
# modprobe
> Aggiunge o rimuove moduli del kernel Linux.
> Maggiori informazioni: <https://manned.org/modprobe>.
- Fa finta di carica un modulo nel kernel, ma non lo fa veramente:

View File

@ -2,6 +2,7 @@
> ലിനക്സ് കെർണൽ മൊഡ്യൂളുകളുടെ അവസ്ഥ കാണാൻ.
> ലിനക്സ് കെർണൽ മൊഡ്യൂൾ ലോഡ് ചെയ്യാൻ `modprobe` കാണുക.
> കൂടുതൽ വിവരങ്ങൾ: <https://manned.org/lsmod>.
- ഇപ്പോൾ ലോഡ് ചെയ്ത മൊഡ്യൂളുകൾ കാണിക്കുക:

View File

@ -2,6 +2,7 @@
> 将 macOS 样式的行尾更改为 Unix 样式。
> 用 CR 替换 LF.
> 更多信息: <https://waterlan.home.xs4all.nl/dos2unix.html>.
- 更改文件的行尾:

View File

@ -1,6 +1,7 @@
# lastb
> Show a listing of last logged in users.
> More information: <https://manned.org/lastb>.
- Show a list of all last logged in users:

View File

@ -1,6 +1,7 @@
# lastlog
> Show the most recent login of all users or of a given user.
> More information: <https://manned.org/lastlog>.
- Display the most recent login of all users:

View File

@ -1,6 +1,7 @@
# ldconfig
> Configure symlinks and cache for shared library dependencies.
> More information: <https://manned.org/ldconfig>.
- Update symlinks and rebuild the cache (usually run when a new library is installed):

View File

@ -1,6 +1,7 @@
# ldd
> Display shared library dependencies.
> More information: <https://manned.org/ldd>.
- Display shared library dependencies of a binary:

View File

@ -1,6 +1,7 @@
# light
> CLI to control the backlight of your screen.
> More information: <https://manned.org/light>.
- Get the current backlight value in percent:

View File

@ -1,6 +1,7 @@
# line
> Read a single line of input.
> More information: <https://manned.org/line>.
- Read input:

View File

@ -1,6 +1,7 @@
# locate
> Find filenames quickly.
> More information: <https://manned.org/locate>.
- Look for pattern in the database. Note: the database is recomputed periodically (usually weekly or daily):

View File

@ -1,6 +1,7 @@
# logger
> Add messages to syslog (/var/log/syslog).
> More information: <https://manned.org/logger>.
- Log a message to syslog:

View File

@ -1,6 +1,7 @@
# login
> Initiates a session for a user.
> More information: <https://manned.org/login>.
- Log in as a user:

View File

@ -1,6 +1,7 @@
# logwatch
> Summarizes many different logs for common services (e.g. apache, pam_unix, sshd, etc.) in a single report.
> More information: <https://manned.org/logwatch>.
- Analyze logs for a range of dates at a certain level of detail:

View File

@ -1,6 +1,7 @@
# losetup
> Set up and control loop devices.
> More information: <https://manned.org/losetup>.
- List loop devices with detailed info:

View File

@ -2,6 +2,7 @@
> A large file decompression program.
> See also `lrzip`, `lrztar`, `lrzuntar`.
> More information: <https://manned.org/lrunzip>.
- Decompress a file:

View File

@ -2,6 +2,7 @@
> A large file compression program.
> See also `lrunzip`, `lrztar`, `lrzuntar`.
> More information: <https://manned.org/lrzip>.
- Compress a file with LZMA - slow compression, fast decompression:

View File

@ -2,6 +2,7 @@
> A wrapper for `lrzip` to simplify compression of directories.
> See also: `tar`, `lrzuntar`, `lrunzip`.
> More information: <https://manned.org/lrztar>.
- Archive a directory with `tar`, then compress:

View File

@ -2,6 +2,7 @@
> A wrapper for `lrunzip` to simplify decompression of directories.
> See also: `lrztar`, `lrzip`.
> More information: <https://manned.org/lrzuntar>.
- Decompress from a file to the current directory:

View File

@ -1,6 +1,7 @@
# lsattr
> List file attributes on a Linux filesystem.
> More information: <https://manned.org/lsattr>.
- Display the attributes of the files in the current directory:

View File

@ -1,6 +1,7 @@
# lsb_release
> Provides certain LSB (Linux Standard Base) and distribution-specific information.
> More information: <https://manned.org/lsb_release>.
- Print all available information:

View File

@ -1,6 +1,7 @@
# lsblk
> Lists information about devices.
> More information: <https://manned.org/lsblk>.
- List all storage devices in a tree-like format:

View File

@ -1,6 +1,7 @@
# lscpu
> Displays information about the CPU architecture.
> More information: <https://manned.org/lscpu>.
- Display information about all CPUs:

View File

@ -1,6 +1,7 @@
# lshw
> List detailed information about hardware configurations as root user.
> More information: <https://manned.org/lshw>.
- Launch the GUI:

View File

@ -1,6 +1,7 @@
# lslocks
> List local system locks.
> More information: <https://manned.org/lslocks>.
- List all local system locks:

View File

@ -2,6 +2,7 @@
> Shows the status of Linux kernel modules.
> See also `modprobe`, which loads kernel modules.
> More information: <https://manned.org/lsmod>.
- List all currently loaded kernel modules:

View File

@ -1,6 +1,7 @@
# lspci
> List all PCI devices.
> More information: <https://manned.org/lspci>.
- Show a brief list of devices:

View File

@ -1,6 +1,7 @@
# lsscsi
> List SCSI devices (or hosts) and their attributes.
> More information: <https://manned.org/lspci>.
- List all SCSI devices:

View File

@ -1,6 +1,7 @@
# lsusb
> Display information about USB buses and devices connected to them.
> More information: <https://manned.org/lsusb>.
- List all the USB devices available:

View File

@ -2,6 +2,7 @@
> Manage Linux containers using the lxd REST API.
> Any container names or patterns can be prefixed with the name of a remote server.
> More information: <https://manned.org/lxc>.
- List local containers matching a string. Omit the string to list all local containers:

View File

@ -2,6 +2,7 @@
> Change macOS-style line endings to Unix-style.
> Replaces LF with CR.
> More information: <https://waterlan.home.xs4all.nl/dos2unix.html>.
- Change the line endings of a file:

View File

@ -1,6 +1,7 @@
# macchanger
> Command-line utility for manipulating network interface MAC addresses.
> More information: <https://manned.org/macchanger>.
- View the current and permanent MAC addresses of a interface:

View File

@ -1,6 +1,7 @@
# manpath
> Determine the search path for manual pages.
> More information: <https://manned.org/manpath>.
- Display the search path used to find man pages:

View File

@ -1,6 +1,7 @@
# mcookie
> Generates random 128-bit hexadecimal numbers.
> More information: <https://manned.org/mcookie>.
- Generate a random number:

View File

@ -1,6 +1,7 @@
# Medusa
> A modular and parallel login brute-forcer for a variety of protocols.
> More information: <https://manned.org/medusa>.
- Execute brute force against an FTP server using a file containing usernames and a file containing passwords:

View File

@ -1,6 +1,7 @@
# microcom
> A minimalistic terminal program, used to access remote devices via a serial, CAN or telnet connection from the console.
> More information: <https://manned.org/microcom>.
- Open a serial port using the specified baud rate:

View File

@ -1,6 +1,7 @@
# mimetype
> Automatically determine the MIME type of a file.
> More information: <https://manned.org/mimetype>.
- Print the MIME type of a given file:

View File

@ -1,6 +1,7 @@
# mke2fs
> Creates a Linux filesystem inside a partition.
> More information: <https://manned.org/mke2fs>.
- Create an ext2 filesystem in partition 1 of device b (`sdb1`):

View File

@ -1,6 +1,7 @@
# mkfs.cramfs
> Creates a ROM filesystem inside a partition.
> More information: <https://manned.org/mkfs.cramfs>.
- Create a ROM filesystem inside partition 1 on device b (`sdb1`):

View File

@ -1,6 +1,7 @@
# mkfs.exfat
> Creates an exfat filesystem inside a partition.
> More information: <https://manned.org/mkfs.exfat>.
- Create an exfat filesystem inside partition 1 on device b (`sdb1`):

View File

@ -1,6 +1,7 @@
# mkfs.ext4
> Creates an ext4 filesystem inside a partition.
> More information: <https://manned.org/mkfs.ext4>.
- Create an ext4 filesystem inside partition 1 on device b (`sdb1`):

View File

@ -1,6 +1,7 @@
# mkfs.fat
> Creates an MS-DOS filesystem inside a partition.
> More information: <https://manned.org/mkfs.fat>.
- Create a fat filesystem inside partition 1 on device b (`sdb1`):

View File

@ -2,6 +2,7 @@
> Build a Linux filesystem on a hard disk partition.
> This command is deprecated in favor of filesystem specific mkfs.<type> utils.
> More information: <https://manned.org/mkfs>.
- Build a Linux ext2 filesystem on a partition:

View File

@ -1,6 +1,7 @@
# mkfs.minix
> Creates a Minix filesystem inside a partition.
> More information: <https://manned.org/mkfs.minix>.
- Create a Minix filesystem inside partition 1 on device b (`sdb1`):

View File

@ -1,6 +1,7 @@
# mkfs.ntfs
> Creates a NTFS filesystem inside a partition.
> More information: <https://manned.org/mkfs.ntfs>.
- Create a NTFS filesystem inside partition 1 on device b (`sdb1`):

View File

@ -1,6 +1,7 @@
# mkfs.vfat
> Creates an MS-DOS filesystem inside a partition.
> More information: <https://manned.org/mkfs.vfat>.
- Create a vfat filesystem inside partition 1 on device b (`sdb1`):

View File

@ -2,6 +2,7 @@
> Create ISO files from directories.
> Also aliased as `genisoimage`.
> More information: <https://manned.org/mkisofs>.
- Create an ISO from a directory:

View File

@ -1,6 +1,7 @@
# mkswap
> Sets up a Linux swap area on a device or in a file.
> More information: <https://manned.org/mkswap>.
- Setup a given partition as swap area:

View File

@ -1,6 +1,7 @@
# modinfo
> Extract information about a Linux kernel module.
> More information: <https://manned.org/modinfo>.
- List all attributes of a kernel module:

View File

@ -1,6 +1,7 @@
# modprobe
> Add or remove modules from the Linux kernel.
> More information: <https://manned.org/modprobe>.
- Pretend to load a module into the kernel, but don't actually do it:

View File

@ -1,6 +1,7 @@
# mountpoint
> Test if a directory is a filesystem mountpoint.
> More information: <https://manned.org/mountpoint>.
- Check if a directory is a mountpoint:

View File

@ -1,6 +1,7 @@
# mpstat
> Report CPU statistics.
> More information: <https://manned.org/mpstat>.
- Display CPU statistics every 2 seconds:

View File

@ -1,6 +1,7 @@
# mssh
> GTK+ based SSH client for interacting with multiple SSH servers at once.
> More information: <https://manned.org/mssh>.
- Open a new window and connect to multiple SSH servers:

View File

@ -1,6 +1,7 @@
# mycli
> A CLI for MySQL, MariaDB, and Percona with auto-completion and syntax highlighting.
> More information: <https://manned.org/mycli>.
- Connect to a database with the currently logged in user: