1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
8 <sect1 id="ch-system-util-linux-ng" role="wrap">
9 <?dbhtml filename="util-linux-ng.html"?>
11 <sect1info condition="script">
12 <productname>util-linux-ng</productname>
13 <productnumber>&util-linux-ng-version;</productnumber>
14 <address>&util-linux-ng-url;</address>
17 <title>Util-linux-ng-&util-linux-ng-version;</title>
19 <indexterm zone="ch-system-util-linux-ng">
20 <primary sortas="a-Util-linux-ng">Util-linux-ng</primary>
23 <sect2 role="package">
26 <para>The Util-linux-ng package contains miscellaneous utility programs.
27 Among them are utilities for handling file systems, consoles, partitions,
31 <segtitle>&buildtime;</segtitle>
32 <segtitle>&diskspace;</segtitle>
35 <seg>&util-linux-ng-ch6-sbu;</seg>
36 <seg>&util-linux-ng-ch6-du;</seg>
42 <sect2 role="installation">
43 <title>FHS compliance notes</title>
45 <para>The FHS recommends using the <filename
46 class="directory">/var/lib/hwclock</filename> directory instead of the
47 usual <filename class="directory">/etc</filename> directory as the
48 location for the <filename>adjtime</filename> file. To make the
49 <command>hwclock</command> program FHS-compliant, run the
52 <screen><userinput remap="pre">sed -e 's@etc/adjtime@var/lib/hwclock/adjtime@g' \
53 -i $(grep -rl '/etc/adjtime' .)
54 mkdir -pv /var/lib/hwclock</userinput></screen>
58 <sect2 role="installation">
59 <title>Installation of Util-linux-ng</title>
61 <screen><userinput remap="configure">./configure --enable-arch --enable-partx --enable-write</userinput></screen>
64 <title>The meaning of the configure options:</title>
67 <term><parameter>--enable-arch</parameter></term>
69 <para>Enables building the <command>arch</command> program</para>
73 <term><parameter>--enable-partx</parameter></term>
75 <para>Enables building the <command>addpart</command>,
76 <command>delpart</command> and <command>partx</command>
81 <term><parameter>--enable-write</parameter></term>
83 <para>Enables building the <command>write</command> program</para>
89 <para>Compile the package:</para>
91 <screen><userinput remap="make">make</userinput></screen>
93 <para>This package does not come with a test suite.</para>
95 <para>Install the package:</para>
97 <screen><userinput remap="install">make install</userinput></screen>
101 <sect2 id="contents-utillinux" role="content">
102 <title>Contents of Util-linux-ng</title>
105 <segtitle>Installed programs</segtitle>
106 <segtitle>Installed libraries</segtitle>
109 <seg>addpart, agetty, arch, blkid, blockdev, cal, cfdisk, chkdupexe,
110 chrt, col, colcrt, colrm, column, ctrlaltdel, cytune, ddate, delpart,
111 dmesg, fdformat, fdisk, findfs, flock, fsck, fsck.cramfs, fsck.minix,
112 getopt, hexdump, hwclock, i386, ionice, ipcmk, ipcrm, ipcs, isosize,
113 ldattach, line, linux32, linux64, logger, look, losetup, lscpu,
114 mcookie, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap, more, mount,
115 namei, partx, pg, pivot_root, readprofile, rename, renice, rev,
116 rtcwake, script, scriptreplay, setarch, setsid, setterm, sfdisk,
117 swapoff (link to swapon), swapon, switch_root, tailf, taskset, tunelp,
118 ul, umount, uuidd, uuidgen, wall, whereis, and write</seg>
119 <seg>libblkid.{a,so}, libuuid.{a,so}</seg>
124 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
125 <?dbfo list-presentation="list"?>
126 <?dbhtml list-presentation="table"?>
128 <varlistentry id="addpart">
129 <term><command>addpart</command></term>
131 <para>Informs the Linux kernel of new partitions</para>
132 <indexterm zone="ch-system-util-linux-ng addpart">
133 <primary sortas="b-addpart">addpart</primary>
138 <varlistentry id="agetty">
139 <term><command>agetty</command></term>
141 <para>Opens a tty port, prompts for a login name,
142 and then invokes the <command>login</command> program</para>
143 <indexterm zone="ch-system-util-linux-ng agetty">
144 <primary sortas="b-agetty">agetty</primary>
149 <varlistentry id="arch">
150 <term><command>arch</command></term>
152 <para>Reports the machine's architecture</para>
153 <indexterm zone="ch-system-util-linux-ng arch">
154 <primary sortas="b-arch">arch</primary>
159 <varlistentry id="blkid">
160 <term><command>blkid</command></term>
162 <para>A command line utility to locate and print block device
164 <indexterm zone="ch-system-util-linux-ng blkid">
165 <primary sortas="b-blkid">blkid</primary>
170 <varlistentry id="blockdev">
171 <term><command>blockdev</command></term>
173 <para>Allows users to call block device ioctls from the command
175 <indexterm zone="ch-system-util-linux-ng blockdev">
176 <primary sortas="b-blockdev">blockdev</primary>
181 <varlistentry id="cal">
182 <term><command>cal</command></term>
184 <para>Displays a simple calendar</para>
185 <indexterm zone="ch-system-util-linux-ng cal">
186 <primary sortas="b-cal">cal</primary>
191 <varlistentry id="cfdisk">
192 <term><command>cfdisk</command></term>
194 <para>Manipulates the partition table of the given device</para>
195 <indexterm zone="ch-system-util-linux-ng cfdisk">
196 <primary sortas="b-cfdisk">cfdisk</primary>
201 <varlistentry id="chkdupexe">
202 <term><command>chkdupexe</command></term>
204 <para>Finds duplicate executables</para>
205 <indexterm zone="ch-system-util-linux-ng chkdupexe">
206 <primary sortas="b-chkdupexe">chkdupexe</primary>
211 <varlistentry id="chrt">
212 <term><command>chrt</command></term>
214 <para>Manipulates real-time attributes of a process</para>
215 <indexterm zone="ch-system-util-linux-ng chrt">
216 <primary sortas="b-chrt">chrt</primary>
221 <varlistentry id="col">
222 <term><command>col</command></term>
224 <para>Filters out reverse line feeds</para>
225 <indexterm zone="ch-system-util-linux-ng col">
226 <primary sortas="b-col">col</primary>
231 <varlistentry id="colcrt">
232 <term><command>colcrt</command></term>
234 <para>Filters <command>nroff</command> output for terminals
235 that lack some capabilities, such as overstriking and half-lines</para>
236 <indexterm zone="ch-system-util-linux-ng colcrt">
237 <primary sortas="b-colcrt">colcrt</primary>
242 <varlistentry id="colrm">
243 <term><command>colrm</command></term>
245 <para>Filters out the given columns</para>
246 <indexterm zone="ch-system-util-linux-ng colrm">
247 <primary sortas="b-colrm">colrm</primary>
252 <varlistentry id="column">
253 <term><command>column</command></term>
255 <para>Formats a given file into multiple columns</para>
256 <indexterm zone="ch-system-util-linux-ng column">
257 <primary sortas="b-column">column</primary>
262 <varlistentry id="ctrlaltdel">
263 <term><command>ctrlaltdel</command></term>
265 <para>Sets the function of the Ctrl+Alt+Del key combination to a
266 hard or a soft reset</para>
267 <indexterm zone="ch-system-util-linux-ng ctrlaltdel">
268 <primary sortas="b-ctrlaltdel">ctrlaltdel</primary>
273 <varlistentry id="cytune">
274 <term><command>cytune</command></term>
276 <para>Tunes the parameters of the serial line drivers for
277 Cyclades cards</para>
278 <indexterm zone="ch-system-util-linux-ng cytune">
279 <primary sortas="b-cytune">cytune</primary>
284 <varlistentry id="ddate">
285 <term><command>ddate</command></term>
287 <para>Gives the Discordian date or converts the given Gregorian date
288 to a Discordian one</para>
289 <indexterm zone="ch-system-util-linux-ng ddate">
290 <primary sortas="b-ddate">ddate</primary>
295 <varlistentry id="delpart">
296 <term><command>delpart</command></term>
298 <para>Asks the Linux kernel to remove a partition</para>
299 <indexterm zone="ch-system-util-linux-ng delpart">
300 <primary sortas="b-delpart">delpart</primary>
305 <varlistentry id="dmesg">
306 <term><command>dmesg</command></term>
308 <para>Dumps the kernel boot messages</para>
309 <indexterm zone="ch-system-util-linux-ng dmesg">
310 <primary sortas="b-dmesg">dmesg</primary>
315 <varlistentry id="fdformat">
316 <term><command>fdformat</command></term>
318 <para>Low-level formats a floppy disk</para>
319 <indexterm zone="ch-system-util-linux-ng fdformat">
320 <primary sortas="b-fdformat">fdformat</primary>
325 <varlistentry id="fdisk">
326 <term><command>fdisk</command></term>
328 <para>Manipulates the paritition table of the given device</para>
329 <indexterm zone="ch-system-util-linux-ng fdisk">
330 <primary sortas="b-fdisk">fdisk</primary>
335 <varlistentry id="findfs">
336 <term><command>findfs</command></term>
338 <para>Finds a file system by label or Universally Unique Identifier
340 <indexterm zone="ch-system-util-linux-ng findfs">
341 <primary sortas="b-findfs">findfs</primary>
346 <varlistentry id="flock">
347 <term><command>flock</command></term>
349 <para>Acquires a file lock and then executes a command with the lock
351 <indexterm zone="ch-system-util-linux-ng flock">
352 <primary sortas="b-flock">flock</primary>
357 <varlistentry id="fsck">
358 <term><command>fsck</command></term>
360 <para>Is used to check, and optionally repair, file systems</para>
361 <indexterm zone="ch-system-util-linux-ng fsck">
362 <primary sortas="b-fsck">fsck</primary>
367 <varlistentry id="fsck.cramfs">
368 <term><command>fsck.cramfs</command></term>
370 <para>Performs a consistency check on the Cramfs file system on the
372 <indexterm zone="ch-system-util-linux-ng fsck.cramfs">
373 <primary sortas="b-fsck.cramfs">fsck.cramfs</primary>
378 <varlistentry id="fsck.minix">
379 <term><command>fsck.minix</command></term>
381 <para>Performs a consistency check on the Minix file system on the
383 <indexterm zone="ch-system-util-linux-ng fsck.minix">
384 <primary sortas="b-fsck.minix">fsck.minix</primary>
389 <varlistentry id="getopt">
390 <term><command>getopt</command></term>
392 <para>Parses options in the given command line</para>
393 <indexterm zone="ch-system-util-linux-ng getopt">
394 <primary sortas="b-getopt">getopt</primary>
399 <varlistentry id="hexdump">
400 <term><command>hexdump</command></term>
402 <para>Dumps the given file in hexadecimal or in another given
404 <indexterm zone="ch-system-util-linux-ng hexdump">
405 <primary sortas="b-hexdump">hexdump</primary>
410 <varlistentry id="hwclock">
411 <term><command>hwclock</command></term>
413 <para>Reads or sets the system's hardware clock, also called
414 the Real-Time Clock (RTC) or Basic Input-Output System (BIOS)
416 <indexterm zone="ch-system-util-linux-ng hwclock">
417 <primary sortas="b-hwclock">hwclock</primary>
422 <varlistentry id="i386">
423 <term><command>i386</command></term>
425 <para>A symbolic link to setarch</para>
426 <indexterm zone="ch-system-util-linux-ng i386">
427 <primary sortas="b-i386">i386</primary>
432 <varlistentry id="ionice">
433 <term><command>ionice</command></term>
435 <para>Gets or sets the io scheduling class and priority for a program</para>
436 <indexterm zone="ch-system-util-linux-ng ionice">
437 <primary sortas="b-ionice">ionice</primary>
442 <varlistentry id="ipcmk">
443 <term><command>ipcmk</command></term>
445 <para>Creates various IPC resources</para>
446 <indexterm zone="ch-system-util-linux-ng ipcmk">
447 <primary sortas="b-ipcmk">ipcmk</primary>
452 <varlistentry id="ipcrm">
453 <term><command>ipcrm</command></term>
455 <para>Removes the given Inter-Process Communication (IPC) resource</para>
456 <indexterm zone="ch-system-util-linux-ng ipcrm">
457 <primary sortas="b-ipcrm">ipcrm</primary>
462 <varlistentry id="ipcs">
463 <term><command>ipcs</command></term>
465 <para>Provides IPC status information</para>
466 <indexterm zone="ch-system-util-linux-ng ipcs">
467 <primary sortas="b-ipcs">ipcs</primary>
472 <varlistentry id="isosize">
473 <term><command>isosize</command></term>
475 <para>Reports the size of an iso9660 file system</para>
476 <indexterm zone="ch-system-util-linux-ng isosize">
477 <primary sortas="b-isosize">isosize</primary>
482 <varlistentry id="ldattach">
483 <term><command>ldattach</command></term>
485 <para>Attaches a line discipline to a serial line</para>
486 <indexterm zone="ch-system-util-linux-ng ldattach">
487 <primary sortas="b-ldattach">ldattach</primary>
492 <varlistentry id="line">
493 <term><command>line</command></term>
495 <para>Copies a single line</para>
496 <indexterm zone="ch-system-util-linux-ng line">
497 <primary sortas="b-line">line</primary>
502 <varlistentry id="linux32">
503 <term><command>linux32</command></term>
505 <para>A symbolic link to setarch</para>
506 <indexterm zone="ch-system-util-linux-ng linux32">
507 <primary sortas="b-linux32">linux32</primary>
512 <varlistentry id="linux64">
513 <term><command>linux64</command></term>
515 <para>A symbolic link to setarch</para>
516 <indexterm zone="ch-system-util-linux-ng linux64">
517 <primary sortas="b-linux64">linux64</primary>
522 <varlistentry id="logger">
523 <term><command>logger</command></term>
525 <para>Enters the given message into the system log</para>
526 <indexterm zone="ch-system-util-linux-ng logger">
527 <primary sortas="b-logger">logger</primary>
532 <varlistentry id="look">
533 <term><command>look</command></term>
535 <para>Displays lines that begin with the given string</para>
536 <indexterm zone="ch-system-util-linux-ng look">
537 <primary sortas="b-look">look</primary>
542 <varlistentry id="losetup">
543 <term><command>losetup</command></term>
545 <para>Sets up and controls loop devices</para>
546 <indexterm zone="ch-system-util-linux-ng losetup">
547 <primary sortas="b-losetup">losetup</primary>
552 <varlistentry id="lscpu">
553 <term><command>lscpu</command></term>
555 <para>Prints CPU architechture information</para>
556 <indexterm zone="ch-system-util-linux-ng lscpu">
557 <primary sortas="b-lscpu">lscpu</primary>
562 <varlistentry id="mcookie">
563 <term><command>mcookie</command></term>
565 <para>Generates magic cookies (128-bit random hexadecimal numbers) for
566 <command>xauth</command></para>
567 <indexterm zone="ch-system-util-linux-ng mcookie">
568 <primary sortas="b-mcookie">mcookie</primary>
573 <varlistentry id="mkfs">
574 <term><command>mkfs</command></term>
576 <para>Builds a file system on a device (usually a hard disk
578 <indexterm zone="ch-system-util-linux-ng mkfs">
579 <primary sortas="b-mkfs">mkfs</primary>
584 <varlistentry id="mkfs.bfs">
585 <term><command>mkfs.bfs</command></term>
587 <para>Creates a Santa Cruz Operations (SCO) bfs file system</para>
588 <indexterm zone="ch-system-util-linux-ng mkfs.bfs">
589 <primary sortas="b-mkfs.bfs">mkfs.bfs</primary>
594 <varlistentry id="mkfs.cramfs">
595 <term><command>mkfs.cramfs</command></term>
597 <para>Creates a cramfs file system</para>
598 <indexterm zone="ch-system-util-linux-ng mkfs.cramfs">
599 <primary sortas="b-mkfs.cramfs">mkfs.cramfs</primary>
604 <varlistentry id="mkfs.minix">
605 <term><command>mkfs.minix</command></term>
607 <para>Creates a Minix file system</para>
608 <indexterm zone="ch-system-util-linux-ng mkfs.minix">
609 <primary sortas="b-mkfs.minix">mkfs.minix</primary>
614 <varlistentry id="mkswap">
615 <term><command>mkswap</command></term>
617 <para>Initializes the given device or file to be used as a swap
619 <indexterm zone="ch-system-util-linux-ng mkswap">
620 <primary sortas="b-mkswap">mkswap</primary>
625 <varlistentry id="more">
626 <term><command>more</command></term>
628 <para>A filter for paging through text one screen at a time</para>
629 <indexterm zone="ch-system-util-linux-ng more">
630 <primary sortas="b-more">more</primary>
635 <varlistentry id="mount">
636 <term><command>mount</command></term>
638 <para>Attaches the file system on the given device to a specified
639 directory in the file-system tree</para>
640 <indexterm zone="ch-system-util-linux-ng mount">
641 <primary sortas="b-mount">mount</primary>
646 <varlistentry id="namei">
647 <term><command>namei</command></term>
649 <para>Shows the symbolic links in the given pathnames</para>
650 <indexterm zone="ch-system-util-linux-ng namei">
651 <primary sortas="b-namei">namei</primary>
656 <varlistentry id="partx">
657 <term><command>partx</command></term>
659 <para>Tells the kernel about the presence and numbering of on-disk
661 <indexterm zone="ch-system-util-linux-ng partx">
662 <primary sortas="b-partx">partx</primary>
667 <varlistentry id="pg">
668 <term><command>pg</command></term>
670 <para>Displays a text file one screen full at a time</para>
671 <indexterm zone="ch-system-util-linux-ng pg">
672 <primary sortas="b-pg">pg</primary>
677 <varlistentry id="pivot_root">
678 <term><command>pivot_root</command></term>
680 <para>Makes the given file system the new root file system of the
681 current process</para>
682 <indexterm zone="ch-system-util-linux-ng pivot_root">
683 <primary sortas="b-pivot_root">pivot_root</primary>
688 <varlistentry id="readprofile">
689 <term><command>readprofile</command></term>
691 <para>Reads kernel profiling information</para>
692 <indexterm zone="ch-system-util-linux-ng readprofile">
693 <primary sortas="b-readprofile">readprofile</primary>
698 <varlistentry id="rename">
699 <term><command>rename</command></term>
701 <para>Renames the given files, replacing a given string with
703 <indexterm zone="ch-system-util-linux-ng rename">
704 <primary sortas="b-rename">rename</primary>
709 <varlistentry id="renice">
710 <term><command>renice</command></term>
712 <para>Alters the priority of running processes</para>
713 <indexterm zone="ch-system-util-linux-ng renice">
714 <primary sortas="b-renice">renice</primary>
719 <varlistentry id="rev">
720 <term><command>rev</command></term>
722 <para>Reverses the lines of a given file</para>
723 <indexterm zone="ch-system-util-linux-ng rev">
724 <primary sortas="b-rev">rev</primary>
729 <varlistentry id="rtcwake">
730 <term><command>rtcwake</command></term>
732 <para>Used to enter a system sleep state until specified wakeup
734 <indexterm zone="ch-system-util-linux-ng rtcwake">
735 <primary sortas="b-rtcwake">rtcwake</primary>
740 <varlistentry id="script">
741 <term><command>script</command></term>
743 <para>Makes a typescript of a terminal session</para>
744 <indexterm zone="ch-system-util-linux-ng script">
745 <primary sortas="b-script">script</primary>
750 <varlistentry id="scriptreplay">
751 <term><command>scriptreplay</command></term>
753 <para>Plays back typescripts using timing information</para>
754 <indexterm zone="ch-system-util-linux-ng scriptreplay">
755 <primary sortas="b-scriptreplay">scriptreplay</primary>
760 <varlistentry id="setarch">
761 <term><command>setarch</command></term>
763 <para>Changes reported architecture in a new program environment and
764 sets personality flags</para>
765 <indexterm zone="ch-system-util-linux-ng setarch">
766 <primary sortas="b-setarch">setarch</primary>
771 <varlistentry id="setsid">
772 <term><command>setsid</command></term>
774 <para>Runs the given program in a new session</para>
775 <indexterm zone="ch-system-util-linux-ng setsid">
776 <primary sortas="b-setsid">setsid</primary>
781 <varlistentry id="setterm">
782 <term><command>setterm</command></term>
784 <para>Sets terminal attributes</para>
785 <indexterm zone="ch-system-util-linux-ng setterm">
786 <primary sortas="b-setterm">setterm</primary>
791 <varlistentry id="sfdisk">
792 <term><command>sfdisk</command></term>
794 <para>A disk partition table manipulator</para>
795 <indexterm zone="ch-system-util-linux-ng sfdisk">
796 <primary sortas="b-sfdisk">sfdisk</primary>
801 <varlistentry id="swapoff">
802 <term><command>swapoff</command></term>
804 <para>Disables devices and files for paging and swapping</para>
805 <indexterm zone="ch-system-util-linux-ng swapoff">
806 <primary sortas="b-swapoff">swapoff</primary>
811 <varlistentry id="swapon">
812 <term><command>swapon</command></term>
814 <para>Enables devices and files for paging and swapping and
815 lists the devices and files currently in use</para>
816 <indexterm zone="ch-system-util-linux-ng swapon">
817 <primary sortas="b-swapon">swapon</primary>
822 <varlistentry id="switch_root">
823 <term><command>switch_root</command></term>
825 <para>Switches to another filesystem as the root of the mount tree</para>
826 <indexterm zone="ch-system-util-linux-ng switch_root">
827 <primary sortas="b-switch_root">switch_root</primary>
832 <varlistentry id="tailf">
833 <term><command>tailf</command></term>
835 <para>Tracks the growth of a log file. Displays the last 10 lines
836 of a log file, then continues displaying any new entries in the
837 log file as they are created</para>
838 <indexterm zone="ch-system-util-linux-ng tailf">
839 <primary sortas="b-tailf">tailf</primary>
844 <varlistentry id="taskset">
845 <term><command>taskset</command></term>
847 <para>Retrieves or sets a process' CPU affinity</para>
848 <indexterm zone="ch-system-util-linux-ng taskset">
849 <primary sortas="b-taskset">taskset</primary>
854 <varlistentry id="tunelp">
855 <term><command>tunelp</command></term>
857 <para>Tunes the parameters of the line printer</para>
858 <indexterm zone="ch-system-util-linux-ng tunelp">
859 <primary sortas="b-tunelp">tunelp</primary>
864 <varlistentry id="ul">
865 <term><command>ul</command></term>
867 <para>A filter for translating underscores into escape sequences
868 indicating underlining for the terminal in use</para>
869 <indexterm zone="ch-system-util-linux-ng ul">
870 <primary sortas="b-ul">ul</primary>
875 <varlistentry id="umount">
876 <term><command>umount</command></term>
878 <para>Disconnects a file system from the system's file tree</para>
879 <indexterm zone="ch-system-util-linux-ng umount">
880 <primary sortas="b-umount">umount</primary>
885 <varlistentry id="uuidd">
886 <term><command>uuidd</command></term>
888 <para>A daemon used by the UUID library to generate time-based
889 UUIDs in a secure and guranteed-unique fashion.</para>
890 <indexterm zone="ch-system-util-linux-ng uuidd">
891 <primary sortas="b-uuidd">uuidd</primary>
896 <varlistentry id="uuidgen">
897 <term><command>uuidgen</command></term>
899 <para>Creates new UUIDs. Each new UUID can reasonably be considered
900 unique among all UUIDs created, on the local system and on other
901 systems, in the past and in the future</para>
902 <indexterm zone="ch-system-util-linux-ng uuidgen">
903 <primary sortas="b-uuidgen">uuidgen</primary>
908 <varlistentry id="wall">
909 <term><command>wall</command></term>
911 <para>Displays the contents of a file or, by default, its standard
912 input, on the terminals of all currently logged in users</para>
913 <indexterm zone="ch-system-util-linux-ng wall">
914 <primary sortas="b-wall">wall</primary>
919 <varlistentry id="whereis">
920 <term><command>whereis</command></term>
922 <para>Reports the location of the binary, source, and man page
923 for the given command</para>
924 <indexterm zone="ch-system-util-linux-ng whereis">
925 <primary sortas="b-whereis">whereis</primary>
930 <varlistentry id="write">
931 <term><command>write</command></term>
933 <para>Sends a message to the given user <emphasis>if</emphasis> that
934 user has not disabled receipt of such messages</para>
935 <indexterm zone="ch-system-util-linux-ng write">
936 <primary sortas="b-write">write</primary>
941 <varlistentry id="libblkid">
942 <term><filename class="libraryfile">libblkid</filename></term>
944 <para>Contains routines for device identification and token
946 <indexterm zone="ch-system-util-linux-ng libblkid">
947 <primary sortas="c-libblkid">libblkid</primary>
952 <varlistentry id="libuuid">
953 <term><filename class="libraryfile">libuuid</filename></term>
955 <para>Contains routines for generating unique identifiers for objects
956 that may be accessible beyond the local system</para>
957 <indexterm zone="ch-system-util-linux-ng libuuid">
958 <primary sortas="c-libuuid">libuuid</primary>