attr(1) - extended attributes on XFS filesystem objects
getfattr(1) - get extended attributes of filesystem objects
setfattr(1) - set extended attributes of filesystem objects
attr_get(3) - get the value of a user attribute of a filesystem object
attr_list(3) - list the names of the user attributes of a filesystem object
attr_multi(3) - manipulate multiple user attributes on a filesystem object at once
attr_remove(3) - remove a user attribute of a filesystem object
attr_set(3) - set the value of a user attribute of a filesystem object
addr2line(1) - convert addresses or symbol+offset into file names and line numbers
ar(1) - create, modify, and extract from archives
as(1) - the portable GNU assembler.
c++filt(1) - demangle C++ and Java symbols
dlltool(1) - create files needed to build and use DLLs
elfedit(1) - update ELF header and program property of ELF files
gprof(1) - display call graph profile data
ld(1) - The GNU linker
nm(1) - list symbols from object files
objcopy(1) - copy and translate object files
objdump(1) - display information from object files
ranlib(1) - generate an index to an archive
readelf(1) - display information about ELF files
size(1) - list section sizes and total size of binary files
strings(1) - print the sequences of printable characters in files
strip(1) - discard symbols and other data from object files
windmc(1) - generates Windows message resources
windres(1) - manipulate Windows resources
18 страниц
blktrace (трассировщик ввода/вывода блочного уровня Linux)
blkparse(1) - produce formatted output of event streams of block devices
blkrawverify(1) - verifies an output file produced by blkparse
bno_plot(1) - generate interactive 3D plot of IO blocks and sizes
btt(1) - analyse block i/o traces produces by blktrace
iowatcher(1) - Create visualizations from blktrace results
verify_blkparse(1) - verifies an output file produced by blkparse
blkiomon(8) - monitor block device I/O based o blktrace data
blktrace(8) - generate traces of the i/o traffic on block devices
btrace(8) - perform live tracing for block devices
btrecord(8) - recreate IO loads recorded by blktrace
btreplay(8) - recreate IO loads recorded by blktrace
arch(1) - print machine hardware name (same as uname -m)
b2sum(1) - compute and check BLAKE2 message digest
base32(1) - base32 encode/decode data and print to standard output
base64(1) - base64 encode/decode data and print to standard output
basename(1) - strip directory and suffix from filenames
basenc(1) - Encode/decode data and print to standard output
cat(1) - concatenate files and print on the standard output
chcon(1) - change file security context
chgrp(1) - change group ownership
chmod(1) - change file mode bits
chown(1) - change file owner and group
chroot(1) - run command or interactive shell with special root directory
cksum(1) - compute and verify file checksums
comm(1) - compare two sorted files line by line
coreutils(1) - single binary for coreutils programs
cp(1) - copy files and directories
csplit(1) - split a file into sections determined by context lines
cut(1) - remove sections from each line of files
date(1) - print or set the system date and time
dd(1) - convert and copy a file
df(1) - report file system space usage
dir(1) - list directory contents
dircolors(1) - color setup for ls
dirname(1) - strip last component from file name
du(1) - estimate file space usage
echo(1) - display a line of text
env(1) - run a program in a modified environment
expand(1) - convert tabs to spaces
expr(1) - evaluate expressions
factor(1) - factor numbers
false(1) - do nothing, unsuccessfully
fmt(1) - simple optimal text formatter
fold(1) - wrap each input line to fit in specified width
groups(1) - print the groups a user is in
head(1) - output the first part of files
hostid(1) - print the numeric identifier for the current host
hostname(1) - set or print the name of the current host system
id(1) - print real and effective user and group IDs
install(1) - copy files and set attributes
join(1) - join lines of two files on a common field
kill(1) - send signals to processes, or list signals
link(1) - call the link function to create a link to a file
ln(1) - make links between files
logname(1) - print user´s login name
ls(1) - list directory contents
md5sum(1) - compute and check MD5 message digest
mkdir(1) - make directories
mkfifo(1) - make FIFOs (named pipes)
mknod(1) - make block or character special files
mktemp(1) - create a temporary file or directory
mv(1) - move (rename) files
nice(1) - run a program with modified scheduling priority
nl(1) - number lines of files
nohup(1) - run a command immune to hangups, with output to a non-tty
nproc(1) - print the number of processing units available
numfmt(1) - Convert numbers from/to human-readable strings
od(1) - dump files in octal and other formats
paste(1) - merge lines of files
pathchk(1) - check whether file names are valid or portable
pinky(1) - lightweight finger
pr(1) - convert text files for printing
printenv(1) - print all or part of environment
printf(1) - format and print data
ptx(1) - produce a permuted index of file contents
pwd(1) - print name of current/working directory
readlink(1) - print resolved symbolic links or canonical file names
realpath(1) - print the resolved path
rm(1) - remove files or directories
rmdir(1) - remove empty directories
runcon(1) - run command with specified security context
seq(1) - print a sequence of numbers
sha1sum(1) - compute and check SHA1 message digest
sha224sum(1) - compute and check SHA224 message digest
sha256sum(1) - compute and check SHA256 message digest
sha384sum(1) - compute and check SHA384 message digest
sha512sum(1) - compute and check SHA512 message digest
shred(1) - overwrite a file to hide its contents, and optionally delete it
shuf(1) - generate random permutations
sleep(1) - delay for a specified amount of time
sort(1) - sort lines of text files
split(1) - split a file into pieces
stat(1) - display file or file system status
stdbuf(1) - Run COMMAND, with modified buffering operations for its standard streams.
stty(1) - change and print terminal line settings
sum(1) - checksum and count the blocks in a file
sync(1) - Synchronize cached writes to persistent storage
tac(1) - concatenate and print files in reverse
tail(1) - output the last part of files
tee(1) - read from standard input and write to standard output and files
test(1) - check file types and compare values
timeout(1) - run a command with a time limit
touch(1) - change file timestamps
tr(1) - translate or delete characters
true(1) - do nothing, successfully
truncate(1) - shrink or extend the size of a file to the specified size
tsort(1) - perform topological sort
tty(1) - print the file name of the terminal connected to standard input
uname(1) - print system information
unexpand(1) - convert spaces to tabs
uniq(1) - report or omit repeated lines
unlink(1) - call the unlink function to remove the specified file
uptime(1) - tell how long the system has been running
users(1) - print the user names of users currently logged in to the current host
vdir(1) - list directory contents
wc(1) - print newline, word, and byte counts for each file
who(1) - show who is logged on
whoami(1) - print effective user name
yes(1) - output a string repeatedly until killed
cronnext(1) - time of next job cron will execute
crontab(1) - maintains crontab files for individual users
anacrontab(5) - configuration file for Anacron
crontab(5) - files used to schedule the execution of programs
anacron(8) - runs commands periodically
cron(8) - daemon to execute scheduled commands
crond(8) - daemon to execute scheduled commands
7 страниц
Cryptsetup ((открытый исходный код шифрования дисков))
cancel(1) - cancel jobs
cups(1) - a standards-based, open source printing system
cups-config(1) - get cups api, compiler, directory, and link information.
cupstestppd(1) - test conformance of ppd files
ippeveprinter(1) - an ipp everywhere printer application for cups
ippfind(1) - find internet printing protocol printers
ipptool(1) - perform internet printing protocol requests
lp(1) - print files
lpoptions(1) - display or set printer options and defaults
lpq(1) - show printer queue status
lpr(1) - print files
lprm(1) - cancel print jobs
lpstat(1) - print cups status information
ppdc(1) - cups ppd compiler (deprecated)
ppdhtml(1) - cups html summary generator (deprecated)
ppdi(1) - import ppd files (deprecated)
ppdmerge(1) - merge ppd files (deprecated)
ppdpo(1) - ppd message catalog generator (deprecated)
classes.conf(5) - class configuration file for cups
client.conf(5) - client configuration file for cups (deprecated on macos)
cupsd.conf(5) - server configuration file for cups
cupsd-logs(5) - cupsd log files (access_log, error_log, and page_log)
cups-files.conf(5) - file and directory configuration file for cups
cups-snmp.conf(5) - snmp configuration file for cups (deprecated)
ipptoolfile(5) - ipptool file format
mailto.conf(5) - configuration file for cups email notifier
mime.convs(5) - mime type conversion file for cups (deprecated)
mime.types(5) - mime type description file for cups
ppdcfile(5) - cups ppd compiler source file format (deprecated)
printers.conf(5) - printer configuration file for cups
subscriptions.conf(5) - subscription configuration file for cups
backend(7) - cups backend transmission interfaces
filter(7) - cups file conversion filter interface
ippevepcl(7) - pcl and postscript print commands for ippeveprinter
notifier(7) - cups notification interface
cupsaccept(8) - accept/reject jobs sent to a destination
cupsctl(8) - configure cupsd.conf options
cupsd(8) - cups scheduler
cupsd-helper(8) - cupsd helper programs (deprecated)
cupsenable(8) - stop/start printers and classes
cupsfilter(8) - convert a file to another format using cups filters (deprecated)
cups-lpd(8) - receive print jobs and report printer status to lpd clients (deprecated)
cups-snmp(8) - cups snmp backend (deprecated)
lpadmin(8) - configure cups printers and classes
lpc(8) - line printer control program (deprecated)
lpinfo(8) - show available devices or drivers (deprecated)
lpmove(8) - move a job or all jobs to a new destination
47 страниц
curl (командная строка и библиотека для передачи данных с помощью URL)
curl(1) - transfer a URL
curl-config(1) - Get information about a libcurl installation
mk-ca-bundle(1) - convert Mozilla's certificate bundle to PEM format
cmp(1) - compare two files byte by byte
diff(1) - compare files line by line
diff3(1) - compare three files line by line
sdiff(1) - side-by-side merge of file differences
dosfsck(8) - check and repair MS-DOS FAT filesystems
dosfslabel(8) - set or get MS-DOS filesystem label or volume ID
fatlabel(8) - set or get MS-DOS filesystem label or volume ID
fsck.fat(8) - check and repair MS-DOS FAT filesystems
fsck.msdos(8) - check and repair MS-DOS FAT filesystems
fsck.vfat(8) - check and repair MS-DOS FAT filesystems
mkdosfs(8) - create an MS-DOS FAT filesystem
mkfs.fat(8) - create an MS-DOS FAT filesystem
mkfs.msdos(8) - create an MS-DOS FAT filesystem
mkfs.vfat(8) - create an MS-DOS FAT filesystem
chattr(1) - change file attributes on a Linux file system
fuse2fs(1) - FUSE file system client for ext2/ext3/ext4 file systems
lsattr(1) - list ext2/ext3/ext4 file attributes
e2fsck.conf(5) - Configuration file for e2fsck
ext4(5) - the second extended file system
mke2fs.conf(5) - Configuration file for mke2fs
badblocks(8) - search a device for bad blocks
debugfs(8) - ext2/ext3/ext4 file system debugger
dumpe2fs(8) - dump ext2/ext3/ext4 file system information
e2freefrag(8) - report free space fragmentation information
e2fsck(8) - check a Linux ext2/ext3/ext4 file system
e2image(8) - Save critical ext2/ext3/ext4 file system metadata to a file
e2label(8) - Change the label on an ext2/ext3/ext4 file system
e2mmpstatus(8) - Check MMP status of an ext4 file system
e2undo(8) - Replay an undo log for an ext2/ext3/ext4 file system
e4crypt(8) - ext4 file system encryption utility
e4defrag(8) - online defragmenter for ext4 file system
filefrag(8) - report on file fragmentation
fsck(8) - check and repair a Linux file system
logsave(8) - save the output of a command in a logfile
mke2fs(8) - create an ext2/ext3/ext4 file system
mklost+found(8) - create a lost+found directory on a mounted ext2/ext3/ext4 file system
resize2fs(8) - ext2/ext3/ext4 file system resizer
tune2fs(8) - adjust tunable file system parameters on ext2/ext3/ext4 file systems
24 страницы
ethtool (утилита для управления сетевыми драйверами и оборудованием)
find(1) - search for files in a directory hierarchy
locate(1) - list files in databases that match a pattern
updatedb(1) - update a file name database
xargs(1) - build and execute command lines from standard input
firecfg(1) - Desktop integration utility for Firejail software.
firejail(1) - Linux namespaces sandbox program
firemon(1) - Monitoring program for processes started in a Firejail sandbox.
jailcheck(1) - Simple utility program to test running sandboxes
firejail-login(5) - Login file syntax for Firejail
firejail-profile(5) - Security profile file syntax, and information about building new application profiles.
firejail-users(5) - Firejail user access database
7 страниц
flatpak (инструмент для разработки и распространения приложений для настольных систем Linux)
cpp(1) - The C Preprocessor
g++(1) - GNU project C and C++ compiler
gcc(1) - GNU project C and C++ compiler
gcov(1) - coverage testing tool
gcov-dump(1) - offline gcda and gcno profile dump tool
gcov-tool(1) - offline gcda profile processing tool
gfortran(1) - GNU Fortran compiler
gcore(1) - Generate a core file of a running program
gdb(1) - The GNU Debugger
gdb-add-index(1) - Add index files to speed up GDB
gdbserver(1) - Remote Server for the GNU Debugger
gdbinit(5) - GDB initialization scripts
autopoint(1) - copies standard gettext infrastructure
envsubst(1) - substitutes environment variables in shell format strings
gettext(1) - translate message
gettextize(1) - install or upgrade gettext infrastructure
msgattrib(1) - attribute matching and manipulation on message catalog
msgcat(1) - combines several message catalogs
msgcmp(1) - compare message catalog and template
msgcomm(1) - match two message catalogs
msgconv(1) - character set conversion for message catalog
msgen(1) - create English message catalog
msgexec(1) - process translations of message catalog
msgfilter(1) - edit translations of message catalog
msgfmt(1) - compile message catalog to binary format
msggrep(1) - pattern matching on message catalog
msginit(1) - initialize a message catalog
msgmerge(1) - merge message catalog and template
msgunfmt(1) - uncompile message catalog from binary format
msguniq(1) - unify duplicate translations in message catalog
ngettext(1) - translate message and choose plural form
recode-sr-latin(1) - convert Serbian text from Cyrillic to Latin script
xgettext(1) - extract gettext strings from source
bindtextdomain(3) - set directory containing message catalogs
bind_textdomain_codeset(3) - set encoding of message translations
dcgettext(3) - translate message
dcngettext(3) - translate message and choose plural form
dgettext(3) - translate message
dngettext(3) - translate message and choose plural form
gettext(3) - translate message
ngettext(3) - translate message and choose plural form
textdomain(3) - set domain for future gettext() calls
derb(1) - disassemble a resource bundle
genbrk(1) - Compiles ICU break iteration rules source files into binary data files
gencfu(1) - Generates Unicode Confusable data files
gencnval(1) - compile the converters aliases file
gendict(1) - Compiles word list into ICU string trie dictionary
genrb(1) - compile a resource bundle
icuexportdata(1) - Writes text files with Unicode properties data from ICU.
makeconv(1) - compile a converter table
pkgdata(1) - package data for use by ICU
uconv(1) - convert data from one encoding to another
genccode(8) - generate C or platform specific assembly code from an ICU data file.
gencmn(8) - generate an ICU memory-mappable data file
gensprep(8) - compile StringPrep data from files filtered by filterRFC3454.pl
icupkg(8) - extract or modify an ICU .dat archive
fsnotifywait(1) - wait for changes to files using inotify or fanotify
fsnotifywatch(1) - gather filesystem access statistics using inotify or fanotify
inotifywait(1) - wait for changes to files using inotify or fanotify
inotifywatch(1) - gather filesystem access statistics using inotify or fanotify
arping(8) - send ARP REQUEST to a neighbour host
clockdiff(8) - measure clock difference between hosts
ping(8) - send ICMP ECHO_REQUEST to network hosts
tracepath(8) - traces path to a network host discovering MTU along this path
4 страницы
kbd (инструменты Linux для управления клавиатурой)
chvt(1) - change foreground virtual terminal
deallocvt(1) - deallocate unused virtual consoles
dumpkeys(1) - dump keyboard translation tables
fgconsole(1) - print the number of the active VT.
kbdinfo(1) - read information about keyboard state
kbd_mode(1) - report or set the keyboard mode
loadkeys(1) - load keyboard translation tables
openvt(1) - start a program on a new virtual terminal (VT).
psfaddtable(1) - add a Unicode character table to a console font
psfgettable(1) - extract the embedded Unicode character table from a console font
psfstriptable(1) - remove the embedded Unicode character table from a console font
psfxtable(1) - handle Unicode character tables for console fonts
setleds(1) - set the keyboard leds
setmetamode(1) - define the keyboard meta key handling
showkey(1) - examine the codes sent by the keyboard
unicode_start(1) - put keyboard and console in unicode mode
unicode_stop(1) - revert keyboard and console from unicode mode
vlock(1) - Virtual Console lock program
keymaps(5) - keyboard table descriptions for loadkeys and dumpkeys
getkeycodes(8) - print kernel scancode-to-keycode mapping table
kbdrate(8) - reset the keyboard repeat rate and delay time
loadunimap(8) - load the kernel unicode-to-font mapping table
mapscrn(8) - load screen output mapping table
resizecons(8) - change kernel idea of the console size
setfont(8) - load EGA/VGA console screen font
setkeycodes(8) - load kernel scancode-to-keycode mapping table entries
setvtrgb(8) - set the virtual terminal RGB colors
showconsolefont(8) - Show the current EGA/VGA console screen font
depmod.d(5) - Configuration directory for depmod
modprobe.d(5) - Configuration directory for modprobe
modules.dep(5) - Module dependency information
modules.dep.bin(5) - Module dependency information
depmod(8) - Generate modules.dep and map files.
insmod(8) - Simple program to insert a module into the Linux Kernel
kmod(8) - Program to manage Linux Kernel modules
lsmod(8) - Show the status of modules in the Linux Kernel
modinfo(8) - Show information about a Linux Kernel module
modprobe(8) - Add and remove modules from the Linux Kernel
rmmod(8) - Simple program to remove a module from the Linux Kernel
abicompat(1) - check ABI compatibility
abidb(1) - check binary against abixml corpus and/or submit new data
abidiff(1) - compare ABIs of ELF files
abidw(1) - serialize the ABI of an ELF file
abilint(1) - validate an abigail ABI representation
abipkgdiff(1) - compare ABIs of ELF files in software packages
fedabipkgdiff(1) - compare ABIs of Fedora packages
kmidiff(1) - compare KMIs of Linux Kernel trees
libabigail(7) - Library to analyze and compare ELF ABIs
sctp_bindx(3) - Add or remove bind addresses on a socket.
sctp_connectx(3) - initiate a connection on an SCTP socket using multiple destination addresses.
sctp_getladdrs(3) - Returns all locally bound addresses on a socket.
sctp_getpaddrs(3) - Returns all peer addresses in an association.
sctp_opt_info(3) - Get options on a SCTP socket.
sctp_peeloff(3) - Branch off an association into a separate socket.
sctp_recvmsg(3) - Receive a message from a SCTP socket.
sctp_recvv(3) - Receive a message from a SCTP socket with an extensible way.
sctp_send(3) - Send a message from a SCTP socket.
sctp_sendmsg(3) - Send a message from a SCTP socket.
sctp_sendv(3) - Send messages from a SCTP socket with an extensible way.
sctp(7) - SCTP protocol.
lvm.conf(5) - Configuration file for LVM2
lvmautoactivation(7) - LVM autoactivation
lvmcache(7) - LVM caching
lvmraid(7) - LVM RAID
lvmreport(7) - LVM reporting and related features
lvmsystemid(7) - LVM system ID
lvmthin(7) - LVM thin provisioning
lvmvdo(7) - Support for Virtual Data Optimizer in LVM
blkdeactivate(8) - utility to deactivate block devices
cmirrord(8) - cluster mirror log daemon
dmeventd(8) - mapper event daemon
dmfilemapd(8) - mapper filemap monitoring daemon
dmsetup(8) - low level logical volume management
dmstats(8) - mapper statistics management
fsadm(8) - utility to resize or check filesystem on a device
lvchange(8) - Change the attributes of logical volume(s)
lvconvert(8) - Change logical volume layout
lvcreate(8) - Create a logical volume
lvdisplay(8) - Display information about a logical volume
lvextend(8) - Add space to a logical volume
lvm(8) - LVM2 tools
lvm-config(8) - Display and manipulate configuration information
lvmconfig(8) - Display and manipulate configuration information
lvmdbusd(8) - Bus daemon
lvmdevices(8) - Manage the devices file
lvmdiskscan(8) - List devices that may be used as physical volumes
lvmdump(8) - create lvm2 information dumps for diagnostic purposes
lvm-dumpconfig(8) - Display and manipulate configuration information
lvm-fullreport(8) - Display full report
lvm_import_vdo(8) - utility to import VDO volumes into a new volume group.
lvmlockctl(8) - Control for lvmlockd
lvmlockd(8) - LVM locking daemon
lvm-lvpoll(8) - Continue already initiated poll operation on a logical volume
lvmpolld(8) - LVM poll daemon
lvmsadc(8) - LVM system activity data collector
lvmsar(8) - LVM system activity reporter
lvreduce(8) - Reduce the size of a logical volume
lvremove(8) - Remove logical volume(s) from the system
lvrename(8) - Rename a logical volume
lvresize(8) - Resize a logical volume
lvs(8) - Display information about logical volumes
lvscan(8) - List all logical volumes in all volume groups
pvchange(8) - Change attributes of physical volume(s)
pvck(8) - Check metadata on physical volumes
pvcreate(8) - Initialize physical volume(s) for use by LVM
pvdisplay(8) - Display various attributes of physical volume(s)
pvmove(8) - Move extents from one physical volume to another
pvremove(8) - Remove LVM label(s) from physical volume(s)
pvresize(8) - Resize physical volume(s)
pvs(8) - Display information about physical volumes
pvscan(8) - List all physical volumes
vgcfgbackup(8) - Backup volume group configuration(s)
vgcfgrestore(8) - Restore volume group configuration
vgchange(8) - Change volume group attributes
vgck(8) - Check the consistency of volume group(s)
vgconvert(8) - Change volume group metadata format
vgcreate(8) - Create a volume group
vgdisplay(8) - Display volume group information
vgexport(8) - Unregister volume group(s) from the system
vgextend(8) - Add physical volumes to a volume group
vgimport(8) - Register exported volume group with system
vgimportclone(8) - Import a VG from cloned PVs
vgimportdevices(8) - Add devices for a VG to the devices file.
vgmerge(8) - Merge volume groups
vgmknodes(8) - Create the special files for volume group devices in /dev
vgreduce(8) - Remove physical volume(s) from a volume group
vgremove(8) - Remove volume group(s)
vgrename(8) - Rename a volume group
vgs(8) - Display information about volume groups
vgscan(8) - Search for all volume groups
vgsplit(8) - Move physical volumes into a new or existing volume group
apropos(1) - search the manual page names and descriptions
lexgrog(1) - parse header information in man pages
man(1) - an interface to the system reference manuals
manconv(1) - convert manual page from one encoding to another
manpath(1) - determine search path for manual pages
man-recode(1) - convert manual pages to another encoding
whatis(1) - display one-line manual page descriptions
zsoelim(1) - satisfy .so requests in roff input
manpath(5) - format of the /usr/local/etc/man_db.conf file
accessdb(8) - dumps the content of a man-db database in a human readable format
catman(8) - create or update the pre-formatted manual pages
mandb(8) - create or update the manual page index caches
12 страниц
END_OF_DOCUMENT_MARKER
man-pages (Документация интерфейса пользователя ядра Linux и библиотеки C)
aria_chk(1) - Aria table-maintenance utility
aria_dump_log(1) - Dump content of Aria log pages.
aria_ftdump(1) - display full-text index information
aria_pack(1) - generate compressed, read-only Aria tables
aria_read_log(1) - display Aria log file contents
aria_s3_copy(1) - Copy an Aria table to and from s3
comp_err(1) - compile MariaDB error message file
galera_new_cluster(1) - starting a new Galera cluster
galera_recovery(1) - recover from non-graceful shutdown
innochecksum(1) - offline InnoDB file checksum utility
mariabackup(1) - Backup tool
mariadb-conv(1) - character set conversion utility for MariaDB
mariadb-service-convert(1) - generate a mariadb.service file based on the current mysql/mariadb settings
mbstream(1) - Serialize/deserialize files in the XBSTREAM format
msql2mysql(1) - convert mSQL programs for use with MySQL
myisamchk(1) - MyISAM table-maintenance utility
myisam_ftdump(1) - display full-text index information
myisamlog(1) - display MyISAM log file contents
myisampack(1) - generate compressed, read-only MyISAM tables
my_print_defaults(1) - display options from option files
myrocks_hotbackup(1) - streaming backup for MariaDB MyRocks
my_safe_process(1) - Utility program that encapsulates process creation, monitoring and bulletproof process cleanup
mysql(1) - the MariaDB command-line tool (mysql is now a symlink to mariadb)
mysqlaccess(1) - client for checking access privileges (mysqlaccess is now a symlink to mariadb-access)
mysqladmin(1) - client for administering a MariaDB server (mysqladmin is now a symlink to mariadb-admin)
mysqlbinlog(1) - utility for processing binary log files (mysqlbinlog is now a symlink to mariadb-binlog)
mysqlcheck(1) - a table maintenance program (mysqlcheck is now a symlink to mariadb-check)
mysql_client_test(1) - test client API (mysql_client_test is now a symlink to mariadb-client-test)
mysql_client_test_embedded(1) - test client API (mysql_client_test is now a symlink to mariadb-client-test)
mysql_config(1) - get compile options for compiling clients
mysql_convert_table_format(1) - convert tables to use a given storage engine (mysql_convert_table_format is now a symlink to mariadb-convert-table-format)
mysqld_multi(1) - manage multiple MariaDB servers (mysqld_multi is now a symlink to mariadbd-multi)
mysqld_safe(1) - MariaDB server startup script (mysqld_safe is now a symlink to mariadbd-safe)
mysqld_safe_helper(1) - helper script (mysqld_safe_helper is now a symlink to mariadbd-safe-helper)
mysqldump(1) - a database backup program (mysqldump is now a symlink to mariadb-dump)
mysqldumpslow(1) - Summarize slow query log files (mysqldumpslow is now a symlink to mariadb-dumpslow)
mysql_embedded(1) - the MariaDB command-line tool (mysql is now a symlink to mariadb)
mysql_find_rows(1) - extract SQL statements from files (mysql_find_rows is now a symlink to mariadb-find-rows)
mysql_fix_extensions(1) - normalize table file name extensions (mysql_fix_extensions is now a symlink to mariadb-fix-extensions)
mysqlhotcopy(1) - a database backup program (mysqlhotcopy is now a symlink to mariadb-hotcopy)
mysqlimport(1) - a data import program (mysqlimport is now a symlink to mariadb-import)
mysql_install_db(1) - initialize MariaDB data directory (mysql_install_db is now a symlink to mariadb-install-db)
mysql_ldb(1) - RocksDB tool (mysql_ldb is now a symlink to mariadb-ldb)
mysql_plugin(1) - configure MariaDB server plugins (mysql_plugin is now a symlink to mariadb-plugin)
mysql_secure_installation(1) - improve MariaDB installation security (mysql_secure_installation is now a symlink to mariadb-secure-installation)
mysql.server(1) - MariaDB server startup script
mysql_setpermission(1) - interactively set permissions in grant tables (mysql_setpermission is now a symlink to mariadb-setpermission)
mysqlshow(1) - display database, table, and column information (mysqlshow is now a symlink to mariadb-show)
mysqlslap(1) - load emulation client (mysqlslap is now a symlink to mariadb-slap)
mysql-stress-test.pl(1) - server stress test program
mysqltest(1) - program to run test cases (mysqltest is now a symlink to mariadb-test)
mysqltest_embedded(1) - program to run test cases (mysqltest is now a symlink to mariadb-test)
mysql-test-run.pl(1) - run MariaDB test suite
mysql_tzinfo_to_sql(1) - load the time zone tables (mysql_tzinfo_to_sql is now a symlink to mariadb-tzinfo-to-sql)
mysql_upgrade(1) - check tables for MariaDB upgrade (mysql_upgrade is now a symlink to mariadb-upgrade)
mysql_waitpid(1) - kill process and wait for its termination (mysql_waitpid is now a symlink to mariadb-waitpid)
mytop(1) - display MariaDB server performance info like 'top'
perror(1) - explain error codes
replace(1) - a string-replacement utility
resolveip(1) - resolve host name to IP address or vice versa
resolve_stack_dump(1) - resolve numeric stack trace dump to symbols
wsrep_sst_common(1) - common command line parser to be sourced by other SST scripts
wsrep_sst_mariabackup(1) - mariabackup-based state snapshot transfer
wsrep_sst_mysqldump(1) - mysqldump-based state snapshot transfer
wsrep_sst_rsync(1) - rsync-based state snapshot transfer
wsrep_sst_rsync_wan(1) - rsync_wan (rsync with delta transfers)-based state snapshot transfer
mysqld(8) - the MariaDB server (mysqld is now a symlink to mariadbd)
67 страниц
mdadm (Инструмент для управления массивами md в Linux)
ascii-xfr(1) - upload/download files using the ASCII protocol
minicom(1) - friendly serial communication program
runscript(1) - script interpreter for minicom
xminicom(1) - friendly serial communication program
dnsdomainname(1) - show or set the system's host name
domainname(1) - show or set the system's host name
hostname(1) - show or set the system's host name
nisdomainname(1) - show or set the system's host name
ypdomainname(1) - show or set the system's host name
ethers(5) - Ethernet address to IP number database
arp(8) - manipulate the system ARP cache
ifconfig(8) - configure a network interface
ipmaddr(8) - adds, changes, deletes, and displays multicast addresses
iptunnel(8) - creates, changes, deletes, and displays configured tunnels
mii-tool(8) - view, manipulate media-independent interface status
nameif(8) - name network interfaces based on MAC addresses
netstat(8) - Print network connections, routing tables, interface statistics, masquerade connections, and multicast memberships
plipconfig(8) - fine tune PLIP device parameters
rarp(8) - manipulate the system RARP table
route(8) - show / manipulate the IP routing table
slattach(8) - attach a network interface to a serial line
exports(5) - NFS server export table
nfs(5) - fstab format and options for the nfs file systems
nfs.conf(5) - general configuration for NFS daemons and tools
nfsmount.conf(5) - Configuration file for NFS mounts
nfsrahead(5) - Configure the readahead for NFS mounts
nfsd(7) - special filesystem for controlling Linux NFS server
nfs.systemd(7) - managing NFS services through systemd.
blkmapd(8) - pNFS block layout mapping daemon
exportd(8) - NFSv4 Server Mount Daemon
exportfs(8) - maintain table of exported NFS file systems
gssd(8) - RPCSEC_GSS daemon
idmapd(8) - > Name Mapper
mountd(8) - NFS mount daemon
mount.nfs(8) - mount a Network File System
mountstats(8) - Displays various NFS client per-mount statistics
nfsconf(8) - Query various NFS configuration settings
nfsd(8) - NFS server process
nfsdcld(8) - NFSv4 Client Tracking Daemon
nfsdclddb(8) - Tool for manipulating the nfsdcld sqlite database
nfsdclnts(8) - print various nfs client information for knfsd server.
nfsdcltrack(8) - NFSv4 Client Tracking Callout Program
nfsidmap(8) - The NFS idmapper upcall program
nfsiostat(8) - Emulate iostat for NFS mount points using /proc/self/mountstats
nfsref(8) - manage NFS referrals
nfsstat(8) - list NFS statistics
rpcctl(8) - Displays SunRPC connection information
rpcdebug(8) - set and clear NFS and RPC kernel debug flags
showmount(8) - show mount information for an NFS server
sm-notify(8) - send reboot notifications to NFS peers
statd(8) - NSM service daemon
svcgssd(8) - server-side rpcsec_gss daemon
umount.nfs(8) - unmount a Network File System
32 страницы
nitrocli (инструмент командной строки для взаимодействия с устройствами Nitrokey)
numa(3) - NUMA policy library
memhog(8) - Allocates memory with policy for testing
migratepages(8) - Migrate the physical location a processes pages
migspeed(8) - Test the speed of page migration
numactl(8) - Control NUMA policy for processes or shared memory
numastat(8) - Show per-NUMA-node memory statistics for processes and the operating system
ocount(1) - Event counting tool for Linux
opannotate(1) - produce source or assembly annotated with profile data
oparchive(1) - produce archive of oprofile data for offline analysis
op-check-perfevents(1) - checks for kernel perf pmu support
operf(1) - Performance profiler tool for Linux
opgprof(1) - produce gprof-format profile data
ophelp(1) - list OProfile events
opimport(1) - converts sample database files
opjitconv(1) - convert jit dump file to an ELF
opreport(1) - produce symbol or binary image summaries
oprofile(1) - a statistical profiler for Linux systems, capable of profiling all running code at low overhead; also included is a set of post-profiling analysis tools, as well as a simple event counting tool
11 страниц
Открытая виртуальная сеть (Дэмоны для Open vSwitch, которые переводят конфигурации виртуальных сетей в OpenFlow)
ovsdb-client(1) - command-line interface to ovsdb-server(1)
ovsdb-idlc(1) - Open vSwitch IDL (Interface Definition Language) compiler
ovsdb-server(1) - Open vSwitch database server
ovsdb-tool(1) - Open vSwitch database management utility
ovs-pcap(1) - print packets from a pcap file as hex
ovs-sim(1) - Open vSwitch simulator environment
ovs-tcpundump(1) - convert "tcpdump -xx" output to hex strings
ovsdb(5) - Open vSwitch Database (File Formats)
ovsdb.local-config(5) - Local_Config database schema
ovsdb-server(5) - _Server database schema
ovs-vswitchd.conf.db(5) - Open_vSwitch database schema
vtep(5) - hardware_vtep database schema
ovs-actions(7) - OpenFlow actions and instructions with Open vSwitch extensions
ovsdb(7) - Open vSwitch Database (Overview)
ovsdb-server(7) - Open vSwitch Database Server Protocol
ovs-fields(7) - protocol header fields in OpenFlow and Open vSwitch
ovs-appctl(8) - utility for configuring running Open vSwitch daemons
ovs-bugtool(8) - Open vSwitch bug reporting utility
ovs-ctl(8) - OVS startup helper script
ovs-dpctl(8) - administer Open vSwitch datapaths
ovs-dpctl-top(8) - Top like behavior for ovs-dpctl dump-flows
ovs-kmod-ctl(8) - OVS startup helper script for loading kernel modules
ovs-l3ping(8) - check network deployment for L3 tunneling problems
ovs-ofctl(8) - administer OpenFlow switches
ovs-parse-backtrace(8) - parses ovs-appctl backtrace output
ovs-pki(8) - OpenFlow public key infrastructure management utility
ovs-tcpdump(8) - Dump traffic from an Open vSwitch port using tcpdump
ovs-test(8) - Check Linux drivers for performance, vlan and L3 tunneling problems
ovs-testcontroller(8) - simple OpenFlow controller for testing
ovs-vlan-test(8) - Check Linux drivers for problems with vlan traffic
ovs-vsctl(8) - utility for querying and configuring ovs-vswitchd
ovs-vswitchd(8) - Open vSwitch daemon
vtep-ctl(8) - utility for querying and configuring a VTEP database
pci.ids(5) - list of known identifiers related to PCI devices
pcilib(7) - a library for accessing PCI devices
lspci(8) - list all PCI devices
pcilmr(8) - margin PCIe Links
setpci(8) - configure PCI devices
update-pciids(8) - download new version of the PCI ID list
autofsd-probe(1) - probe AutoFS mount/unmount daemon
chkhelp(1) - check performance metrics help text files
collectl2pcp(1) - import collectl data to a PCP archive
dbpmda(1) - debugger for Performance Co-Pilot PMDAs
dbprobe(1) - database response time and availability information
find-filter(1) - fine-grained file selection based on time attributes
ganglia2pcp(1) - import ganglia data and create a PCP archive
genpmda(1) - Performance Co-Pilot PMDA Generator
indomcachectl(1) - manage instance domain cache files
iostat2pcp(1) - import iostat data and create a PCP archive
mkaf(1) - create a Performance Co-Pilot archive folio
mrtg2pcp(1) - import MRTG data and create a PCP archive
newhelp(1) - generate a performance metrics help database
pcp(1) - run a command or summarize an installation
pcp2arrow(1) - pcp-to-arrow metrics exporter
pcp2csv(1) - performance metrics reporter
pcp2elasticsearch(1) - pcp-to-elasticsearch metrics exporter
pcp2graphite(1) - pcp-to-graphite metrics exporter
pcp2influxdb(1) - pcp-to-influxdb metrics exporter
pcp2json(1) - pcp-to-json metrics exporter
pcp2openmetrics(1) - pcp-to-openmetrics exporter
pcp2spark(1) - pcp-to-spark metrics exporter
pcp2template(1) - pcp-to-XXX metrics exporter
pcp2xlsx(1) - pcp-to-xlsx metrics exporter
pcp2xml(1) - pcp-to-xml metrics exporter
pcp2zabbix(1) - pcp-to-zabbix metrics exporter
pcp-atop(1) - Advanced System and Process Monitor
pcp-atopsar(1) - Advanced System Activity Report (pcp-atop related)
pcp-buddyinfo(1) - Report statistics for buddy algorithm shown in cat /proc/buddyinfo
pcp-check(1) - manage the configuration of optional PCP components
pcpcompat(1) - backward-compatibility in the Performance Co-Pilot (PCP)
pcp-dmcache(1) - report on logical storage device caches
pcp-dstat(1) - versatile tool for generating system resource statistics
pcp-free(1) - report on free and used memory in the system
pcp-geolocate(1) - discover collector system geographical labels
pcpintro(1) - introduction to the Performance Co-Pilot (PCP)
pcp-iostat(1) - report block I/O statistics
pcp-ipcs(1) - provide information on IPC facilities
pcp-kube-pods(1) - list Kubernetes pods to scan for running PCP services
pcp-meminfo(1) - Report statistics for System Memory.
pcp-mpstat(1) - Report CPU and interrupt related statistics.
pcp-netstat(1) - Report statistics for different network protocols and network interfaces.
pcp-numastat(1) - report on NUMA memory allocation
pcp-pidstat(1) - Report statistics for Linux tasks.
pcp-ps(1) - Report statistics for Linux Process.
pcp-python(1) - run a python script using a preferred python variant
pcp-reboot-init(1) - Performance Co-Pilot helper script after system reboot
pcp-shping(1) - report on shell service availability and response
pcp-slabinfo(1) - Report statistics for kernel slab allocator statistics
pcp-ss(1) - report socket statistics
pcp-tapestat(1) - report tape I/O statistics
pcp-uptime(1) - tell how long the system has been running
pcp-verify(1) - verify aspects of a PCP installation
pcp-zoneinfo(1) - Report NUMA zone statistics
perfalloc(1) - notify pmdaperfevent(1) to disable hardware counter allocation.
pmafm(1) - Performance Co-Pilot archive folio manager
pmcd(1) - performance metrics collector daemon
pmcd_wait(1) - wait for PMCD to accept client connections
pmchart(1) - strip chart tool for Performance Co-Pilot
pmclient(1) - a simple performance metrics client
pmconfig(1) - Performance Co-Pilot configuration parameters
pmcpp(1) - simple preprocessor for the Performance Co-Pilot
pmdaactivemq(1) - ActiveMQ performance metrics domain agent (PMDA)
pmdaapache(1) - Apache2 web server performance metrics domain agent (PMDA)
pmdabash(1) - Bourne-Again SHell trace performance metrics domain agent
pmdabcc(1) - BCC PMDA
pmdabind2(1) - BIND performance metrics domain agent (PMDA)
pmdabonding(1) - Linux bonded interface performance metrics domain agent (PMDA)
pmdabpf(1) - eBPF PMDA
pmdabpftrace(1) - bpftrace PMDA
pmdacifs(1) - Common Internet Filesystem (CIFS) PMDA
pmdacisco(1) - Cisco router performance metrics domain agent (PMDA)
pmdadbping(1) - database response time and availability PMDA
pmdadenki(1) - metrics related to the systems electrical consumption
pmdadm(1) - Device Mapper PMDA
pmdadocker(1) - docker performance metrics domain agent (PMDA)
pmdads389(1) - 389 Directory Server PMDA
pmdads389log(1) - 389 Directory Server Log PMDA
pmdaelasticsearch(1) - elasticsearch performance metrics domain agent (PMDA)
pmdafarm(1) - Seagate FARM Log PMDA
pmdagfs2(1) - Global Filesystem v2 (GFS2) PMDA
pmdagluster(1) - Gluster Filesystem PMDA
pmdagpfs(1) - gpfs filesystem statistics performance metrics domain agent (PMDA)
pmdahacluster(1) - High Availability Cluster PMDA
pmdahaproxy(1) - HAProxy PMDA
pmdaib(1) - Infiniband performance metrics domain agent (PMDA)
pmdajbd2(1) - journal block device (JBD) performance metrics domain agent (PMDA)
pmdajson(1) - JSON PMDA
pmdakernel(1) - operating system kernel performance metrics domain agents
pmdakvm(1) - Linux virtualization performance metrics domain agent (PMDA)
pmdalibvirt(1) - libvirt PMDA
pmdalio(1) - Linux LIO subsystem PMDA
pmdalmsensors(1) - Linux hardware monitoring performance metrics domain agent (PMDA)
pmdalogger(1) - log file performance metrics domain agent (PMDA)
pmdalustre(1) - lustre filesystem statistics performance metrics domain agent (PMDA)
pmdalustrecomm(1) - Lustre filesystem comms performance metrics domain agent (PMDA)
pmdamailq(1) - mail queue performance metrics domain agent (PMDA)
pmdamemcache(1) - memcached performance metrics domain agent (PMDA)
pmdamic(1) - MIC card PMDA
pmdammv(1) - memory mapped values performance metrics domain agent (PMDA)
pmdamongodb(1) - MongoDB database metrics
pmdamounts(1) - filesystem mounts performance metrics domain agent (PMDA)
pmdamssql(1) - Microsoft SQL Server database PMDA
pmdamysql(1) - MySQL and MariaDB database PMDA
pmdanetcheck(1) - netcheck PMDA
pmdanetfilter(1) - Linux netfilter IP connection tracking performance metrics domain agent (PMDA)
pmdanfsclient(1) - NFS client statistics performance metrics domain agent (PMDA)
pmdanginx(1) - nginx performance metrics domain agent (PMDA)
pmdanutcracker(1) - NutCracker performance metrics domain agent (PMDA)
pmdanvidia(1) - nvidia gpu metrics domain agent (PMDA)
pmdaopenmetrics(1) - OpenMetrics PMDA
pmdaopenvswitch(1) - OpenvSwitch PMDA
pmdaoracle(1) - Oracle database PMDA
pmdaoverhead(1) - performance metrics domain agent (PMDA) exporting resource consumption metrics for groups of processes
pmdaperfevent(1) - hardware performance counter performance metrics domain agent (PMDA)
pmdapipe(1) - command output capture performance metrics domain agent (PMDA)
pmdapodman(1) - podman container performance metrics domain agent (PMDA)
pmdapostfix(1) - Postfix performance metrics domain agent (PMDA)
pmdapostgresql(1) - PostgreSQL database PMDA
pmdaproc(1) - process performance metrics domain agent (PMDA)
pmdarabbitmq(1) - Rabbit Message Queue subsystem PMDA
pmdaredis(1) - Redis performance metrics domain agent (PMDA)
pmdaresctrl(1) - resctrl performance metrics domain agent (PMDA)
pmdaroomtemp(1) - room temperature performance metrics domain agent (PMDA)
pmdaroot(1) - a privileged PMCD helper performance metrics domain agent
pmdarsyslog(1) - rsyslog (reliable and extended syslog) PMDA
pmdasample(1) - sample performance metrics domain agent (PMDA)
pmdasendmail(1) - sendmail performance metrics domain agent (PMDA)
pmdashping(1) - "shell-ping" performance metrics domain agent
pmdasimple(1) - simple performance metrics domain agent (PMDA)
pmdaslurm(1) - SLURM statistics performance metrics domain agent (PMDA)
pmdasmart(1) - S.M.A.R.T Data PMDA
pmdasockets(1) - sockets statistics PMDA
pmdastatsd(1) - StatsD protocol performance metric domain agent (PMDA)
pmdasummary(1) - summary performance metrics domain agent (PMDA)
pmdasystemd(1) - systemd performance metrics domain agent (PMDA)
pmdate(1) - display an offset date
pmdatrace(1) - application-level transaction performance metrics domain agent
pmdatrivial(1) - trivial performance metrics domain agent (PMDA)
pmdatxmon(1) - txmon performance metrics domain agent (PMDA)
pmdaunbound(1) - Unbound resolver PMDA
pmdauwsgi(1) - uwsgi performance metrics domain agent (PMDA)
pmdaweblog(1) - performance metrics domain agent (PMDA) for Web server logs
pmdaxfs(1) - XFS filesystem performance metrics domain agent (PMDA)
pmdazfs(1) - ZFS filesystem performance metrics domain agent (PMDA) for Linux
pmdazimbra(1) - Zimbra Collaboration Suite (ZCS) PMDA
pmdazswap(1) - zswap (compressed swap) PMDA
pmdbg(1) - report Performance Co-Pilot debug options
pmdiff(1) - compares archives and report significant differences
pmdumptext(1) - dump performance metrics to an ASCII table
pmerr(1) - translate Performance Co-Pilot error codes into error messages
pmfind(1) - find PCP services on the network
pmfind_check(1) - administration of Performance Co-Pilot discovery
pmgenmap(1) - generate C code to simplify handling of performance metrics
pmgetopt(1) - Performance Co-Pilot shell script option parser
pmhostname(1) - report hostname
pmie(1) - inference engine for performance metrics
pmie2col(1) - convert pmie output to multi-column format
pmie_check(1) - administration of the Performance Co-Pilot inference engine
pmieconf(1) - display and set configurable pmie rule variables
pmie_dump_stats(1) - dump the contents of pmie stats files
pmiestatus(1) - display information from pmie stats file
pminfo(1) - display information about performance metrics
pmjson(1) - Performance Co-Pilot JSON dumping utility
pmlc(1) - configure active Performance Co-Pilot pmlogger(s) interactively
pmlock(1) - simple file-based mutex
pmlogcheck(1) - checks for invalid data in a PCP archive
pmlogconf(1) - create/edit a pmlogger configuration file
pmlogctl(1) - manage and control Performance Co-Pilot archivers
pmlogdump(1) - dump internal details of a performance metrics archive
pmlogextract(1) - reduce, extract, concatenate and merge Performance Co-Pilot archives
pmlogger(1) - create an archive for performance metrics
pmlogger_check(1) - administration of Performance Co-Pilot archive files
pmlogger_daily(1) - administration of Performance Co-Pilot archive files
pmlogger_daily_report(1) - write Performance Co-Pilot daily summary reports
pmlogger_merge(1) - helper script to merge Performance Co-Pilot archives
pmlogger_rewrite(1) - helper script to rewrite Performance Co-Pilot archives
pmloglabel(1) - check and repair a performance metrics archive label
pmlogmv(1) - move (rename) Performance Co-Pilot archive files
pmlogpaste(1) - paste text into a metric in a PCP archive
pmlogredact(1) - remove sensitive information from PCP archives
pmlogreduce(1) - temporal reduction of Performance Co-Pilot archives
pmlogrewrite(1) - rewrite Performance Co-Pilot archives
pmlogsize(1) - report sizes for parts of PCP archive(s)
pmlogsummary(1) - calculate averages of metrics stored in a set of PCP archives
pmnsadd(1) - add new names to the Performance Co-Pilot PMNS
pmnscomp(1) - compile an ASCII performance metrics namespace into binary format.
pmnsdel(1) - delete a subtree of names from the Performance Co-Pilot PMNS
pmnsmerge(1) - merge multiple versions of a Performance Co-Pilot PMNS
pmpost(1) - append messages to the Performance Co-Pilot notice board
pmprobe(1) - lightweight probe for performance metrics
pmproxy(1) - proxy for performance metrics collector and querying
pmpython(1) - run a python script using a preferred python variant
pmquery(1) - general purpose dialog box
pmrep(1) - performance metrics reporter
pmrepconf(1) - create/edit a pmrep configuration file
pmsearch(1) - help text and names search for metrics, instances and instance domains
pmseries(1) - display information about performance metric timeseries
pmsignal(1) - send a signal to one or more processes
pmsleep(1) - portable subsecond-capable sleep
pmsnap(1) - generate performance summary snapshot images
pmsocks(1) - shell wrapper for performance monitoring across firewalls
pmstat(1) - high-level system performance overview
pmstore(1) - modify performance metric values
pmtime(1) - time control server for Performance Co-Pilot
pmtrace(1) - command line performance instrumentation
pmval(1) - arbitrary performance metrics value dumper
pmview(1) - performance metrics 3D visualization back-end
runaspcp(1) - execute a shell command as the user ``pcp''
sar2pcp(1) - import sar data and create a PCP archive
sheet2pcp(1) - import spreadsheet data and create a PCP archive
telnet-probe(1) - lightweight telnet-like port probe
logimport(3) - introduction to the library for importing data and creating a PCP archive
mmv_inc_value(3) - update a value in a Memory Mapped Value file
mmv_lookup_value_desc(3) - find a value in the Memory Mapped Value file
mmv_set_value(3) - set a value in a Memory Mapped Value file
mmv_stats_init(3) - create and initialize Memory Mapped Value file
mmv_stats_registry(3) - Initialize the Memory Mapped Value file
pcpintro(3) - introduction to the Performance Co-Pilot (PCP) libraries
pmaddderived(3) - register a per-context derived metric name and definition
pmaddderivedtext(3) - add help text for a derived metric
pmaddprofile(3) - add instance(s) to the current PMAPI instance profile
pmadeltaindom(3) - generate a ``delta indom'' if two observations of an instance domain are different
__pmaf(3) - event queue services for periodic asynchronous callbacks
pmagetlog(3) - direct read of the next record from an archive file
pmapi(3) - introduction to the Performance Metrics Application Programming Interface
pmapi_internal(3) - internal details for the Performance Metrics Application Programming Interface
pmaputlog(3) - direct write of the next record from an archive file
pmarewritedata(3) - try to change the version of an archive data record
pmarewritemeta(3) - try to change the version of an archive metadata record
pmasameindom(3) - check if two observations of an instance domain are the same`
pmasortindom(3) - sort an instance domain
pmatomstr(3) - convert a performance metric value into a string
pmatrydeltaindom(3) - try to translate a physical indom record from a ``full indom'' to a ``delta indom''
pmaundeltaindom(3) - find ``full'' instance domain matching a ``delta'' instance domain
__pmcleanmapdir(3) - remove old files from a map directory
__pmconnectlogger(3) - connect to a performance metrics logger control port
__pmcontrollog(3) - enable, disable or enquire about logging of performance metrics
__pmconverttime(3) - convert tm structure into seconds
pmconvscale(3) - rescale a performance metric value
pmctime(3) - format the date and time for a reporting timezone
pmda(3) - introduction to the Performance Metrics Domain Agent support library
pmdaattribute(3) - informs a PMDA about client connection attributes
pmdacache(3) - manage a cache of instance domain information for a PMDA
pmdachildren(3) - translate a PMID to a set of dynamic performance metric names
pmdaconnect(3) - establish a connection between a daemon PMDA and PMCD
pmdadaemon(3) - initialize the PMDA to run as a daemon
pmdadesc(3) - get the description of a metric from a PMDA
pmdadso(3) - initialize the PMDA to run as a DSO
pmdaeventarray(3) - utilities for PMDAs to build packed arrays of event records
pmdaeventclient(3) - client context tracking interfaces for event queues
pmdaeventqueue(3) - utilities for PMDAs managing event queues
pmdafetch(3) - fill a pmResult structure with the requested metric values
pmdagetoptions(3) - get options from arguments, parsing generic PMDA options
pmdahelp(3) - help text support for a PMDA
pmdainit(3) - initialize a PMDA
pmdainstance(3) - return instance descriptions for a PMDA
pmdainterfacemoved(3) - reset internal state of a pmdaInterface structure
pmdalabel(3) - fill pmLabelSet structures with metric labels
pmdamain(3) - generic PDU processing for a PMDA
pmdaname(3) - translate a PMID to a set of dynamic performance metric names
pmdaopenlog(3) - redirect stderr to a logfile
pmdapmid(3) - translate a dynamic performance metric name into a PMID
pmdaprofile(3) - update instance profile for PMDA in preparation for the next fetch from PMCD
pmdarootconnect(3) - privileged PCP collector services
pmdasenderror(3) - send an error PDU to PMCD
pmdastore(3) - store a value into a metric for a PMDA
pmdatext(3) - extract metric help text for a PMDA
pmdatrace(3) - application-level performance instrumentation services
pmdelprofile(3) - delete instance(s) from the current PMAPI instance profile
pmderivederrstr(3) - return error message from failure to parse derived metric definition
pmdestroycontext(3) - destroy a PMAPI context
pmdiscoverservices(3) - discover PCP services on the network
pmdiscoversetup(3) - asynchronous archive location and contents discovery services
pmdupcontext(3) - duplicate a PMAPI context
__pmequivindom(3) - check if two instance domains are equivalent
pmerrstr(3) - convert a PMAPI error code into a string
pmeventflagsstr(3) - convert an event record flags value into a string
pmextractvalue(3) - extract a performance metric value from a pmResult structure
pmfault(3) - Fault Injection Infrastructure for QA
pmfetch(3) - get performance metric values
pmfetcharchive(3) - get performance metric values directly from archives
pmfetchgroup(3) - simplified performance metrics value fetch and conversion
pmfreeeventresult(3) - release storage allocated for unpacked event records
pmfreelabelsets(3) - release storage allocated for performance metric labels
pmfreeprofile(3) - free a PMAPI instance profile
pmfreeresult(3) - release storage allocated for performance metrics values
pmfstring(3) - safe string scanning
pmgetarchiveend(3) - locate logical end of file for a set of archives
pmgetarchivelabel(3) - fetch the label record from a set of performance metrics archives
pmgetchildren(3) - return the descendent nodes of a PMNS node
pmgetchildrenstatus(3) - return the descendent nodes of a PMNS node and their respective status
pmgetconfig(3) - return values for Performance Co-Pilot configuration variables
pmgetcontexthostname(3) - return the hostname associated with a Performance Co-Pilot context
pmgetderivedcontrol(3) - get and set controls for derived metrics
pmgetindom(3) - get instance identifiers for a performance metrics instance domain
pmgetindomarchive(3) - get instance identifiers for a performance metrics instance domain
pmgetoptions(3) - command line handling for PMAPI tools
pmgetpmnslocation(3) - determine the location of the currently used PMNS
pmgetusername(3) - fetch special PCP username
pmgetversion(3) - fetch installed PCP version number
pmhttpnewclient(3) - simple HTTP client interfaces
pmiaddinstance(3) - add an element to an instance domain in a LOGIMPORT context
pmiaddmetric(3) - add a new metric definition to a LOGIMPORT context
pmid_helper(3) - helper methods for manipulating PMIDs
pmidstr(3) - convert a performance metric identifier into a string
pmiend(3) - finish up a LOGIMPORT archive
pmierrstr(3) - convert a LOGIMPORT error code into a string
pmigethandle(3) - define a handle for a metric-instance pair
pmindom_helper(3) - helper methods for manipulating instance domain identifiers
pmindomstr(3) - convert a performance metric instance domain identifier into a string
pmiputlabel(3) - add labels to the output archive
pmiputmark(3) - write a <mark> record to a PCP archive
pmiputresult(3) - add a data record to a LOGIMPORT archive
pmiputtext(3) - add help text for an metric or instance domain
pmiputvalue(3) - add a value for a metric-instance pair
pmiputvaluehandle(3) - add a value for a metric-instance pair via a handle
pmisethostname(3) - set the source host name for a LOGIMPORT archive
pmisettimezone(3) - set the source timezone for a LOGIMPORT archive
pmisetversion(3) - set the archive version for a LOGIMPORT archive
pmistart(3) - establish a new LOGIMPORT context
pmiunits(3) - construct core metric data structures
pmiusecontext(3) - change LOGIMPORT context
pmiwrite(3) - flush data to a LOGIMPORT archive
pmjsonget(3) - JSON string helpers and metrics extraction
pmloadasciinamespace(3) - establish a local PMNS for an application
pmloadderivedconfig(3) - load derived metric definitions from files
pmloadnamespace(3) - load a local PMNS for an application
__pmlocalpmda(3) - change the table of DSO PMDAs for PM_CONTEXT_LOCAL contexts
pmlocaltime(3) - convert the date and time for a reporting timezone
__pmlogmetatypestr(3) - convert an archive metadata record type into a string
__pmlogwritemark(3) - append a <mark> record to a PCP archive
pmlookupdesc(3) - obtain descriptions for performance metrics
pmlookupindom(3) - translate an instance name into an instance identifier
pmlookupindomarchive(3) - translate an instance name into an instance identifier
pmlookupindomtext(3) - return text describing a performance metrics instance domain
__pmlookupipc(3) - IPC version infrastructure support
pmlookuplabels(3) - retrieve labels associated with performance metric values
pmlookupname(3) - translate performance metric names into PMIDs
pmlookuptext(3) - return text describing a performance metric
pmmergelabels(3) - merge sets of performance metric labels
__pmmktime(3) - convert a tm structure to a calendar time
pmnameall(3) - translate a PMID to a set of performance metric names
pmnameid(3) - translate a PMID to a performance metric name
pmnameindom(3) - translate an instance identifier into an instance name
pmnameindomarchive(3) - translate an instance identifier into an instance name
pmnewcontext(3) - establish a new PMAPI context
pmnewcontextzone(3) - establish a reporting timezone based on a PMAPI context
pmnewzone(3) - establish a reporting timezone
pmnomem(3) - report out of memory conditions
pmnotifyerr(3) - standard handling of error messages
__pmnotifythrottle(3) - control diagnostic output message `flooding''
pmnumberstr(3) - fixed width output format for numbers
pmopenlog(3) - create a log file for diagnostics and debug output
__pmparsectime(3) - convert ctime(3) string to tm structure
pmparsedebug(3) - manipulate old-style PCP debugging control bit-fields
pmparsehostattrsspec(3) - host and attributes specification parser
pmparsehostspec(3) - uniform host specification parser
pmparseinterval(3) - convert interval string to binary time structure
pmparsemetricspec(3) - uniform metric specification parser
__pmparsetime(3) - parse time point specification
pmparsetimewindow(3) - parse time window command line arguments
pmparseunitsstr(3) - parse units specification
pmpathseparator(3) - return the filesystem path separator character
pmprintdesc(3) - print a metric descriptor
pmprintf(3) - print formatted output in a window or to standard error
pmprintlabelsets(3) - print an array of label sets
pmprintvalue(3) - print a performance metric value
__pmprocessexec(3) - process execution support
__pmprocesspipe(3) - support for process execution at the end of a pipe
pmreconnectcontext(3) - reconnect to a PMAPI context
pmrecord(3) - record mode support for PMAPI clients
pmregisterderived(3) - register a global derived metric name and definition
pmsearchinfo(3) - diagnostic metrics of PCP search services
pmsearchsetup(3) - fast, scalable and full-text capable search services
pmsearchtextindom(3) - search for all entities related to given instance domain
pmsearchtextquery(3) - full-text search for metrics, instances and instance domains provided by PCP search services
pmsearchtextsuggest(3) - search for suggestions of metric or instance names using PCP search services
pmsemstr(3) - convert a performance metric semantic into a string
pmseriesdescs(3) - fast, scalable time series metadata
pmseriesquery(3) - fast, scalable time series querying
pmseriessetup(3) - fast, scalable time series services
__pmServerNotifyServiceManagerReady(3) - notify service start and stop
pmsetdebug(3) - manipulate PCP debugging control options
pmsetmode(3) - set collection time parameters for the current PMAPI context
pmsetprocessidentity(3) - set process user and group id
pmsetprogname(3) - application name services
pmsortinstances(3) - sort performance metric values on instance identifier
pmspeclocalpmda(3) - process command-line argument for the table of DSO PMDAs
pmsprintf(3) - formatted string conversion
pmstore(3) - modify values of performance metrics
pmstrncat(3) - safe string concatenation
pmstrncpy(3) - safe string copy
pmtime(3) - time control functions for synchronizing the archive position and update interval between one or more applications
pmtimespec(3) - helper routines for time stored as a struct timespec
pmtimeval(3) - helper routines for time stored as a struct timeval
pmtraversepmns(3) - traverse the performance metrics name space
pmtrimnamespace(3) - prune a performance metrics name space
pmtypestr(3) - convert a performance metric type into a string
pmunitsstr(3) - convert a performance metric's units into a string
pmunloadnamespace(3) - unload a local performance metrics name space for an application
pmunpackeventrecords(3) - unpack event records
pmusecontext(3) - change current PMAPI context
pmusezone(3) - re-establish a reporting timezone
pmwebapi(3) - introduction to the Performance Metrics Web Application Programming Interface
pmwebtimerregister(3) - thread-safe timer list management
pmwhichcontext(3) - identify the current PMAPI context
pmwhichzone(3) - return current reporting timezone
QMC(3) - library for managing groups of Performance Co-Pilot metrics
QmcContext(3) - container for a PMAPI context and its metrics
QmcDesc(3) - container for a metric description
QmcGroup(3) - container representing a single fetch group of metrics from multiple sources
QmcIndom(3) - container for a instance domain description
QmcMetric(3) - container for a metric and all its values
QmcSource(3) - manages contexts created by all groups
zbxpcp(3) - Zabbix Agent Loadable PCP Module
labels.conf(5) - Performance Co-Pilot labels configuration
LOGARCHIVE(5) - Performance Co-Pilot archive formats
mmv(5) - Memory Mapped Values for Performance Co-Pilot
pcp-atoprc(5) - pcp-atop and pcp-atopsar resource file
pcp.conf(5) - the Performance Co-Pilot configuration and environment file
pcp-dstat(5) - pcp-dstat configuration file
pcp.env(5) - script to set Performance Co-Pilot run-time environment variables
perfevent.conf(5) - the Performance Co-Pilot perfevent PMDA configuration file
pmieconf(5) - generalized pmie rules and customizations
pmlogger.control(5) - control files for Performance Co-Pilot archiving
pmns(5) - the performance metrics name space
pmrep.conf(5) - pmrep configuration file
pmview(5) - configuration file format for performance
perf(1) - Performance analysis tools for Linux
perf-annotate(1) - Read perf.data (created by perf record) and display annotated code
perf-archive(1) - Create archive with object files with build-ids found in perf.data file
perf-arm-spe(1) - Support for Arm Statistical Profiling Extension within Perf tools
perf-bench(1) - General framework for benchmark suites
perf-buildid-cache(1) - Manage build-id cache.
perf-buildid-list(1) - List the buildids in a perf.data file
perf-c2c(1) - Shared Data C2C/HITM Analyzer.
perf-config(1) - Get and set variables in a configuration file.
perf-daemon(1) - Run record sessions on background
perf-data(1) - Data file related processing
perf-diff(1) - Read perf.data files and display the differential profile
perf-dlfilter(1) - Filter sample events using a dynamically loaded shared object file
perf-evlist(1) - List the event names in a perf.data file
perf-ftrace(1) - simple wrapper for kernel's ftrace functionality
perf-help(1) - display help information about perf
perf-inject(1) - Filter to augment the events stream with additional information
perf-intel-pt(1) - Support for Intel Processor Trace within perf tools
perf-iostat(1) - Show I/O performance metrics
perf-kallsyms(1) - Searches running kernel for symbols
perf-kmem(1) - Tool to trace/measure kernel memory properties
perf-kvm(1) - Tool to trace/measure kvm guest os
perf-kwork(1) - Tool to trace/measure kernel work properties (latencies)
perf-list(1) - List all symbolic event types
perf-lock(1) - Analyze lock events
perf-mem(1) - Profile memory accesses
perf-probe(1) - Define new dynamic tracepoints
perf-record(1) - Run a command and record its profile into perf.data
perf-report(1) - Read perf.data (created by perf record) and display the profile
perf-sched(1) - Tool to trace/measure scheduler properties (latencies)
perf-script(1) - Read perf.data (created by perf record) and display trace output
perf-script-perl(1) - Process trace data with a Perl script
perf-script-python(1) - Process trace data with a Python script
perf-stat(1) - Run a command and gather performance counter statistics
perf-test(1) - Runs sanity tests.
perf-timechart(1) - Tool to visualize total system behavior during a workload
perf-top(1) - System profiling tool.
perf-trace(1) - strace inspired tool
perf-version(1) - display the version of perf binary
pon(1) - starts up, shuts down or lists the log of PPP connections
chat(8) - Automated conversational script with a modem
pppd(8) - Point-to-Point Protocol Daemon
pppd-radattr(8) - RADIUS utility plugin for pppd(8)
pppd-radius(8) - RADIUS authentication plugin for pppd(8)
pppdump(8) - convert PPP record file to readable format
pppgetpass(8) - prompt for PAP password
pppoe-discovery(8) - perform PPPoE discovery
pppstats(8) - print PPP statistics
srp-entry(8) - Generate a SRP-SHA1 Server Entry
execstack(8) - tool to set, clear, or query executable stack flag of ELF binaries and shared libraries
prelink(8) - prelink ELF shared libraries and binaries to speed up startup time
free(1) - Display amount of free and used memory in the system
hugetop(1) - report huge page information
kill(1) - send a signal to a process
pgrep(1) - look up, signal, or wait for processes based on name and other attributes
pidof(1) - find the process ID of a running program
pidwait(1) - look up, signal, or wait for processes based on name and other attributes
pkill(1) - look up, signal, or wait for processes based on name and other attributes
pmap(1) - report memory map of a process
ps(1) - report a snapshot of the current processes.
pwdx(1) - report current working directory of a process
skill(1) - send a signal or report process status
slabtop(1) - display kernel slab cache information in real time
snice(1) - send a signal or report process status
tload(1) - graphic representation of system load average
top(1) - display Linux processes
uptime(1) - Tell how long the system has been running.
w(1) - Show who is logged on and what they are doing.
watch(1) - execute a program periodically, showing output fullscreen
procio(3) - stream open functions on files below /proc/##
procps(3) - API to access system level information in the /proc filesystem
procps_misc(3) - API for miscellaneous information in the /proc filesystem
procps_pids(3) - API to access process information in the /proc filesystem
sysctl.conf(5) - sysctl preload/configuration file
sysctl(8) - configure kernel parameters at runtime
vmstat(8) - Report virtual memory statistics
ac(1) - print statistics about users' connect time
last(1) - list logins on the system
lastcomm(1) - print out information about previously executed commands.
accton(8) - turns process accounting on or off
dump-acct(8) - print an acct/pacct file in human-readable format
dump-utmp(8) - print a utmp file in human-readable format
sa(8) - summarizes accounting information
7 страниц
psmisc (маленькие утилиты, которые используют /proc файловую систему)
fuser(1) - identify processes using files or sockets
killall(1) - kill processes by name
peekfd(1) - peek at file descriptors of running processes
prtstat(1) - print statistics of a process
pslog(1) - report current logs path of a process
pstree(1) - display a tree of processes
quota(1) - display disk usage and limits
quotasync(1) - synchronize in-kernel file system usage and limits to disk format
rquota(3) - implement quotas on remote machines
quotagrpadmins(5) - users responsible for group disk usage
quotatab(5) - Descriptions of devices with disk quotas
warnquota.conf(5) - configuration for warnquota
convertquota(8) - convert quota from old file format to new one
edquota(8) - edit user quotas
quotacheck(8) - scan a filesystem for disk usage, create, check and repair quota files
quota_nld(8) - quota netlink message daemon
quotaon(8) - turn filesystem quotas on and off
quotastats(8) - Program to query quota statistics
repquota(8) - summarize quotas for a filesystem
rpc.rquotad(8) - remote quota server
setquota(8) - set disk quotas
warnquota(8) - send mail to users over quota
xqmstats(8) - Display XFS quota manager statistics from /proc
17 страниц
rdma-core (Пользовательские библиотеки и демоны ядра RDMA)
rrsync(1) - a script to setup restricted rsync users via ssh logins
rsync(1) - a fast, versatile, remote (and local) file-copying tool
rsync-ssl(1) - a helper script for connecting to an ssl rsync daemon
rsyncd.conf(5) - configuration file for rsync in daemon mode
chage(1) - change user password expiry information
chfn(1) - change real user name and information
chsh(1) - change login shell
expiry(1) - check and enforce password expiration policy
getsubids(1) - get the subordinate id ranges for a user
gpasswd(1) - administer /etc/group and /etc/gshadow
groups(1) - display current group names
login(1) - begin session on the system
newgidmap(1) - set the gid mapping of a user namespace
newgrp(1) - log in to a new group
newuidmap(1) - set the uid mapping of a user namespace
passwd(1) - change user password
sg(1) - execute command as different group ID
su(1) - change user ID or become superuser
getspnam(3) - encrypted password file routines
shadow(3) - encrypted password file routines
faillog(5) - login failure logging file
gshadow(5) - shadowed group file
login.defs(5) - shadow password suite configuration
passwd(5) - the password file
shadow(5) - shadowed password file
suauth(5) - detailed su control file
subgid(5) - the configuration for subordinate group ids
subuid(5) - the configuration for subordinate user ids
chgpasswd(8) - update group passwords in batch mode
chpasswd(8) - update passwords in batch mode
faillog(8) - display faillog records or set login failure limits
groupadd(8) - create a new group
groupdel(8) - delete a group
groupmems(8) - administer members of a user's primary group
groupmod(8) - modify a group definition on the system
grpck(8) - verify integrity of group files
grpconv(8) - convert to and from shadow passwords and groups
grpunconv(8) - convert to and from shadow passwords and groups
lastlog(8) - reports the most recent login of all users or of a given user
logoutd(8) - enforce login time restrictions
newusers(8) - update and create new users in batch
nologin(8) - politely refuse a login
pwck(8) - verify the integrity of password files
pwconv(8) - convert to and from shadow passwords and groups
pwunconv(8) - convert to and from shadow passwords and groups
useradd(8) - create a new user or update default new user information
userdel(8) - delete a user account and related files
usermod(8) - modify a user account
vigr(8) - edit the password, group, shadow-password or shadow-group file
vipw(8) - edit the password, group, shadow-password or shadow-group file
stg(1) - Manage stacks of patches using the Git content tracker
stg-branch(1) - Branch operations: switch, list, create, rename, delete, ...
stg-clean(1) - Delete empty patches from the series
stg-commit(1) - Finalize patches to the stack base
stg-completion(1) - Support for shell completions
stg-delete(1) - Delete patches
stg-diff(1) - Show a diff
stg-edit(1) - Edit a patch
stg-email(1) - Format and send patches as email
stg-export(1) - Export patches to a directory
stg-files(1) - Show files modified by a patch
stg-float(1) - Push patches to the top, even if applied
stg-fold(1) - Fold diff file into the current patch
stg-goto(1) - Go to patch by pushing or popping as necessary
stg-help(1) - Print this message or the help of the given subcommand(s)
stg-hide(1) - Hide patches in the series
stg-id(1) - Print git hash of a StGit revision
stg-import(1) - Import patches to stack
stg-init(1) - Initialize a StGit stack on a branch
stg-log(1) - Display or optionally clear the stack changelog
stg-new(1) - Create a new patch at top of the stack
stg-next(1) - Print the name of the next patch
stg-patches(1) - Show patches that modify files
stg-pick(1) - Import a patch from another branch or a commit object
stg-pop(1) - Pop (unapply) one or more applied patches
stg-prev(1) - Print the name of the previous patch
stg-pull(1) - Pull changes from a remote repository
stg-push(1) - Push (apply) one or more unapplied patches
stg-rebase(1) - Move the stack base to another point in history
stg-redo(1) - Undo the last undo operation
stg-refresh(1) - Incorporate worktree changes into current patch
stg-rename(1) - Rename a patch
stg-repair(1) - Repair stack after branch is modified with git commands
stg-reset(1) - Reset the patch stack to an earlier state
stg-series(1) - Display the patch series
stg-show(1) - Show patch commits
stg-sink(1) - Move patches deeper in the stack
stg-spill(1) - Spill changes from the topmost patch
stg-squash(1) - Squash two or more patches into one
stg-sync(1) - Synchronize patches with a branch or a series
stg-top(1) - Print the name of the top patch
stg-uncommit(1) - Convert regular Git commits into StGit patches
stg-undo(1) - Undo the last command
stg-unhide(1) - Unhide hidden patches
stg-version(1) - Print version information and exit
cifsiostat(1) - Report CIFS statistics.
iostat(1) - Report Central Processing Unit (CPU) statistics and input/output statistics for devices and partitions.
mpstat(1) - Report processors related statistics.
pidstat(1) - Report statistics for Linux tasks.
sadf(1) - Display data collected by sar in multiple formats.
sar(1) - Collect, report, or save system activity information.
tapestat(1) - Report tape statistics.
sysstat(5) - sysstat configuration file.
sa1(8) - Collect and store binary data in the system activity daily data file.
sa2(8) - Create a report from the current standard system activity daily data file.
sadc(8) - System activity data collector.
bootctl(1) - Control EFI firmware boot settings and manage boot loader
busctl(1) - Introspect the bus
coredumpctl(1) - Retrieve and process saved core dumps and metadata
homectl(1) - Create, remove, change or inspect home directories
hostnamectl(1) - Control the system hostname
importctl(1) - Download, import or export disk images
init(1) - systemd system and service manager
journalctl(1) - Print log entries from the systemd journal
localectl(1) - Control the system locale and keyboard layout settings
loginctl(1) - Control the systemd login manager
machinectl(1) - Control the systemd machine manager
mount.ddi(1) - Dissect Discoverable Disk Images (DDIs)
networkctl(1) - Query or modify the status of network links
oomctl(1) - Analyze the state stored in systemd-oomd
portablectl(1) - Attach, detach or inspect portable service images
resolvconf(1) - Resolve domain names, IPV4 and IPv6 addresses, DNS resource records, and services; introspect and reconfigure the DNS resolver
resolvectl(1) - Resolve domain names, IPV4 and IPv6 addresses, DNS resource records, and services; introspect and reconfigure the DNS resolver
run0(1) - Elevate privileges
systemctl(1) - Control the systemd system and service manager
systemd(1) - systemd system and service manager
systemd-ac-power(1) - Report whether we are connected to an external power source
systemd-analyze(1) - Analyze and debug system manager
systemd-ask-password(1) - Query the user for a system password
systemd-cat(1) - Connect a pipeline or program's output with the journal
systemd-cgls(1) - Recursively show control group contents
systemd-cgtop(1) - Show top control groups by their resource usage
systemd-creds(1) - Lists, shows, encrypts and decrypts service credentials
systemd-cryptenroll(1) - Enroll PKCS#11, FIDO2, TPM2 token/devices to LUKS2 encrypted volumes
systemd-delta(1) - Find overridden configuration files
systemd-detect-virt(1) - Detect execution in a virtualized environment
systemd-dissect(1) - Dissect Discoverable Disk Images (DDIs)
systemd-escape(1) - Escape strings for usage in systemd unit names
systemd-firstboot(1) - Initialize basic system settings on or before the first boot-up of a system
systemd-firstboot.service(1) - Initialize basic system settings on or before the first boot-up of a system
systemd-homed-firstboot.service(1) - Create, remove, change or inspect home directories
systemd-id128(1) - Generate and print sd-128 identifiers
systemd-inhibit(1) - Execute a program with an inhibition lock taken
systemd-machine-id-setup(1) - Initialize the machine ID in /etc/machine-id
systemd-measure(1) - Pre-calculate and sign expected TPM2 PCR values for booted unified kernel images
systemd-mount(1) - Establish and destroy transient mount or auto-mount points
systemd-notify(1) - Notify service manager about start-up completion and other daemon status changes
systemd-nspawn(1) - Spawn a command or OS in a light-weight container
systemd-path(1) - List and query system and user paths
systemd-run(1) - Run programs in transient scope units, service units, or path-, socket-, or timer-triggered service units
systemd-socket-activate(1) - Test socket activation of daemons
systemd-ssh-proxy(1) - SSH client plugin for connecting to AF_VSOCK and AF_UNIX sockets
systemd-stdio-bridge(1) - D-Bus proxy
systemd-tty-ask-password-agent(1) - List or process pending systemd password requests
systemd-umount(1) - Establish and destroy transient mount or auto-mount points
systemd-vmspawn(1) - Spawn an OS in a virtual machine
systemd-vpick(1) - Resolve paths to ".v/" versioned directories
timedatectl(1) - Control the system time and date
ukify(1) - Combine components into a signed Unified Kernel Image for UEFI systems
userdbctl(1) - Inspect users, groups and group memberships
varlinkctl(1) - Introspect with and invoke Varlink services
libsystemd(3) - Functions for implementing services and interacting with systemd
libudev(3) - API for enumerating and introspecting local devices
SD_ALERT(3) - APIs for new-style daemons
sd_booted(3) - Test whether the system is running the systemd init system
sd-bus(3) - A lightweight D-Bus IPC client library
sd_bus_add_fallback(3) - Declare properties and methods for a D-Bus path
sd_bus_add_fallback_vtable(3) - Declare properties and methods for a D-Bus path
sd_bus_add_filter(3) - Declare properties and methods for a D-Bus path
sd_bus_add_match(3) - Add a match rule for incoming message dispatching
sd_bus_add_match_async(3) - Add a match rule for incoming message dispatching
sd_bus_add_node_enumerator(3) - Add a node enumerator for a D-Bus object path prefix
sd_bus_add_object(3) - Declare properties and methods for a D-Bus path
sd_bus_add_object_manager(3) - Add a D-Bus object manager for a D-Bus object sub-tree
sd_bus_add_object_vtable(3) - Declare properties and methods for a D-Bus path
sd_bus_attach_event(3) - Attach a bus connection object to an event loop
sd_bus_call(3) - Invoke a D-Bus method call
sd_bus_call_async(3) - Invoke a D-Bus method call
sd_bus_call_method(3) - Initialize a bus message object and invoke the corresponding D-Bus method call
sd_bus_call_method_async(3) - Initialize a bus message object and invoke the corresponding D-Bus method call
sd_bus_call_method_asyncv(3) - Initialize a bus message object and invoke the corresponding D-Bus method call
sd_bus_call_methodv(3) - Initialize a bus message object and invoke the corresponding D-Bus method call
sd_bus_can_send(3) - Check which types can be sent over a bus object
sd_bus_close(3) - Close and flush a bus connection
sd_bus_close_unref(3) - Create a new bus object and create or destroy references to it
sd_bus_close_unrefp(3) - Create a new bus object and create or destroy references to it
sd_bus_creds_get_audit_login_uid(3) - Retrieve fields from
sd_bus_creds_get_audit_session_id(3) - Retrieve fields from
sd_bus_creds_get_augmented_mask(3) - Retrieve credentials object for the specified PID
sd_bus_creds_get_cgroup(3) - Retrieve fields from
sd_bus_creds_get_cmdline(3) - Retrieve fields from
sd_bus_creds_get_comm(3) - Retrieve fields from
sd_bus_creds_get_description(3) - Retrieve fields from
sd_bus_creds_get_egid(3) - Retrieve fields from
sd_bus_creds_get_euid(3) - Retrieve fields from
sd_bus_creds_get_exe(3) - Retrieve fields from
sd_bus_creds_get_fsgid(3) - Retrieve fields from
sd_bus_creds_get_fsuid(3) - Retrieve fields from
sd_bus_creds_get_gid(3) - Retrieve fields from
sd_bus_creds_get_mask(3) - Retrieve credentials object for the specified PID
sd_bus_creds_get_owner_uid(3) - Retrieve fields from
sd_bus_creds_get_pid(3) - Retrieve fields from
sd_bus_creds_get_pidfd_dup(3) - Retrieve fields from
sd_bus_creds_get_ppid(3) - Retrieve fields from
sd_bus_creds_get_selinux_context(3) - Retrieve fields from
sd_bus_creds_get_session(3) - Retrieve fields from
sd_bus_creds_get_sgid(3) - Retrieve fields from
sd_bus_creds_get_slice(3) - Retrieve fields from
sd_bus_creds_get_suid(3) - Retrieve fields from
sd_bus_creds_get_supplementary_gids(3) - Retrieve fields from
sd_bus_creds_get_tid(3) - Retrieve fields from
sd_bus_creds_get_tid_comm(3) - Retrieve fields from
sd_bus_creds_get_tty(3) - Retrieve fields from
sd_bus_creds_get_uid(3) - Retrieve fields from
sd_bus_creds_get_unique_name(3) - Retrieve fields from
sd_bus_creds_get_unit(3) - Retrieve fields from
sd_bus_creds_get_user_slice(3) - Retrieve fields from
sd_bus_creds_get_user_unit(3) - Retrieve fields from
sd_bus_creds_get_well_known_names(3) - Retrieve fields from
sd_bus_creds_has_bounding_cap(3) - Retrieve fields from
sd_bus_creds_has_effective_cap(3) - Retrieve fields from
sd_bus_creds_has_inheritable_cap(3) - Retrieve fields from
sd_bus_creds_has_permitted_cap(3) - Retrieve fields from
sd_bus_creds_new_from_pid(3) - Retrieve credentials object for the specified PID
sd_bus_creds_new_from_pidfd(3) - Retrieve credentials object for the specified PID
sd_bus_creds_ref(3) - Retrieve credentials object for the specified PID
sd_bus_creds_unref(3) - Retrieve credentials object for the specified PID
sd_bus_creds_unrefp(3) - Retrieve credentials object for the specified PID
sd_bus_default(3) - Acquire a connection to a system or user bus
sd_bus_default_flush_close(3) - Close and flush a bus connection
sd_bus_default_system(3) - Acquire a connection to a system or user bus
sd_bus_default_user(3) - Acquire a connection to a system or user bus
sd_bus_destroy_t(3) - Define the callback function for resource cleanup
sd_bus_detach_event(3) - Attach a bus connection object to an event loop
sd_bus_emit_interfaces_added(3) - Convenience functions for emitting (standard) D-Bus signals
sd_bus_emit_interfaces_added_strv(3) - Convenience functions for emitting (standard) D-Bus signals
sd_bus_emit_interfaces_removed(3) - Convenience functions for emitting (standard) D-Bus signals
sd_bus_emit_interfaces_removed_strv(3) - Convenience functions for emitting (standard) D-Bus signals
sd_bus_emit_object_added(3) - Convenience functions for emitting (standard) D-Bus signals
sd_bus_emit_object_removed(3) - Convenience functions for emitting (standard) D-Bus signals
sd_bus_emit_properties_changed(3) - Convenience functions for emitting (standard) D-Bus signals
sd_bus_emit_properties_changed_strv(3) - Convenience functions for emitting (standard) D-Bus signals
sd_bus_emit_signal(3) - Convenience functions for emitting (standard) D-Bus signals
sd_bus_emit_signal_to(3) - Convenience functions for emitting (standard) D-Bus signals
sd_bus_emit_signal_tov(3) - Convenience functions for emitting (standard) D-Bus signals
sd_bus_emit_signalv(3) - Convenience functions for emitting (standard) D-Bus signals
sd_bus_enqueue_for_read(3) - Re-enqueue a bus message on a bus connection, for reading
sd_bus_error(3) - sd-bus error handling
SD_BUS_ERROR_ACCESS_DENIED(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
sd_bus_error_add_map(3) - Additional sd-dbus error mappings
SD_BUS_ERROR_ADDRESS_IN_USE(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
SD_BUS_ERROR_AUTH_FAILED(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
SD_BUS_ERROR_BAD_ADDRESS(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
sd_bus_error_copy(3) - sd-bus error handling
SD_BUS_ERROR_DISCONNECTED(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
SD_BUS_ERROR_END(3) - Additional sd-dbus error mappings
SD_BUS_ERROR_FAILED(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
SD_BUS_ERROR_FILE_EXISTS(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
SD_BUS_ERROR_FILE_NOT_FOUND(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
sd_bus_error_free(3) - sd-bus error handling
sd_bus_error_get_errno(3) - sd-bus error handling
sd_bus_error_has_name(3) - sd-bus error handling
sd_bus_error_has_names(3) - sd-bus error handling
sd_bus_error_has_names_sentinel(3) - sd-bus error handling
SD_BUS_ERROR_INCONSISTENT_MESSAGE(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
SD_BUS_ERROR_INVALID_ARGS(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
SD_BUS_ERROR_INVALID_FILE_CONTENT(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
SD_BUS_ERROR_INVALID_SIGNATURE(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
SD_BUS_ERROR_IO_ERROR(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
sd_bus_error_is_set(3) - sd-bus error handling
SD_BUS_ERROR_LIMITS_EXCEEDED(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
SD_BUS_ERROR_MAKE_CONST(3) - sd-bus error handling
sd_bus_error_map(3) - Additional sd-dbus error mappings
SD_BUS_ERROR_MAP(3) - Additional sd-dbus error mappings
SD_BUS_ERROR_MATCH_RULE_INVALID(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
SD_BUS_ERROR_MATCH_RULE_NOT_FOUND(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
sd_bus_error_move(3) - sd-bus error handling
SD_BUS_ERROR_NAME_HAS_NO_OWNER(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
SD_BUS_ERROR_NO_MEMORY(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
SD_BUS_ERROR_NO_NETWORK(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
SD_BUS_ERROR_NO_REPLY(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
SD_BUS_ERROR_NO_SERVER(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
SD_BUS_ERROR_NOT_SUPPORTED(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
SD_BUS_ERROR_NULL(3) - sd-bus error handling
SD_BUS_ERROR_OBJECT_PATH_IN_USE(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
SD_BUS_ERROR_PROPERTY_READ_ONLY(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
sd-bus-errors(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
SD_BUS_ERROR_SELINUX_SECURITY_CONTEXT_UNKNOWN(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
SD_BUS_ERROR_SERVICE_UNKNOWN(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
sd_bus_error_set(3) - sd-bus error handling
sd_bus_error_set_const(3) - sd-bus error handling
sd_bus_error_set_errno(3) - sd-bus error handling
sd_bus_error_set_errnof(3) - sd-bus error handling
sd_bus_error_set_errnofv(3) - sd-bus error handling
sd_bus_error_setf(3) - sd-bus error handling
sd_bus_error_setfv(3) - sd-bus error handling
SD_BUS_ERROR_TIMED_OUT(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
SD_BUS_ERROR_TIMEOUT(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
SD_BUS_ERROR_UNKNOWN_INTERFACE(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
SD_BUS_ERROR_UNKNOWN_METHOD(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
SD_BUS_ERROR_UNKNOWN_OBJECT(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
SD_BUS_ERROR_UNKNOWN_PROPERTY(3) - bus-errors, SD_BUS_ERROR_FAILED, SD_BUS_ERROR_NO_MEMORY, SD_BUS_ERROR_SERVICE_UNKNOWN, SD_BUS_ERROR_NAME_HAS_NO_OWNER, SD_BUS_ERROR_NO_REPLY, SD_BUS_ERROR_IO_ERROR, SD_BUS_ERROR_BAD_ADDRESS, SD_BUS_ERROR_NOT_SUPPORTED, SD_BUS_ERROR_LIMITS_EXCEEDED, SD_BUS_ERROR_ACCESS_DENIED, SD_BUS_ERROR_AUTH_FAILED, SD_BUS_ERROR_NO_SERVER, SD_BUS_ERROR_TIMEOUT, SD_BUS_ERROR_NO_NETWORK, SD_BUS_ERROR_ADDRESS_IN_USE, SD_BUS_ERROR_DISCONNECTED, SD_BUS_ERROR_INVALID_ARGS, SD_BUS_ERROR_FILE_NOT_FOUND, SD_BUS_ERROR_FILE_EXISTS, SD_BUS_ERROR_UNKNOWN_METHOD, SD_BUS_ERROR_UNKNOWN_OBJECT, SD_BUS_ERROR_UNKNOWN_INTERFACE, SD_BUS_ERROR_UNKNOWN_PROPERTY, SD_BUS_ERROR_PROPERTY_READ_ONLY, SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN, SD_BUS_ERROR_INVALID_SIGNATURE, SD_BUS_ERROR_INCONSISTENT_MESSAGE, SD_BUS_ERROR_TIMED_OUT, SD_BUS_ERROR_MATCH_RULE_NOT_FOUND, SD_BUS_ERROR_MATCH_RULE_INVALID, SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED, SD_BUS_ERROR_INVALID_FILE_CONTENT,
sd_bus_flush(3) - Close and flush a bus connection
sd_bus_flush_close_unref(3) - Create a new bus object and create or destroy references to it
sd_bus_flush_close_unrefp(3) - Create a new bus object and create or destroy references to it
sd_bus_get_address(3) - Set or query the address of the bus connection
sd_bus_get_allow_interactive_authorization(3) - Set or query properties of a bus object
sd_bus_get_bus_id(3) - Configure connection mode for a bus object
sd_bus_get_close_on_exit(3) - Control whether to close the bus connection during the event loop exit phase
sd_bus_get_connected_signal(3) - Control emission of local connection establishment signal on bus connections
sd_bus_get_creds_mask(3) - Control feature negotiation on bus connections
sd_bus_get_current_handler(3) - Query information of the callback a bus object is currently running
sd_bus_get_current_message(3) - Query information of the callback a bus object is currently running
sd_bus_get_current_slot(3) - Query information of the callback a bus object is currently running
sd_bus_get_current_userdata(3) - Query information of the callback a bus object is currently running
sd_bus_get_description(3) - Set or query properties of a bus object
sd_bus_get_event(3) - Attach a bus connection object to an event loop
sd_bus_get_events(3) - Get the file descriptor, I/O events and timeout to wait for from a message bus object
sd_bus_get_exit_on_disconnect(3) - Control the exit behavior when the bus object disconnects
sd_bus_get_fd(3) - Get the file descriptor, I/O events and timeout to wait for from a message bus object
sd_bus_get_method_call_timeout(3) - Set or query the default D-Bus method call timeout of a bus object
sd_bus_get_name_creds(3) - Query bus client credentials
sd_bus_get_name_machine_id(3) - Retrieve a bus client's machine identity
sd_bus_get_n_queued_read(3) - Get the number of pending bus messages in the read and write queues of a bus connection object
sd_bus_get_n_queued_write(3) - Get the number of pending bus messages in the read and write queues of a bus connection object
sd_bus_get_owner_creds(3) - Query bus client credentials
sd_bus_get_property(3) - Set or query D-Bus service properties
sd_bus_get_property_string(3) - Set or query D-Bus service properties
sd_bus_get_property_strv(3) - Set or query D-Bus service properties
sd_bus_get_property_trivial(3) - Set or query D-Bus service properties
sd_bus_get_scope(3) - Set or query properties of a bus object
sd_bus_get_sender(3) - Configure default sender for outgoing messages
sd_bus_get_tid(3) - Set or query properties of a bus object
sd_bus_get_timeout(3) - Get the file descriptor, I/O events and timeout to wait for from a message bus object
sd_bus_get_unique_name(3) - Set or query properties of a bus object
sd_bus_get_watch_bind(3) - Control socket binding watching on bus connections
sd_bus_interface_name_is_valid(3) - Check if a string is a valid bus name or object path
sd_bus_is_anonymous(3) - Set or query properties of a bus object
sd_bus_is_bus_client(3) - Configure connection mode for a bus object
sd_bus_is_monitor(3) - Configure connection mode for a bus object
sd_bus_is_open(3) - Check whether the bus connection is open or ready
sd_bus_is_ready(3) - Check whether the bus connection is open or ready
sd_bus_is_server(3) - Configure connection mode for a bus object
sd_bus_is_trusted(3) - Set or query properties of a bus object
sd_bus_list_names(3) - Retrieve information about registered names on a bus
sd_bus_match_signal(3) - Add a match rule for incoming message dispatching
sd_bus_match_signal_async(3) - Add a match rule for incoming message dispatching
sd_bus_member_name_is_valid(3) - Check if a string is a valid bus name or object path
sd_bus_message_append(3) - Attach fields to a D-Bus message based on a type string
sd_bus_message_append_array(3) - Append an array of fields to a D-Bus message
sd_bus_message_append_array_iovec(3) - Append an array of fields to a D-Bus message
sd_bus_message_append_array_memfd(3) - Append an array of fields to a D-Bus message
sd_bus_message_append_array_space(3) - Append an array of fields to a D-Bus message
sd_bus_message_append_basic(3) - Attach a single field to a message
sd_bus_message_append_string_iovec(3) - Attach a string to a message
sd_bus_message_append_string_memfd(3) - Attach a string to a message
sd_bus_message_append_string_space(3) - Attach a string to a message
sd_bus_message_append_strv(3) - Attach an array of strings to a message
sd_bus_message_appendv(3) - Attach fields to a D-Bus message based on a type string
sd_bus_message_at_end(3) - Check if a message has been fully read
sd_bus_message_close_container(3) - Create and move between containers in D-Bus messages
sd_bus_message_copy(3) - Copy the contents of one message to another
sd_bus_message_dump(3) - Produce a string representation of a message for debugging purposes
sd_bus_message_enter_container(3) - Create and move between containers in D-Bus messages
sd_bus_message_exit_container(3) - Create and move between containers in D-Bus messages
sd_bus_message_get_allow_interactive_authorization(3) - Set and query bus message metadata
sd_bus_message_get_auto_start(3) - Set and query bus message metadata
sd_bus_message_get_bus(3) - Create a new bus message object and create or destroy references to it
sd_bus_message_get_cookie(3) - Returns the transaction cookie of a message
sd_bus_message_get_creds(3) - Query bus message addressing/credentials metadata
sd_bus_message_get_destination(3) - Set and query bus message addressing information
sd_bus_message_get_errno(3) - Query bus message addressing/credentials metadata
sd_bus_message_get_error(3) - Query bus message addressing/credentials metadata
sd_bus_message_get_expect_reply(3) - Set and query bus message metadata
sd_bus_message_get_interface(3) - Set and query bus message addressing information
sd_bus_message_get_member(3) - Set and query bus message addressing information
sd_bus_message_get_monotonic_usec(3) - Retrieve the sender timestamps and sequence number of a message
sd_bus_message_get_path(3) - Set and query bus message addressing information
sd_bus_message_get_realtime_usec(3) - Retrieve the sender timestamps and sequence number of a message
sd_bus_message_get_reply_cookie(3) - Returns the transaction cookie of a message
sd_bus_message_get_sender(3) - Set and query bus message addressing information
sd_bus_message_get_seqnum(3) - Retrieve the sender timestamps and sequence number of a message
sd_bus_message_get_signature(3) - Query bus message signature
sd_bus_message_get_type(3) - Query bus message addressing/credentials metadata
sd_bus_message_has_signature(3) - Query bus message signature
sd_bus_message_is_empty(3) - Query bus message signature
sd_bus_message_is_method_call(3) - Query bus message addressing/credentials metadata
sd_bus_message_is_method_error(3) - Query bus message addressing/credentials metadata
sd_bus_message_is_signal(3) - Query bus message addressing/credentials metadata
SD_BUS_MESSAGE_METHOD_CALL(3) - Create a new bus message object and create or destroy references to it
SD_BUS_MESSAGE_METHOD_ERROR(3) - Create a new bus message object and create or destroy references to it
SD_BUS_MESSAGE_METHOD_RETURN(3) - Create a new bus message object and create or destroy references to it
sd_bus_message_new(3) - Create a new bus message object and create or destroy references to it
sd_bus_message_new_method_call(3) - Create a method call message
sd_bus_message_new_method_errno(3) - Create an error reply for a method call
sd_bus_message_new_method_errnof(3) - Create an error reply for a method call
sd_bus_message_new_method_error(3) - Create an error reply for a method call
sd_bus_message_new_method_errorf(3) - Create an error reply for a method call
sd_bus_message_new_method_return(3) - Create a method call message
sd_bus_message_new_signal(3) - Create a signal message
sd_bus_message_new_signal_to(3) - Create a signal message
sd_bus_message_open_container(3) - Create and move between containers in D-Bus messages
sd_bus_message_peek_type(3) - Read a sequence of values from a message
sd_bus_message_read(3) - Read a sequence of values from a message
sd_bus_message_read_array(3) - Access an array of elements in a message
sd_bus_message_read_basic(3) - Read a basic type from a message
sd_bus_message_read_strv(3) - Access an array of strings in a message
sd_bus_message_read_strv_extend(3) - Access an array of strings in a message
sd_bus_message_readv(3) - Read a sequence of values from a message
sd_bus_message_ref(3) - Create a new bus message object and create or destroy references to it
sd_bus_message_rewind(3) - Return to beginning of message or current container
sd_bus_message_seal(3) - Prepare a D-Bus message for transmission
sd_bus_message_send(3) - Queue a D-Bus message for transfer
sd_bus_message_sensitive(3) - Mark a message object as containing sensitive data
sd_bus_message_set_allow_interactive_authorization(3) - Set and query bus message metadata
sd_bus_message_set_auto_start(3) - Set and query bus message metadata
sd_bus_message_set_destination(3) - Set and query bus message addressing information
sd_bus_message_set_expect_reply(3) - Set and query bus message metadata
sd_bus_message_set_sender(3) - Set and query bus message addressing information
SD_BUS_MESSAGE_SIGNAL(3) - Create a new bus message object and create or destroy references to it
sd_bus_message_skip(3) - Skip elements in a bus message
sd_bus_message_unref(3) - Create a new bus message object and create or destroy references to it
sd_bus_message_unrefp(3) - Create a new bus message object and create or destroy references to it
sd_bus_message_verify_type(3) - Check if the message has specified type at the current location
SD_BUS_METHOD(3) - Declare properties and methods for a D-Bus path
SD_BUS_METHOD_WITH_NAMES(3) - Declare properties and methods for a D-Bus path
SD_BUS_METHOD_WITH_NAMES_OFFSET(3) - Declare properties and methods for a D-Bus path
SD_BUS_METHOD_WITH_OFFSET(3) - Declare properties and methods for a D-Bus path
sd_bus_negotiate_creds(3) - Control feature negotiation on bus connections
sd_bus_negotiate_fds(3) - Control feature negotiation on bus connections
sd_bus_negotiate_timestamp(3) - Control feature negotiation on bus connections
sd_bus_new(3) - Create a new bus object and create or destroy references to it
sd_bus_object_path_is_valid(3) - Check if a string is a valid bus name or object path
sd_bus_open(3) - Acquire a connection to a system or user bus
sd_bus_open_system(3) - Acquire a connection to a system or user bus
sd_bus_open_system_machine(3) - Acquire a connection to a system or user bus
sd_bus_open_system_remote(3) - Acquire a connection to a system or user bus
sd_bus_open_system_with_description(3) - Acquire a connection to a system or user bus
sd_bus_open_user(3) - Acquire a connection to a system or user bus
sd_bus_open_user_machine(3) - Acquire a connection to a system or user bus
sd_bus_open_user_with_description(3) - Acquire a connection to a system or user bus
sd_bus_open_with_description(3) - Acquire a connection to a system or user bus
SD_BUS_PARAM(3) - Declare properties and methods for a D-Bus path
sd_bus_path_decode(3) - Convert an external identifier into an object path and back
sd_bus_path_decode_many(3) - Convert an external identifier into an object path and back
sd_bus_path_encode(3) - Convert an external identifier into an object path and back
sd_bus_path_encode_many(3) - Convert an external identifier into an object path and back
sd_bus_pending_method_calls(3) - Return the number of currently pending, outgoing method calls
sd_bus_process(3) - Drive the connection
SD_BUS_PROPERTY(3) - Declare properties and methods for a D-Bus path
sd_bus_query_sender_creds(3) - Query bus message sender credentials/privileges
sd_bus_query_sender_privilege(3) - Query bus message sender credentials/privileges
sd_bus_ref(3) - Create a new bus object and create or destroy references to it
sd_bus_release_name(3) - Request or release a well-known service name on a bus
sd_bus_release_name_async(3) - Request or release a well-known service name on a bus
sd_bus_reply_method_errno(3) - Reply with an error to a D-Bus method call
sd_bus_reply_method_errnof(3) - Reply with an error to a D-Bus method call
sd_bus_reply_method_errnofv(3) - Reply with an error to a D-Bus method call
sd_bus_reply_method_error(3) - Reply with an error to a D-Bus method call
sd_bus_reply_method_errorf(3) - Reply with an error to a D-Bus method call
sd_bus_reply_method_errorfv(3) - Reply with an error to a D-Bus method call
sd_bus_reply_method_return(3) - Reply to a D-Bus method call
sd_bus_reply_method_returnv(3) - Reply to a D-Bus method call
sd_bus_request_name(3) - Request or release a well-known service name on a bus
sd_bus_request_name_async(3) - Request or release a well-known service name on a bus
sd_bus_send(3) - Queue a D-Bus message for transfer
sd_bus_send_to(3) - Queue a D-Bus message for transfer
sd_bus_service_name_is_valid(3) - Check if a string is a valid bus name or object path
sd_bus_set_address(3) - Set or query the address of the bus connection
sd_bus_set_allow_interactive_authorization(3) - Set or query properties of a bus object
sd_bus_set_anonymous(3) - Set or query properties of a bus object
sd_bus_set_bus_client(3) - Configure connection mode for a bus object
sd_bus_set_close_on_exit(3) - Control whether to close the bus connection during the event loop exit phase
sd_bus_set_connected_signal(3) - Control emission of local connection establishment signal on bus connections
sd_bus_set_description(3) - Set or query properties of a bus object
sd_bus_set_exec(3) - Set or query the address of the bus connection
sd_bus_set_exit_on_disconnect(3) - Control the exit behavior when the bus object disconnects
sd_bus_set_fd(3) - Set the file descriptors to use for bus communication
sd_bus_set_method_call_timeout(3) - Set or query the default D-Bus method call timeout of a bus object
sd_bus_set_monitor(3) - Configure connection mode for a bus object
sd_bus_set_property(3) - Set or query D-Bus service properties
sd_bus_set_propertyv(3) - Set or query D-Bus service properties
sd_bus_set_sender(3) - Configure default sender for outgoing messages
sd_bus_set_server(3) - Configure connection mode for a bus object
sd_bus_set_trusted(3) - Set or query properties of a bus object
sd_bus_set_watch_bind(3) - Control socket binding watching on bus connections
SD_BUS_SIGNAL(3) - Declare properties and methods for a D-Bus path
SD_BUS_SIGNAL_WITH_NAMES(3) - Declare properties and methods for a D-Bus path
sd_bus_slot_get_bus(3) - Query information attached to a bus slot object
sd_bus_slot_get_current_handler(3) - Query information attached to a bus slot object
sd_bus_slot_get_current_message(3) - Query information attached to a bus slot object
sd_bus_slot_get_current_userdata(3) - Query information attached to a bus slot object
sd_bus_slot_get_description(3) - Set or query the description of bus slot objects
sd_bus_slot_get_destroy_callback(3) - Define the callback function for resource cleanup
sd_bus_slot_get_floating(3) - Control whether a bus slot object is "floating"
sd_bus_slot_get_userdata(3) - Set and query the value in the "userdata" field
sd_bus_slot_ref(3) - Create and destroy references to a bus slot object
sd_bus_slot_set_description(3) - Set or query the description of bus slot objects
sd_bus_slot_set_destroy_callback(3) - Define the callback function for resource cleanup
sd_bus_slot_set_floating(3) - Control whether a bus slot object is "floating"
sd_bus_slot_set_userdata(3) - Set and query the value in the "userdata" field
sd_bus_slot_unref(3) - Create and destroy references to a bus slot object
sd_bus_slot_unrefp(3) - Create and destroy references to a bus slot object
sd_bus_start(3) - Initiate a bus connection to the D-bus broker daemon
sd_bus_track_add_name(3) - Add, remove and retrieve bus peers tracked in a bus peer tracking object
sd_bus_track_add_sender(3) - Add, remove and retrieve bus peers tracked in a bus peer tracking object
sd_bus_track_contains(3) - Add, remove and retrieve bus peers tracked in a bus peer tracking object
sd_bus_track_count(3) - Add, remove and retrieve bus peers tracked in a bus peer tracking object
sd_bus_track_count_name(3) - Add, remove and retrieve bus peers tracked in a bus peer tracking object
sd_bus_track_count_sender(3) - Add, remove and retrieve bus peers tracked in a bus peer tracking object
sd_bus_track_first(3) - Add, remove and retrieve bus peers tracked in a bus peer tracking object
sd_bus_track_get_bus(3) - Track bus peers
sd_bus_track_get_destroy_callback(3) - Define the callback function for resource cleanup
sd_bus_track_get_recursive(3) - Track bus peers
sd_bus_track_get_userdata(3) - Track bus peers
sd_bus_track_new(3) - Track bus peers
sd_bus_track_next(3) - Add, remove and retrieve bus peers tracked in a bus peer tracking object
sd_bus_track_ref(3) - Track bus peers
sd_bus_track_remove_name(3) - Add, remove and retrieve bus peers tracked in a bus peer tracking object
sd_bus_track_remove_sender(3) - Add, remove and retrieve bus peers tracked in a bus peer tracking object
sd_bus_track_set_destroy_callback(3) - Define the callback function for resource cleanup
sd_bus_track_set_recursive(3) - Track bus peers
sd_bus_track_set_userdata(3) - Track bus peers
sd_bus_track_unref(3) - Track bus peers
sd_bus_track_unrefp(3) - Track bus peers
sd_bus_unref(3) - Create a new bus object and create or destroy references to it
sd_bus_unrefp(3) - Create a new bus object and create or destroy references to it
SD_BUS_VTABLE_CAPABILITY(3) - Declare properties and methods for a D-Bus path
SD_BUS_VTABLE_END(3) - Declare properties and methods for a D-Bus path
SD_BUS_VTABLE_START(3) - Declare properties and methods for a D-Bus path
sd_bus_wait(3) - Wait for I/O on a bus connection
SD_BUS_WRITABLE_PROPERTY(3) - Declare properties and methods for a D-Bus path
SD_CRIT(3) - APIs for new-style daemons
sd-daemon(3) - APIs for new-style daemons
SD_DEBUG(3) - APIs for new-style daemons
sd-device(3) - API for enumerating and introspecting local devices
sd_device_get_devname(3) - Returns various fields of device objects
sd_device_get_devnum(3) - Returns various fields of device objects
sd_device_get_devpath(3) - Returns various fields of device objects
sd_device_get_devtype(3) - Returns various fields of device objects
sd_device_get_diskseq(3) - Returns various fields of device objects
sd_device_get_driver(3) - Returns various fields of device objects
sd_device_get_ifindex(3) - Returns various fields of device objects
sd_device_get_subsystem(3) - Returns various fields of device objects
sd_device_get_sysname(3) - Returns various fields of device objects
sd_device_get_sysnum(3) - Returns various fields of device objects
sd_device_get_syspath(3) - Returns various fields of device objects
sd_device_ref(3) - Create or destroy references to a device object
sd_device_unref(3) - Create or destroy references to a device object
sd_device_unrefp(3) - Create or destroy references to a device object
SD_EMERG(3) - APIs for new-style daemons
SD_ERR(3) - APIs for new-style daemons
sd-event(3) - A generic event loop implementation
sd_event(3) - Acquire and release an event loop object
sd_event_add_child(3) - Add a child process state change event source to an event loop
sd_event_add_child_pidfd(3) - Add a child process state change event source to an event loop
sd_event_add_defer(3) - Add static event sources to an event loop
sd_event_add_exit(3) - Add static event sources to an event loop
sd_event_add_inotify(3) - Add an "inotify" file system inode event source to an event loop
sd_event_add_inotify_fd(3) - Add an "inotify" file system inode event source to an event loop
sd_event_add_io(3) - Add an I/O event source to an event loop
sd_event_add_memory_pressure(3) - Add and configure an event source run as result of memory pressure
sd_event_add_post(3) - Add static event sources to an event loop
sd_event_add_signal(3) - Add a UNIX process signal event source to an event loop
sd_event_add_time(3) - Add a timer event source to an event loop
sd_event_add_time_relative(3) - Add a timer event source to an event loop
SD_EVENT_ARMED(3) - Low-level event loop operations
sd_event_child_handler_t(3) - Add a child process state change event source to an event loop
sd_event_default(3) - Acquire and release an event loop object
sd_event_destroy_t(3) - Define the callback function for resource cleanup
sd_event_dispatch(3) - Low-level event loop operations
sd_event_exit(3) - Ask the event loop to exit
SD_EVENT_EXITING(3) - Low-level event loop operations
SD_EVENT_FINISHED(3) - Low-level event loop operations
sd_event_get_exit_code(3) - Ask the event loop to exit
sd_event_get_fd(3) - Obtain a file descriptor to poll for event loop events
sd_event_get_iteration(3) - Low-level event loop operations
sd_event_get_state(3) - Low-level event loop operations
sd_event_get_tid(3) - Acquire and release an event loop object
sd_event_get_watchdog(3) - Enable event loop watchdog support
sd_event_handler_t(3) - Add static event sources to an event loop
SD_EVENT_INITIAL(3) - Low-level event loop operations
sd_event_inotify_handler_t(3) - Add an "inotify" file system inode event source to an event loop
sd_event_io_handler_t(3) - Add an I/O event source to an event loop
sd_event_loop(3) - Run an event loop
sd_event_new(3) - Acquire and release an event loop object
sd_event_now(3) - Retrieve current event loop iteration timestamp
SD_EVENT_OFF(3) - Enable or disable event sources
SD_EVENT_ON(3) - Enable or disable event sources
SD_EVENT_ONESHOT(3) - Enable or disable event sources
SD_EVENT_PENDING(3) - Low-level event loop operations
sd_event_prepare(3) - Low-level event loop operations
SD_EVENT_PREPARING(3) - Low-level event loop operations
SD_EVENT_PRIORITY_IDLE(3) - Set or retrieve the priority of event sources
SD_EVENT_PRIORITY_IMPORTANT(3) - Set or retrieve the priority of event sources
SD_EVENT_PRIORITY_NORMAL(3) - Set or retrieve the priority of event sources
sd_event_ref(3) - Acquire and release an event loop object
sd_event_run(3) - Run an event loop
SD_EVENT_RUNNING(3) - Low-level event loop operations
sd_event_set_signal_exit(3) - Automatically leave event loop on SIGINT and SIGTERM
sd_event_set_watchdog(3) - Enable event loop watchdog support
sd_event_signal_handler_t(3) - Add a UNIX process signal event source to an event loop
SD_EVENT_SIGNAL_PROCMASK(3) - Add a UNIX process signal event source to an event loop
sd_event_source(3) - Add an I/O event source to an event loop
sd_event_source_disable_unref(3) - Increase or decrease event source reference counters
sd_event_source_disable_unrefp(3) - Increase or decrease event source reference counters
sd_event_source_get_child_pid(3) - Add a child process state change event source to an event loop
sd_event_source_get_child_pidfd(3) - Add a child process state change event source to an event loop
sd_event_source_get_child_pidfd_own(3) - Add a child process state change event source to an event loop
sd_event_source_get_child_process_own(3) - Add a child process state change event source to an event loop
sd_event_source_get_description(3) - Set or retrieve descriptive names of event sources
sd_event_source_get_destroy_callback(3) - Define the callback function for resource cleanup
sd_event_source_get_enabled(3) - Enable or disable event sources
sd_event_source_get_event(3) - Retrieve the event loop of an event source
sd_event_source_get_exit_on_failure(3) - Set or retrieve the exit-on-failure feature of event sources
sd_event_source_get_floating(3) - Set or retrieve 'floating' state of event sources
sd_event_source_get_inotify_mask(3) - Add an "inotify" file system inode event source to an event loop
sd_event_source_get_inotify_path(3) - Add an "inotify" file system inode event source to an event loop
sd_event_source_get_io_events(3) - Add an I/O event source to an event loop
sd_event_source_get_io_fd(3) - Add an I/O event source to an event loop
sd_event_source_get_io_fd_own(3) - Add an I/O event source to an event loop
sd_event_source_get_io_revents(3) - Add an I/O event source to an event loop
sd_event_source_get_pending(3) - Determine pending state of event sources
sd_event_source_get_priority(3) - Set or retrieve the priority of event sources
sd_event_source_get_ratelimit(3) - Configure rate limiting on event sources
sd_event_source_get_signal(3) - Add a UNIX process signal event source to an event loop
sd_event_source_get_time(3) - Add a timer event source to an event loop
sd_event_source_get_time_accuracy(3) - Add a timer event source to an event loop
sd_event_source_get_time_clock(3) - Add a timer event source to an event loop
sd_event_source_get_userdata(3) - Set or retrieve user data pointer of event sources
sd_event_source_is_ratelimited(3) - Configure rate limiting on event sources
sd_event_source_leave_ratelimit(3) - Configure rate limiting on event sources
sd_event_source_ref(3) - Increase or decrease event source reference counters
sd_event_source_send_child_signal(3) - Add a child process state change event source to an event loop
sd_event_source_set_child_pidfd_own(3) - Add a child process state change event source to an event loop
sd_event_source_set_child_process_own(3) - Add a child process state change event source to an event loop
sd_event_source_set_description(3) - Set or retrieve descriptive names of event sources
sd_event_source_set_destroy_callback(3) - Define the callback function for resource cleanup
sd_event_source_set_enabled(3) - Enable or disable event sources
sd_event_source_set_exit_on_failure(3) - Set or retrieve the exit-on-failure feature of event sources
sd_event_source_set_floating(3) - Set or retrieve 'floating' state of event sources
sd_event_source_set_io_events(3) - Add an I/O event source to an event loop
sd_event_source_set_io_fd(3) - Add an I/O event source to an event loop
sd_event_source_set_io_fd_own(3) - Add an I/O event source to an event loop
sd_event_source_set_memory_pressure_period(3) - Add and configure an event source run as result of memory pressure
sd_event_source_set_memory_pressure_type(3) - Add and configure an event source run as result of memory pressure
sd_event_source_set_prepare(3) - Set a preparation callback for event sources
sd_event_source_set_priority(3) - Set or retrieve the priority of event sources
sd_event_source_set_ratelimit(3) - Configure rate limiting on event sources
sd_event_source_set_ratelimit_expire_callback(3) - Configure rate limiting on event sources
sd_event_source_set_time(3) - Add a timer event source to an event loop
sd_event_source_set_time_accuracy(3) - Add a timer event source to an event loop
sd_event_source_set_time_relative(3) - Add a timer event source to an event loop
sd_event_source_set_userdata(3) - Set or retrieve user data pointer of event sources
sd_event_source_unref(3) - Increase or decrease event source reference counters
sd_event_source_unrefp(3) - Increase or decrease event source reference counters
sd_event_time_handler_t(3) - Add a timer event source to an event loop
sd_event_trim_memory(3) - Add and configure an event source run as result of memory pressure
sd_event_unref(3) - Acquire and release an event loop object
sd_event_unrefp(3) - Acquire and release an event loop object
sd_event_wait(3) - Low-level event loop operations
sd_get_machine_names(3) - Determine available seats, sessions, logged in users and virtual machines/containers
sd_get_seats(3) - Determine available seats, sessions, logged in users and virtual machines/containers
sd_get_sessions(3) - Determine available seats, sessions, logged in users and virtual machines/containers
sd_get_uids(3) - Determine available seats, sessions, logged in users and virtual machines/containers
sd-hwdb(3) - Read-only access to the hardware description database
sd_hwdb_enumerate(3) - Seek to a location in hwdb or access entries
SD_HWDB_FOREACH_PROPERTY(3) - Seek to a location in hwdb or access entries
sd_hwdb_get(3) - Seek to a location in hwdb or access entries
sd_hwdb_new(3) - Create a new hwdb object and create or destroy references to it
sd_hwdb_new_from_path(3) - Create a new hwdb object and create or destroy references to it
sd_hwdb_ref(3) - Create a new hwdb object and create or destroy references to it
sd_hwdb_seek(3) - Seek to a location in hwdb or access entries
sd_hwdb_unref(3) - Create a new hwdb object and create or destroy references to it
sd-id128(3) - APIs for processing 128-bit IDs
SD_ID128_ALLF(3) - APIs for processing 128-bit IDs
SD_ID128_CONST_STR(3) - APIs for processing 128-bit IDs
sd_id128_equal(3) - APIs for processing 128-bit IDs
SD_ID128_FORMAT_STR(3) - APIs for processing 128-bit IDs
SD_ID128_FORMAT_VAL(3) - APIs for processing 128-bit IDs
sd_id128_from_string(3) - Format or parse 128-bit IDs as strings
sd_id128_get_app_specific(3) - Retrieve 128-bit IDs
sd_id128_get_boot(3) - Retrieve 128-bit IDs
sd_id128_get_boot_app_specific(3) - Retrieve 128-bit IDs
sd_id128_get_invocation(3) - Retrieve 128-bit IDs
sd_id128_get_machine(3) - Retrieve 128-bit IDs
sd_id128_get_machine_app_specific(3) - Retrieve 128-bit IDs
sd_id128_in_set(3) - APIs for processing 128-bit IDs
sd_id128_in_set_sentinel(3) - APIs for processing 128-bit IDs
sd_id128_in_setv(3) - APIs for processing 128-bit IDs
sd_id128_is_allf(3) - APIs for processing 128-bit IDs
sd_id128_is_null(3) - APIs for processing 128-bit IDs
SD_ID128_MAKE(3) - APIs for processing 128-bit IDs
SD_ID128_MAKE_STR(3) - APIs for processing 128-bit IDs
SD_ID128_MAKE_UUID_STR(3) - APIs for processing 128-bit IDs
SD_ID128_NULL(3) - APIs for processing 128-bit IDs
sd_id128_randomize(3) - Generate 128-bit IDs
sd_id128_string_equal(3) - APIs for processing 128-bit IDs
SD_ID128_STRING_MAX(3) - Format or parse 128-bit IDs as strings
sd_id128_t(3) - APIs for processing 128-bit IDs
sd_id128_to_string(3) - Format or parse 128-bit IDs as strings
SD_ID128_TO_STRING(3) - Format or parse 128-bit IDs as strings
sd_id128_to_uuid_string(3) - Format or parse 128-bit IDs as strings
SD_ID128_TO_UUID_STRING(3) - Format or parse 128-bit IDs as strings
SD_ID128_UUID_FORMAT_STR(3) - APIs for processing 128-bit IDs
SD_ID128_UUID_STRING_MAX(3) - Format or parse 128-bit IDs as strings
SD_INFO(3) - APIs for new-style daemons
sd_is_fifo(3) - Check the type of a file descriptor
sd_is_mq(3) - Check the type of a file descriptor
sd_is_socket(3) - Check the type of a file descriptor
sd_is_socket_inet(3) - Check the type of a file descriptor
sd_is_socket_sockaddr(3) - Check the type of a file descriptor
sd_is_socket_unix(3) - Check the type of a file descriptor
sd_is_special(3) - Check the type of a file descriptor
sd-journal(3) - APIs for submitting and querying log entries to and from the journal
sd_journal(3) - Open the system journal for reading
sd_journal_add_conjunction(3) - Add or remove entry matches
sd_journal_add_disjunction(3) - Add or remove entry matches
sd_journal_add_match(3) - Add or remove entry matches
SD_JOURNAL_ALL_NAMESPACES(3) - Open the system journal for reading
SD_JOURNAL_APPEND(3) - Journal change notification interface
sd_journal_close(3) - Open the system journal for reading
SD_JOURNAL_CURRENT_USER(3) - Open the system journal for reading
sd_journal_enumerate_available_data(3) - Read data fields from the current journal entry
sd_journal_enumerate_available_unique(3) - Read unique data fields from the journal
sd_journal_enumerate_data(3) - Read data fields from the current journal entry
sd_journal_enumerate_fields(3) - Read used field names from the journal
sd_journal_enumerate_unique(3) - Read unique data fields from the journal
sd_journal_flush_matches(3) - Add or remove entry matches
SD_JOURNAL_FOREACH(3) - Advance or set back the read pointer in the journal
SD_JOURNAL_FOREACH_BACKWARDS(3) - Advance or set back the read pointer in the journal
SD_JOURNAL_FOREACH_DATA(3) - Read data fields from the current journal entry
SD_JOURNAL_FOREACH_FIELD(3) - Read used field names from the journal
SD_JOURNAL_FOREACH_UNIQUE(3) - Read unique data fields from the journal
sd_journal_get_catalog(3) - Retrieve message catalog entry
sd_journal_get_catalog_for_message_id(3) - Retrieve message catalog entry
sd_journal_get_cursor(3) - Get cursor string for or test cursor string against the current journal entry
sd_journal_get_cutoff_monotonic_usec(3) - Read cut-off timestamps from the current journal entry
sd_journal_get_cutoff_realtime_usec(3) - Read cut-off timestamps from the current journal entry
sd_journal_get_data(3) - Read data fields from the current journal entry
sd_journal_get_data_threshold(3) - Read data fields from the current journal entry
sd_journal_get_events(3) - Journal change notification interface
sd_journal_get_fd(3) - Journal change notification interface
sd_journal_get_monotonic_usec(3) - Read timestamps from the current journal entry
sd_journal_get_realtime_usec(3) - Read timestamps from the current journal entry
sd_journal_get_seqnum(3) - Read sequence number from the current journal entry
sd_journal_get_timeout(3) - Journal change notification interface
sd_journal_get_usage(3) - Journal disk usage
sd_journal_has_persistent_files(3) - Query availability of runtime or persistent journal files
sd_journal_has_runtime_files(3) - Query availability of runtime or persistent journal files
SD_JOURNAL_INCLUDE_DEFAULT_NAMESPACE(3) - Open the system journal for reading
SD_JOURNAL_INVALIDATE(3) - Journal change notification interface
SD_JOURNAL_LOCAL_ONLY(3) - Open the system journal for reading
sd_journal_next(3) - Advance or set back the read pointer in the journal
sd_journal_next_skip(3) - Advance or set back the read pointer in the journal
SD_JOURNAL_NOP(3) - Journal change notification interface
sd_journal_open(3) - Open the system journal for reading
sd_journal_open_directory(3) - Open the system journal for reading
sd_journal_open_directory_fd(3) - Open the system journal for reading
sd_journal_open_files(3) - Open the system journal for reading
sd_journal_open_files_fd(3) - Open the system journal for reading
sd_journal_open_namespace(3) - Open the system journal for reading
SD_JOURNAL_OS_ROOT(3) - Open the system journal for reading
sd_journal_perror(3) - Submit log entries to the journal
sd_journal_perror_with_location(3) - Submit log entries to the journal
sd_journal_previous(3) - Advance or set back the read pointer in the journal
sd_journal_previous_skip(3) - Advance or set back the read pointer in the journal
sd_journal_print(3) - Submit log entries to the journal
sd_journal_printv(3) - Submit log entries to the journal
sd_journal_printv_with_location(3) - Submit log entries to the journal
sd_journal_print_with_location(3) - Submit log entries to the journal
sd_journal_process(3) - Journal change notification interface
sd_journal_query_unique(3) - Read unique data fields from the journal
sd_journal_reliable_fd(3) - Journal change notification interface
sd_journal_restart_data(3) - Read data fields from the current journal entry
sd_journal_restart_fields(3) - Read used field names from the journal
sd_journal_restart_unique(3) - Read unique data fields from the journal
SD_JOURNAL_RUNTIME_ONLY(3) - Open the system journal for reading
sd_journal_seek_cursor(3) - Seek to a position in the journal
sd_journal_seek_head(3) - Seek to a position in the journal
sd_journal_seek_monotonic_usec(3) - Seek to a position in the journal
sd_journal_seek_realtime_usec(3) - Seek to a position in the journal
sd_journal_seek_tail(3) - Seek to a position in the journal
sd_journal_send(3) - Submit log entries to the journal
sd_journal_sendv(3) - Submit log entries to the journal
sd_journal_sendv_with_location(3) - Submit log entries to the journal
sd_journal_send_with_location(3) - Submit log entries to the journal
sd_journal_set_data_threshold(3) - Read data fields from the current journal entry
sd_journal_step_one(3) - Advance or set back the read pointer in the journal
sd_journal_stream_fd(3) - Create log stream file descriptor to the journal
sd_journal_stream_fd_with_namespace(3) - Create log stream file descriptor to the journal
SD_JOURNAL_SUPPRESS_LOCATION(3) - Submit log entries to the journal
SD_JOURNAL_SYSTEM(3) - Open the system journal for reading
SD_JOURNAL_TAKE_DIRECTORY_FD(3) - Open the system journal for reading
sd_journal_test_cursor(3) - Get cursor string for or test cursor string against the current journal entry
sd_journal_wait(3) - Journal change notification interface
sd-json(3) - APIs for Dealing with JSON Objects
sd_listen_fds(3) - Check for file descriptors passed by the system manager
SD_LISTEN_FDS_START(3) - Check for file descriptors passed by the system manager
sd_listen_fds_with_names(3) - Check for file descriptors passed by the system manager
sd-login(3) - APIs for tracking logins
sd_login_monitor(3) - Monitor login sessions, seats, users and virtual machines/containers
sd_login_monitor_flush(3) - Monitor login sessions, seats, users and virtual machines/containers
sd_login_monitor_get_events(3) - Monitor login sessions, seats, users and virtual machines/containers
sd_login_monitor_get_fd(3) - Monitor login sessions, seats, users and virtual machines/containers
sd_login_monitor_get_timeout(3) - Monitor login sessions, seats, users and virtual machines/containers
sd_login_monitor_new(3) - Monitor login sessions, seats, users and virtual machines/containers
sd_login_monitor_unref(3) - Monitor login sessions, seats, users and virtual machines/containers
sd_login_monitor_unrefp(3) - Monitor login sessions, seats, users and virtual machines/containers
sd_machine_get_class(3) - Determine the class and network interface indices of a locally running virtual machine or container
sd_machine_get_ifindices(3) - Determine the class and network interface indices of a locally running virtual machine or container
SD_NOTICE(3) - APIs for new-style daemons
sd_notify(3) - Notify service manager about start-up completion and other service status changes
sd_notify_barrier(3) - Notify service manager about start-up completion and other service status changes
sd_notifyf(3) - Notify service manager about start-up completion and other service status changes
sd_path_lookup(3) - Query well-known file system paths
sd_path_lookup_strv(3) - Query well-known file system paths
sd_peer_get_cgroup(3) - Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to
sd_peer_get_machine_name(3) - Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to
sd_peer_get_owner_uid(3) - Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to
sd_peer_get_session(3) - Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to
sd_peer_get_slice(3) - Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to
sd_peer_get_unit(3) - Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to
sd_peer_get_user_slice(3) - Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to
sd_peer_get_user_unit(3) - Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to
sd_pidfd_get_cgroup(3) - Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to
sd_pidfd_get_machine_name(3) - Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to
sd_pidfd_get_owner_uid(3) - Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to
sd_pidfd_get_session(3) - Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to
sd_pidfd_get_slice(3) - Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to
sd_pidfd_get_unit(3) - Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to
sd_pidfd_get_user_slice(3) - Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to
sd_pidfd_get_user_unit(3) - Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to
sd_pid_get_cgroup(3) - Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to
sd_pid_get_machine_name(3) - Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to
sd_pid_get_owner_uid(3) - Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to
sd_pid_get_session(3) - Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to
sd_pid_get_slice(3) - Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to
sd_pid_get_unit(3) - Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to
sd_pid_get_user_slice(3) - Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to
sd_pid_get_user_unit(3) - Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to
sd_pid_notify(3) - Notify service manager about start-up completion and other service status changes
sd_pid_notify_barrier(3) - Notify service manager about start-up completion and other service status changes
sd_pid_notifyf(3) - Notify service manager about start-up completion and other service status changes
sd_pid_notifyf_with_fds(3) - Notify service manager about start-up completion and other service status changes
sd_pid_notify_with_fds(3) - Notify service manager about start-up completion and other service status changes
sd_seat_can_graphical(3) - Determine state of a specific seat
sd_seat_can_tty(3) - Determine state of a specific seat
sd_seat_get_active(3) - Determine state of a specific seat
sd_seat_get_sessions(3) - Determine state of a specific seat
sd_session_get_class(3) - Determine state of a specific session
sd_session_get_desktop(3) - Determine state of a specific session
sd_session_get_display(3) - Determine state of a specific session
sd_session_get_leader(3) - Determine state of a specific session
sd_session_get_remote_host(3) - Determine state of a specific session
sd_session_get_remote_user(3) - Determine state of a specific session
sd_session_get_seat(3) - Determine state of a specific session
sd_session_get_service(3) - Determine state of a specific session
sd_session_get_start_time(3) - Determine state of a specific session
sd_session_get_state(3) - Determine state of a specific session
sd_session_get_tty(3) - Determine state of a specific session
sd_session_get_type(3) - Determine state of a specific session
sd_session_get_uid(3) - Determine state of a specific session
sd_session_get_username(3) - Determine state of a specific session
sd_session_get_vt(3) - Determine state of a specific session
sd_session_is_active(3) - Determine state of a specific session
sd_session_is_remote(3) - Determine state of a specific session
sd_uid_get_display(3) - Determine login state of a specific Unix user ID
sd_uid_get_login_time(3) - Determine login state of a specific Unix user ID
sd_uid_get_seats(3) - Determine login state of a specific Unix user ID
sd_uid_get_sessions(3) - Determine login state of a specific Unix user ID
sd_uid_get_state(3) - Determine login state of a specific Unix user ID
sd_uid_is_on_seat(3) - Determine login state of a specific Unix user ID
SD_WARNING(3) - APIs for new-style daemons
sd_watchdog_enabled(3) - Check whether the service manager expects watchdog keep-alive notifications from a service
udev_device_get_action(3) - Query device properties
udev_device_get_current_tags_list_entry(3) - Retrieve or set device attributes
udev_device_get_devlinks_list_entry(3) - Retrieve or set device attributes
udev_device_get_devnode(3) - Query device properties
udev_device_get_devnum(3) - Query device properties
udev_device_get_devpath(3) - Query device properties
udev_device_get_devtype(3) - Query device properties
udev_device_get_driver(3) - Query device properties
udev_device_get_is_initialized(3) - Query device properties
udev_device_get_parent(3) - Query device properties
udev_device_get_parent_with_subsystem_devtype(3) - Query device properties
udev_device_get_properties_list_entry(3) - Retrieve or set device attributes
udev_device_get_property_value(3) - Retrieve or set device attributes
udev_device_get_subsystem(3) - Query device properties
udev_device_get_sysattr_list_entry(3) - Retrieve or set device attributes
udev_device_get_sysattr_value(3) - Retrieve or set device attributes
udev_device_get_sysname(3) - Query device properties
udev_device_get_sysnum(3) - Query device properties
udev_device_get_syspath(3) - Query device properties
udev_device_get_tags_list_entry(3) - Retrieve or set device attributes
udev_device_get_udev(3) - Query device properties
udev_device_has_current_tag(3) - Retrieve or set device attributes
udev_device_has_tag(3) - Retrieve or set device attributes
udev_device_new_from_device_id(3) - Create, acquire and release a udev device object
udev_device_new_from_devnum(3) - Create, acquire and release a udev device object
udev_device_new_from_environment(3) - Create, acquire and release a udev device object
udev_device_new_from_subsystem_sysname(3) - Create, acquire and release a udev device object
udev_device_new_from_syspath(3) - Create, acquire and release a udev device object
udev_device_ref(3) - Create, acquire and release a udev device object
udev_device_set_sysattr_value(3) - Retrieve or set device attributes
udev_device_unref(3) - Create, acquire and release a udev device object
udev_enumerate_add_match_is_initialized(3) - Modify filters
udev_enumerate_add_match_parent(3) - Modify filters
udev_enumerate_add_match_property(3) - Modify filters
udev_enumerate_add_match_subsystem(3) - Modify filters
udev_enumerate_add_match_sysattr(3) - Modify filters
udev_enumerate_add_match_sysname(3) - Modify filters
udev_enumerate_add_match_tag(3) - Modify filters
udev_enumerate_add_nomatch_subsystem(3) - Modify filters
udev_enumerate_add_nomatch_sysattr(3) - Modify filters
udev_enumerate_add_syspath(3) - Query or modify a udev enumerate object
udev_enumerate_get_list_entry(3) - Query or modify a udev enumerate object
udev_enumerate_get_udev(3) - Query or modify a udev enumerate object
udev_enumerate_new(3) - Create, acquire and release a udev enumerate object
udev_enumerate_ref(3) - Create, acquire and release a udev enumerate object
udev_enumerate_scan_devices(3) - Query or modify a udev enumerate object
udev_enumerate_scan_subsystems(3) - Query or modify a udev enumerate object
udev_enumerate_unref(3) - Create, acquire and release a udev enumerate object
udev_list_entry(3) - Iterate and access udev lists
udev_list_entry_get_by_name(3) - Iterate and access udev lists
udev_list_entry_get_name(3) - Iterate and access udev lists
udev_list_entry_get_next(3) - Iterate and access udev lists
udev_list_entry_get_value(3) - Iterate and access udev lists
udev_monitor_enable_receiving(3) - Query and modify device monitor
udev_monitor_filter_add_match_subsystem_devtype(3) - Modify filters
udev_monitor_filter_add_match_tag(3) - Modify filters
udev_monitor_filter_remove(3) - Modify filters
udev_monitor_filter_update(3) - Modify filters
udev_monitor_get_fd(3) - Query and modify device monitor
udev_monitor_get_udev(3) - Query and modify device monitor
udev_monitor_new_from_netlink(3) - Create, acquire and release a udev monitor object
udev_monitor_receive_device(3) - Query and modify device monitor
udev_monitor_ref(3) - Create, acquire and release a udev monitor object
udev_monitor_set_receive_buffer_size(3) - Query and modify device monitor
udev_monitor_unref(3) - Create, acquire and release a udev monitor object
udev_new(3) - Create, acquire and release a udev context object
udev_ref(3) - Create, acquire and release a udev context object
udev_unref(3) - Create, acquire and release a udev context object
binfmt.d(5) - Configure additional binary formats for executables at boot
capsule@.service(5) - System unit for the capsule service manager
coredump.conf(5) - Core dump storage configuration files
coredump.conf.d(5) - Core dump storage configuration files
crypttab(5) - Configuration for encrypted block devices
dnssec-trust-anchors.d(5) - DNSSEC trust anchor configuration files
environment.d(5) - Definition of user service environment
extension-release(5) - Operating system identification
homed.conf(5) - Home area/user account manager configuration files
homed.conf.d(5) - Home area/user account manager configuration files
hostname(5) - Local hostname configuration file
initrd-release(5) - Operating system identification
integritytab(5) - Configuration for integrity block devices
iocost.conf(5) - Configuration files for the iocost solution manager
journald.conf(5) - Journal service configuration files
journald@.conf(5) - Journal service configuration files
journald.conf.d(5) - Journal service configuration files
journal-remote.conf(5) - Configuration files for the service accepting remote journal uploads
journal-remote.conf.d(5) - Configuration files for the service accepting remote journal uploads
journal-upload.conf(5) - Configuration files for the journal upload service
journal-upload.conf.d(5) - Configuration files for the journal upload service
loader.conf(5) - Configuration file for systemd-boot
locale.conf(5) - Configuration file for locale settings
localtime(5) - Local timezone configuration file
logind.conf(5) - Login manager configuration files
logind.conf.d(5) - Login manager configuration files
machine-id(5) - Local machine ID configuration file
machine-info(5) - Local machine information file
modules-load.d(5) - Configure kernel modules to load at boot
networkd.conf(5) - Global Network configuration files
networkd.conf.d(5) - Global Network configuration files
oomd.conf(5) - Global systemd-oomd configuration files
oomd.conf.d(5) - Global systemd-oomd configuration files
org.freedesktop.home1(5) - The D-Bus interface of systemd-homed
org.freedesktop.hostname1(5) - The D-Bus interface of systemd-hostnamed
org.freedesktop.import1(5) - The D-Bus interface of systemd-importd
org.freedesktop.locale1(5) - The D-Bus interface of systemd-localed
org.freedesktop.LogControl1(5) - D-Bus interface to query and set logging configuration
org.freedesktop.login1(5) - The D-Bus interface of systemd-logind
org.freedesktop.machine1(5) - The D-Bus interface of systemd-machined
org.freedesktop.network1(5) - The D-Bus interface of systemd-networkd
org.freedesktop.oom1(5) - The D-Bus interface of systemd-oomd
org.freedesktop.portable1(5) - The D-Bus interface of systemd-portabled
org.freedesktop.resolve1(5) - The D-Bus interface of systemd-resolved
org.freedesktop.systemd1(5) - The D-Bus interface of systemd
org.freedesktop.timedate1(5) - The D-Bus interface of systemd-timedated
os-release(5) - Operating system identification
pstore.conf(5) - PStore configuration file
pstore.conf.d(5) - PStore configuration file
repart.d(5) - Partition Definition Files for Automatic Boot-Time Repartitioning
resolved.conf(5) - Network Name Resolution configuration files
resolved.conf.d(5) - Network Name Resolution configuration files
sleep.conf.d(5) - Suspend and hibernation configuration file
sysctl.d(5) - Configure kernel parameters at boot
system.conf.d(5) - System and session service manager configuration files
systemd.automount(5) - Automount unit configuration
systemd.device(5) - Device unit configuration
systemd.dnssd(5) - DNS-SD configuration
systemd.exec(5) - Execution environment configuration
systemd.kill(5) - Process killing procedure configuration
systemd.link(5) - Network device configuration
systemd.mount(5) - Mount unit configuration
systemd.negative(5) - DNSSEC trust anchor configuration files
systemd.netdev(5) - Virtual Network Device configuration
systemd.network(5) - Network configuration
systemd.nspawn(5) - Container settings
systemd.path(5) - Path unit configuration
systemd.pcrlock(5) - PCR measurement prediction files
systemd.pcrlock.d(5) - PCR measurement prediction files
systemd.positive(5) - DNSSEC trust anchor configuration files
systemd.preset(5) - Service enablement presets
systemd.resource-control(5) - Resource control unit settings
systemd.scope(5) - Scope unit configuration
systemd.service(5) - Service unit configuration
systemd-sleep.conf(5) - Suspend and hibernation configuration file
systemd.slice(5) - Slice unit configuration
systemd.socket(5) - Socket unit configuration
systemd.swap(5) - Swap unit configuration
systemd-system.conf(5) - System and session service manager configuration files
systemd.target(5) - Target unit configuration
systemd.timer(5) - Timer unit configuration
systemd.unit(5) - Unit configuration
systemd-user.conf(5) - System and session service manager configuration files
systemd-user-runtime-dir(5) - System units to start the user manager
sysupdate.d(5) - Transfer Definition Files for Automatic Updates
sysusers.d(5) - Declarative allocation of system users and groups
timesyncd.conf(5) - Network Time Synchronization configuration files
timesyncd.conf.d(5) - Network Time Synchronization configuration files
tmpfiles.d(5) - Configuration for creation, deletion, and cleaning of files and directories
udev.conf(5) - Configuration for device event managing daemon
udev.conf.d(5) - Configuration for device event managing daemon
user.conf.d(5) - System and session service manager configuration files
user-runtime-dir@.service(5) - System units to start the user manager
user@.service(5) - System units to start the user manager
vconsole.conf(5) - Configuration file for the virtual console
veritytab(5) - Configuration for verity block devices
bootup(7) - System bootup process
daemon(7) - Writing and packaging system daemons
file-hierarchy(7) - File system hierarchy overview
hwdb(7) - Hardware Database
kernel-command-line(7) - Kernel command line parameters
linuxaa64.efi.stub(7) - A simple UEFI kernel boot stub
linuxia32.efi.stub(7) - A simple UEFI kernel boot stub
linuxx64.efi.stub(7) - A simple UEFI kernel boot stub
sd-boot(7) - A simple UEFI boot manager
sd-stub(7) - A simple UEFI kernel boot stub
smbios-type-11(7) - SMBIOS Type 11 strings
systemd-boot(7) - A simple UEFI boot manager
systemd.directives(7) - Index of configuration directives
systemd.environment-generator(7) - systemd environment file generators
systemd.generator(7) - systemd unit generators
systemd.image-policy(7) - Disk Image Dissection Policy
systemd.index(7) - List all manpages from the systemd project
systemd.journal-fields(7) - Special journal fields
systemd.net-naming-scheme(7) - Network device naming schemes
systemd.offline-updates(7) - Implementation of offline updates in systemd
systemd.special(7) - Special systemd units
systemd-stub(7) - A simple UEFI kernel boot stub
systemd.syntax(7) - General syntax of systemd configuration files
systemd.system-credentials(7) - System Credentials
systemd.time(7) - Time and date specifications
systemd.v(7) - Directory with Versioned Resources
udev(7) - Dynamic device management
30-systemd-environment-d-generator(8) - Load variables specified by environment.d
halt(8) - Power off, reboot, or halt the machine
kernel-install(8) - Add and remove kernel and initrd images to and from /boot
libnss_myhostname.so.2(8) - Hostname resolution for the locally configured system hostname
libnss_mymachines.so.2(8) - Hostname resolution for local container instances
libnss_resolve.so.2(8) - Hostname resolution via systemd-resolved.service
libnss_systemd.so.2(8) - UNIX user and group name resolution for user/group lookup via Varlink
nss-myhostname(8) - Hostname resolution for the locally configured system hostname
nss-mymachines(8) - Hostname resolution for local container instances
nss-resolve(8) - Hostname resolution via systemd-resolved.service
nss-systemd(8) - UNIX user and group name resolution for user/group lookup via Varlink
pam_systemd(8) - Register user sessions in the systemd login manager
pam_systemd_home(8) - Authenticate users and mount home directories via systemd-homed.service
pam_systemd_loadkey(8) - Read password from kernel keyring and set it as PAM authtok
poweroff(8) - Power off, reboot, or halt the machine
rc-local.service(8) - Compatibility generator and service to start /etc/rc.local during boot
reboot(8) - Power off, reboot, or halt the machine
runlevel(8) - Print previous and current SysV runlevel
shutdown(8) - Halt, power off or reboot the machine
systemd-ask-password-console.path(8) - Query the user for system passwords on the console and via wall
systemd-ask-password-console.service(8) - Query the user for system passwords on the console and via wall
systemd-ask-password-wall.path(8) - Query the user for system passwords on the console and via wall
systemd-ask-password-wall.service(8) - Query the user for system passwords on the console and via wall
systemd-backlight(8) - Load and save the display backlight brightness at boot and shutdown
systemd-backlight@.service(8) - Load and save the display backlight brightness at boot and shutdown
systemd-battery-check(8) - Check battery level whether there's enough charge, and power off if not
systemd-battery-check.service(8) - Check battery level whether there's enough charge, and power off if not
systemd-binfmt(8) - Configure additional binary formats for executables at boot
systemd-binfmt.service(8) - Configure additional binary formats for executables at boot
systemd-bless-boot(8) - Mark current boot process as successful
systemd-bless-boot-generator(8) - Pull systemd-bless-boot.service into the initial boot transaction when boot counting is in effect
systemd-bless-boot.service(8) - Mark current boot process as successful
systemd-boot-check-no-failures(8) - verify that the system booted up cleanly
systemd-boot-check-no-failures.service(8) - verify that the system booted up cleanly
systemd-boot-random-seed.service(8) - Refresh boot loader random seed at boot
systemd-bsod(8) - Displays boot-time emergency log message in full screen
systemd-bsod.service(8) - Displays boot-time emergency log message in full screen
systemd-confext(8) - Activates System Extension Images
systemd-confext.service(8) - Activates System Extension Images
systemd-coredump(8) - Acquire, save and process core dumps
systemd-coredump@.service(8) - Acquire, save and process core dumps
systemd-coredump.socket(8) - Acquire, save and process core dumps
systemd-cryptsetup(8) - Full disk decryption logic
systemd-cryptsetup-generator(8) - Unit generator for /etc/crypttab
systemd-cryptsetup@.service(8) - Full disk decryption logic
systemd-debug-generator(8) - Generator for enabling a runtime debug shell and masking specific units at boot
systemd-environment-d-generator(8) - Load variables specified by environment.d
systemd-fsck(8) - File system checker logic
systemd-fsck-root.service(8) - File system checker logic
systemd-fsck@.service(8) - File system checker logic
systemd-fsck-usr.service(8) - File system checker logic
systemd-fstab-generator(8) - Unit generator for /etc/fstab
systemd-getty-generator(8) - Generator for enabling getty instances on the console
systemd-gpt-auto-generator(8) - Generator for automatically discovering and mounting root, /home/, /srv/, /var/ and /var/tmp/ partitions, as well as discovering and enabling swap partitions, based on GPT partition type GUIDs
systemd-growfs(8) - Creating and growing file systems on demand
systemd-growfs-root.service(8) - Creating and growing file systems on demand
systemd-growfs@.service(8) - Creating and growing file systems on demand
systemd-halt.service(8) - System shutdown logic
systemd-hibernate-clear.service(8) - Resume from hibernation
systemd-hibernate-resume(8) - Resume from hibernation
systemd-hibernate-resume-generator(8) - Unit generator for resume= kernel parameter
systemd-hibernate-resume.service(8) - Resume from hibernation
systemd-hibernate.service(8) - System sleep state logic
systemd-homed(8) - Home Area/User Account Manager
systemd-homed.service(8) - Home Area/User Account Manager
systemd-hostnamed(8) - Daemon to control system hostname from programs
systemd-hostnamed.service(8) - Daemon to control system hostname from programs
systemd-hwdb(8) - hardware database management tool
systemd-hybrid-sleep.service(8) - System sleep state logic
systemd-importd(8) - VM and container image import and export service
systemd-importd.service(8) - VM and container image import and export service
systemd-initctl(8) - /dev/initctl compatibility
systemd-initctl.service(8) - /dev/initctl compatibility
systemd-initctl.socket(8) - /dev/initctl compatibility
systemd-integritysetup(8) - Disk integrity protection logic
systemd-integritysetup-generator(8) - Unit generator for integrity protected block devices
systemd-integritysetup@.service(8) - Disk integrity protection logic
systemd-journald(8) - Journal service
systemd-journald-audit.socket(8) - Journal service
systemd-journald-dev-log.socket(8) - Journal service
systemd-journald.service(8) - Journal service
systemd-journald@.service(8) - Journal service
systemd-journald.socket(8) - Journal service
systemd-journald@.socket(8) - Journal service
systemd-journald-varlink@.socket(8) - Journal service
systemd-journal-gatewayd(8) - HTTP server for journal events
systemd-journal-gatewayd.service(8) - HTTP server for journal events
systemd-journal-gatewayd.socket(8) - HTTP server for journal events
systemd-journal-remote(8) - Receive journal messages over the network
systemd-journal-remote.service(8) - Receive journal messages over the network
systemd-journal-remote.socket(8) - Receive journal messages over the network
systemd-journal-upload(8) - Send journal messages over the network
systemd-journal-upload.service(8) - Send journal messages over the network
systemd-kexec.service(8) - System shutdown logic
systemd-localed(8) - Locale bus mechanism
systemd-localed.service(8) - Locale bus mechanism
systemd-logind(8) - Login manager
systemd-logind.service(8) - Login manager
systemd-machined(8) - Virtual machine and container registration manager
systemd-machined.service(8) - Virtual machine and container registration manager
systemd-machine-id-commit.service(8) - Commit a transient machine ID to disk
systemd-makefs(8) - Creating and growing file systems on demand
systemd-makefs@.service(8) - Creating and growing file systems on demand
systemd-mkswap@.service(8) - Creating and growing file systems on demand
systemd-modules-load(8) - Load kernel modules at boot
systemd-modules-load.service(8) - Load kernel modules at boot
systemd-mountfsd(8) - Disk Image File System Mount Service
systemd-mountfsd.service(8) - Disk Image File System Mount Service
systemd-networkd(8) - Network manager
systemd-networkd.service(8) - Network manager
systemd-networkd-wait-online(8) - Wait for network to come online
systemd-networkd-wait-online.service(8) - Wait for network to come online
systemd-networkd-wait-online@.service(8) - Wait for network to come online
systemd-network-generator(8) - Generate network configuration from the kernel command line
systemd-network-generator.service(8) - Generate network configuration from the kernel command line
systemd-nsresourced(8) - User Namespace Resource Delegation Service
systemd-nsresourced.service(8) - User Namespace Resource Delegation Service
systemd-oomd(8) - A userspace out-of-memory (OOM) killer
systemd-oomd.service(8) - A userspace out-of-memory (OOM) killer
systemd-pcrextend(8) - Measure boot phase into TPM2 PCR 11, machine ID and file system identity into PCR 15
systemd-pcrfs-root.service(8) - Measure boot phase into TPM2 PCR 11, machine ID and file system identity into PCR 15
systemd-pcrfs@.service(8) - Measure boot phase into TPM2 PCR 11, machine ID and file system identity into PCR 15
systemd-pcrlock(8) - Analyze and predict TPM2 PCR states and generate an access policy from the prediction
systemd-pcrlock-file-system.service(8) - Analyze and predict TPM2 PCR states and generate an access policy from the prediction
systemd-pcrlock-firmware-code.service(8) - Analyze and predict TPM2 PCR states and generate an access policy from the prediction
systemd-pcrlock-firmware-config.service(8) - Analyze and predict TPM2 PCR states and generate an access policy from the prediction
systemd-pcrlock-machine-id.service(8) - Analyze and predict TPM2 PCR states and generate an access policy from the prediction
systemd-pcrlock-make-policy.service(8) - Analyze and predict TPM2 PCR states and generate an access policy from the prediction
systemd-pcrlock-secureboot-authority.service(8) - Analyze and predict TPM2 PCR states and generate an access policy from the prediction
systemd-pcrlock-secureboot-policy.service(8) - Analyze and predict TPM2 PCR states and generate an access policy from the prediction
systemd-pcrmachine.service(8) - Measure boot phase into TPM2 PCR 11, machine ID and file system identity into PCR 15
systemd-pcrphase-initrd.service(8) - Measure boot phase into TPM2 PCR 11, machine ID and file system identity into PCR 15
systemd-pcrphase.service(8) - Measure boot phase into TPM2 PCR 11, machine ID and file system identity into PCR 15
systemd-pcrphase-sysinit.service(8) - Measure boot phase into TPM2 PCR 11, machine ID and file system identity into PCR 15
systemd-portabled(8) - Portable service manager
systemd-portabled.service(8) - Portable service manager
systemd-poweroff.service(8) - System shutdown logic
systemd-pstore(8) - A service to archive contents of pstore
systemd-pstore.service(8) - A service to archive contents of pstore
systemd-quotacheck(8) - File system quota checker logic
systemd-quotacheck.service(8) - File system quota checker logic
systemd-random-seed(8) - Load and save the OS system random seed at boot and shutdown
systemd-random-seed.service(8) - Load and save the OS system random seed at boot and shutdown
systemd-rc-local-generator(8) - Compatibility generator and service to start /etc/rc.local during boot
systemd-reboot.service(8) - System shutdown logic
systemd-remount-fs(8) - Remount root and kernel file systems
systemd-remount-fs.service(8) - Remount root and kernel file systems
systemd-repart(8) - Automatically grow and add partitions
systemd-repart.service(8) - Automatically grow and add partitions
systemd-resolved(8) - Network Name Resolution manager
systemd-resolved.service(8) - Network Name Resolution manager
systemd-rfkill(8) - Load and save the RF kill switch state at boot and change
systemd-rfkill.service(8) - Load and save the RF kill switch state at boot and change
systemd-rfkill.socket(8) - Load and save the RF kill switch state at boot and change
systemd-run-generator(8) - Generator for invoking commands specified on the kernel command line as system service
systemd-shutdown(8) - System shutdown logic
systemd-sleep(8) - System sleep state logic
systemd-socket-proxyd(8) - Bidirectionally proxy local sockets to another (possibly remote) socket
systemd-soft-reboot.service(8) - Userspace reboot operation
systemd-ssh-generator(8) - Generator for binding a socket-activated SSH server to local AF_VSOCK and AF_UNIX sockets
systemd-storagetm(8) - Exposes all local block devices as NVMe-TCP mass storage devices
systemd-storagetm.service(8) - Exposes all local block devices as NVMe-TCP mass storage devices
systemd-suspend.service(8) - System sleep state logic
systemd-suspend-then-hibernate.service(8) - System sleep state logic
systemd-sysctl(8) - Configure kernel parameters at boot
systemd-sysctl.service(8) - Configure kernel parameters at boot
systemd-sysext(8) - Activates System Extension Images
systemd-sysext.service(8) - Activates System Extension Images
systemd-system-update-generator(8) - Generator for redirecting boot to offline update mode
systemd-sysupdate(8) - Automatically Update OS or Other Resources
systemd-sysupdate-reboot.service(8) - Automatically Update OS or Other Resources
systemd-sysupdate-reboot.timer(8) - Automatically Update OS or Other Resources
systemd-sysupdate.service(8) - Automatically Update OS or Other Resources
systemd-sysupdate.timer(8) - Automatically Update OS or Other Resources
systemd-sysusers(8) - Allocate system users and groups
systemd-sysusers.service(8) - Allocate system users and groups
systemd-sysv-generator(8) - Unit generator for SysV init scripts
systemd-timedated(8) - Time and date bus mechanism
systemd-timedated.service(8) - Time and date bus mechanism
systemd-timesyncd(8) - Network Time Synchronization
systemd-timesyncd.service(8) - Network Time Synchronization
systemd-time-wait-sync(8) - Wait until kernel time is synchronized
systemd-time-wait-sync.service(8) - Wait until kernel time is synchronized
systemd-tmpfiles(8) - Create, delete, and clean up files and directories
systemd-tmpfiles-clean.service(8) - Create, delete, and clean up files and directories
systemd-tmpfiles-clean.timer(8) - Create, delete, and clean up files and directories
systemd-tmpfiles-setup-dev-early.service(8) - Create, delete, and clean up files and directories
systemd-tmpfiles-setup-dev.service(8) - Create, delete, and clean up files and directories
systemd-tmpfiles-setup.service(8) - Create, delete, and clean up files and directories
systemd-tpm2-generator(8) - Generator for inserting TPM2 synchronization point in the boot process
systemd-tpm2-setup(8) - Set up the TPM2 Storage Root Key (SRK) at boot
systemd-tpm2-setup-early.service(8) - Set up the TPM2 Storage Root Key (SRK) at boot
systemd-tpm2-setup.service(8) - Set up the TPM2 Storage Root Key (SRK) at boot
systemd-udevd(8) - Device event managing daemon
systemd-udevd-control.socket(8) - Device event managing daemon
systemd-udevd-kernel.socket(8) - Device event managing daemon
systemd-udevd.service(8) - Device event managing daemon
systemd-udev-settle.service(8) - Wait for all pending udev events to be handled
systemd-update-done(8) - Mark /etc/ and /var/ fully updated
systemd-update-done.service(8) - Mark /etc/ and /var/ fully updated
systemd-update-utmp(8) - Write audit and utmp updates at bootup, runlevel changes and shutdown
systemd-update-utmp-runlevel.service(8) - Write audit and utmp updates at bootup, runlevel changes and shutdown
systemd-update-utmp.service(8) - Write audit and utmp updates at bootup, runlevel changes and shutdown
systemd-userdbd(8) - JSON User/Group Record Query Multiplexer/NSS Compatibility
systemd-userdbd.service(8) - JSON User/Group Record Query Multiplexer/NSS Compatibility
systemd-user-sessions(8) - Permit user logins after boot, prohibit user logins at shutdown
systemd-user-sessions.service(8) - Permit user logins after boot, prohibit user logins at shutdown
systemd-vconsole-setup(8) - Configure the virtual consoles
systemd-vconsole-setup.service(8) - Configure the virtual consoles
systemd-veritysetup(8) - Disk verity protection logic
systemd-veritysetup-generator(8) - Unit generator for verity protected block devices
systemd-veritysetup@.service(8) - Disk verity protection logic
systemd-volatile-root(8) - Make the root file system volatile
systemd-volatile-root.service(8) - Make the root file system volatile
systemd-xdg-autostart-generator(8) - User unit generator for XDG autostart files
telinit(8) - Change SysV runlevel
udevadm(8) - udev management tool
1179 страниц
systemtap (инструмент трассировки и анализа системы в реальном времени)
cdrwtool(1) - perform various actions on a CD-R, CD-RW, and DVD-R
udfinfo(1) - show information about UDF filesystem
wrudf(1) - Maintain a UDF filesystem.
mkfs.udf(8) - create a UDF filesystem
mkudffs(8) - create a UDF filesystem
pktsetup(8) - set up and tear down packet device associations
udflabel(8) - show or change UDF filesystem label
cal(1) - display a calendar
chfn(1) - change your finger information
choom(1) - display and adjust OOM-killer score.
chrt(1) - manipulate the real-time attributes of a process
chsh(1) - change your login shell
col(1) - filter reverse line feeds from input
colcrt(1) - filter nroff output for CRT previewing
colrm(1) - remove columns from a file
column(1) - columnate lists
coresched(1) - manage core scheduling cookies for tasks
dmesg(1) - print or control the kernel ring buffer
eject(1) - eject removable media
enosys(1) - utility to make syscalls fail with ENOSYS
exch(1) - atomically exchanges paths between two files
fadvise(1) - utility to use the posix_fadvise system call
fallocate(1) - preallocate or deallocate space to a file
fincore(1) - count pages of file contents in core
flock(1) - manage locks from shell scripts
getopt(1) - parse command options (enhanced)
hardlink(1) - link multiple copies of a file
hexdump(1) - display file contents in hexadecimal, decimal, octal, or ascii
ionice(1) - set or get process I/O scheduling class and priority
ipcmk(1) - make various IPC resources
ipcrm(1) - remove certain IPC resources
ipcs(1) - show information on IPC facilities
irqtop(1) - utility to display kernel interrupt information
kill(1) - terminate a process
last(1) - show a listing of last logged in users
lastb(1) - list logins on the system
logger(1) - enter messages into the system log
login(1) - begin session on the system
look(1) - display lines beginning with a given string
lsclocks(1) - display system clocks
lscpu(1) - display information about the CPU architecture
lsfd(1) - list file descriptors
lsipc(1) - show information on IPC facilities currently employed in the system
lsirq(1) - utility to display kernel interrupt information
lslogins(1) - display information about known users in the system
lsmem(1) - list the ranges of available memory with their online status
mcookie(1) - generate magic cookies for xauth
mesg(1) - display (or do not display) messages from other users
more(1) - display the contents of a file in a terminal
mountpoint(1) - see if a directory or file is a mountpoint
namei(1) - follow a pathname until a terminal point is found
nsenter(1) - run program in different namespaces
pipesz(1) - set or examine pipe and FIFO buffer sizes
prlimit(1) - get and set process resource limits
rename(1) - rename files
renice(1) - alter priority of running processes
rev(1) - reverse lines characterwise
runuser(1) - run a command with substitute user and group ID
script(1) - make typescript of terminal session
scriptlive(1) - re-run session typescripts, using timing information
scriptreplay(1) - play back typescripts, using timing information
setpgid(1) - run a program in a new process group
setpriv(1) - run a program with different Linux privilege settings
setsid(1) - run a program in a new session
setterm(1) - set terminal attributes
su(1) - run a command with substitute user and group ID
taskset(1) - set or retrieve a process's CPU affinity
uclampset(1) - manipulate the utilization clamping attributes of the system or a process
ul(1) - do underlining
unshare(1) - run program in new namespaces
utmpdump(1) - dump UTMP and WTMP files in raw format
uuidgen(1) - create a new UUID value
uuidparse(1) - a utility to parse unique identifiers
waitpid(1) - utility to wait for arbitrary processes
wall(1) - write a message to all users
whereis(1) - locate the binary, source, and manual page files for a command
lastlog2(3) - Y2038 safe version of lastlog library.
libblkid(3) - block device identification library
ll2_import_lastlog(3) - Import old lastlog file.
ll2_read_all(3) - Reads all entries from database and calls the callback function for each entry.
ll2_read_entry(3) - Reads one entry from database and returns that.
ll2_remove_entry(3) - Remove all entries of an user.
ll2_rename_user(3) - Renames an user entry.
ll2_update_login_time(3) - Writes an *new* entry with updated login time.
ll2_write_entry(3) - Write a new entry into the database.
uuid(3) - DCE compatible Universally Unique Identifier library
uuid_clear(3) - reset value of UUID variable to the NULL value
uuid_compare(3) - compare whether two UUIDs are the same
uuid_copy(3) - copy a UUID value
uuid_generate(3) - create a new unique UUID value
uuid_generate_random(3) - create a new unique UUID value
uuid_generate_time(3) - create a new unique UUID value
uuid_generate_time_safe(3) - create a new unique UUID value
uuid_is_null(3) - compare the value of the UUID to the NULL value
uuid_parse(3) - convert an input UUID string into binary representation
uuid_time(3) - extract the time at which the UUID was created
uuid_unparse(3) - convert a UUID from binary representation to a string
adjtime_config(5) - information about hardware clock setting and drift factor
fstab(5) - static information about the filesystems
scols-filter(5) - syntax for libsmartcols filter expressions
terminal-colors.d(5) - configure output colorization for various utilities
addpart(8) - tell the kernel about the existence of a partition
agetty(8) - alternative Linux getty
blkdiscard(8) - discard sectors on a device
blkid(8) - locate/print block device attributes
blkpr(8) - run persistent reservations command on a device
blkzone(8) - run zone command on a device
blockdev(8) - call block device ioctls from the command line
cfdisk(8) - display or manipulate a disk partition table
chcpu(8) - configure CPUs
chmem(8) - configure memory
ctrlaltdel(8) - set the function of the Ctrl-Alt-Del combination
delpart(8) - tell the kernel to forget about a partition
fdisk(8) - manipulate disk partition table
findfs(8) - find a filesystem by label or UUID
findmnt(8) - find a filesystem
fsck(8) - check and repair a Linux filesystem
fsck.cramfs(8) - fsck compressed ROM file system
fsck.minix(8) - check consistency of Minix filesystem
fsfreeze(8) - suspend access to a filesystem (Ext3/4, ReiserFS, JFS, XFS)
fstrim(8) - discard unused blocks on a mounted filesystem
hwclock(8) - time clocks utility
i386(8) - change reported architecture in new program environment and/or set personality flags
isosize(8) - output the length of an iso9660 filesystem
lastlog2(8) - display date of last login for all users or a specific one
ldattach(8) - attach a line discipline to a serial line
linux32(8) - change reported architecture in new program environment and/or set personality flags
linux64(8) - change reported architecture in new program environment and/or set personality flags
losetup(8) - set up and control loop devices
lsblk(8) - list block devices
lslocks(8) - list local system locks
lsns(8) - list namespaces
mkfs(8) - build a Linux filesystem
mkfs.bfs(8) - make an SCO bfs filesystem
mkfs.cramfs(8) - make compressed ROM file system
mkfs.minix(8) - make a Minix filesystem
mkswap(8) - set up a Linux swap area
mount(8) - mount a filesystem
nologin(8) - politely refuse a login
pam_lastlog2(8) - PAM module to display date of last login
partx(8) - tell the kernel about the presence and numbering of on-disk partitions
pivot_root(8) - change the root filesystem
readprofile(8) - read kernel profiling information
resizepart(8) - tell the kernel about the new size of a partition
rfkill(8) - tool for enabling and disabling wireless devices
rtcwake(8) - enter a system sleep state until specified wakeup time
setarch(8) - change reported architecture in new program environment and/or set personality flags
sfdisk(8) - display or manipulate a disk partition table
sulogin(8) - single-user login
swaplabel(8) - print or change the label or UUID of a swap area
swapoff(8) - enable/disable devices and files for paging and swapping
swapon(8) - enable/disable devices and files for paging and swapping
switch_root(8) - switch to another filesystem as the root of the mount tree
umount(8) - unmount filesystems
uname26(8) - change reported architecture in new program environment and/or set personality flags
uuidd(8) - UUID generation daemon
wdctl(8) - show hardware watchdog status
wipefs(8) - wipe a signature from a device
x86_64(8) - change reported architecture in new program environment and/or set personality flags
zramctl(8) - set up and control zram devices
153 страницы
valgrind (система отладки и профилирования программ Linux)
callgrind_annotate(1) - post-processing tool for the Callgrind
callgrind_control(1) - observe and control programs being run by Callgrind
cg_annotate(1) - post-processing tool for Cachegrind
cg_diff(1) - (deprecated) diffs two Cachegrind output files
cg_merge(1) - (deprecated) merges multiple Cachegrind output files into one
ms_print(1) - post-processing tool for Massif
valgrind(1) - a suite of tools for debugging and profiling programs
valgrind-di-server(1) - Experimental debuginfo server for valgrind
valgrind-listener(1) - listens on a socket for Valgrind commentary
vgdb(1) - intermediary between Valgrind and GDB or a shell