Linux 標準實用工具包,util-linux 2.27 發布
util-linux Linux 操作系統的標準實用工具包。
util-linux 2.27 發布,此版本主要更新內容如下:
-
The command tailf is deprecated in favour of tail -f from coreutils.
</li> -
The command unshare provides a new option --propagation=slave|shared|private|unchanged
</li>
to control propagation in mount namespaces. -
The command mount(8) supports read-only binds in one step by the options
</li>
"bind,ro" (command line or fstab). -
The commands fdisk and sfdisk can be compiled with GNU readline support to
</li>
improve their line-editing functionality. -
The library libsmartcols and the commands findmnt, losetup, lsblk, lslocks,
</li>
sfdisk and lsipc provide output in JSON format. -
The command mkfs (deprecated in favour of mkfs.<type>) does not use hard-coded
</li>
paths, but it follows $PATH. -
The command script has been massively improved to be more robust and less
</li>
complex. Now all is implemented by one process which monitors the running
session by poll(), signalfd(), etc. -
The command sulogin supports locked root accounts if the command-line option
</li>
--force is specified. -
The command agetty reloads the prompt on address changes if network information
</li>
is displayed. -
util-linux now supports and enables colors by default. It is possible to change
</li>
this behavior with --disable-colors-default to be more user-friendly to colorblind
people. -
The command cfdisk displays more information about the selected partition
</li>
(partition UUID, filesystem identifiers, mountpoint, etc.). -
The command fdisk provides a new command 'F' to print free, unpartitioned space
</li>
(gaps) on the disk. -
The command cal supports the new options --twelve and --months <n> to display
</li>
the next twelve or <n> months. -
The command rtcwake supports a new option --list-modes to list available modes,
</li>
and a new option --date for human-readable times. rtcwake does not support
RTC_ALM_READ and RTC_ALM_SET fallbacks any more. -
The util-linux code is possible rebuild with --disable-assert now.
</li> </ul>此外還有一些安全修復和 bug 修復,詳細改進請看發行說明。
下載:https://github.com/karelzak/util-linux/archive/v2.27.zip。
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!