OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
doc
/
util-linux
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/10/2024 09:42:49 AM
rwxr-xr-x
📄
00-about-docs.txt
260 bytes
12/21/2017 02:44:24 PM
rw-r--r--
📄
AUTHORS.gz
11.1 KB
09/16/2020 06:43:15 PM
rw-r--r--
📄
NEWS.Debian.gz
1.11 KB
02/14/2018 10:20:23 PM
rw-r--r--
📄
PAM-configuration.txt
671 bytes
12/21/2017 02:44:24 PM
rw-r--r--
📄
blkid.txt
3.18 KB
12/21/2017 02:44:24 PM
rw-r--r--
📄
cal.txt
2.21 KB
12/21/2017 02:44:24 PM
rw-r--r--
📄
changelog.Debian.gz
1.88 KB
09/16/2020 06:43:15 PM
rw-r--r--
📄
col.txt
1.87 KB
12/21/2017 02:44:24 PM
rw-r--r--
📄
copyright
17.55 KB
02/14/2018 10:20:24 PM
rw-r--r--
📄
deprecated.txt
2.66 KB
12/21/2017 02:44:24 PM
rw-r--r--
📁
examples
-
09/18/2020 06:25:31 AM
rwxr-xr-x
📄
getopt.txt
992 bytes
12/21/2017 02:44:24 PM
rw-r--r--
📄
getopt_changelog.txt
1.88 KB
12/21/2017 02:44:24 PM
rw-r--r--
📄
howto-build-sys.txt
3.12 KB
12/21/2017 02:44:24 PM
rw-r--r--
📄
howto-compilation.txt
1.98 KB
12/21/2017 02:44:24 PM
rw-r--r--
📄
howto-contribute.txt.gz
3.06 KB
12/21/2017 02:44:24 PM
rw-r--r--
📄
howto-debug.txt
2.38 KB
12/21/2017 02:44:24 PM
rw-r--r--
📄
howto-man-page.txt.gz
2.25 KB
12/21/2017 02:44:24 PM
rw-r--r--
📄
howto-pull-request.txt.gz
4.16 KB
12/21/2017 02:44:24 PM
rw-r--r--
📄
howto-tests.txt
3.62 KB
12/21/2017 02:44:24 PM
rw-r--r--
📄
howto-usage-function.txt.gz
2.27 KB
12/21/2017 02:44:24 PM
rw-r--r--
📄
hwclock.txt
148 bytes
12/21/2017 02:44:24 PM
rw-r--r--
📄
modems-with-agetty.txt
2.56 KB
12/21/2017 02:44:24 PM
rw-r--r--
📄
mount.txt
522 bytes
12/21/2017 02:44:24 PM
rw-r--r--
📄
parse-date.txt.gz
7.93 KB
12/21/2017 02:44:24 PM
rw-r--r--
📄
pg.txt
448 bytes
12/21/2017 02:44:24 PM
rw-r--r--
📄
poeigl.txt.gz
8.68 KB
12/21/2017 02:44:24 PM
rw-r--r--
📄
release-schedule.txt
1.32 KB
12/21/2017 02:44:24 PM
rw-r--r--
📁
releases
-
09/18/2020 06:25:31 AM
rwxr-xr-x
Editing: deprecated.txt
Close
The following is a list of commands or features that are deprecated. All deprecated utils are in maintenance mode and we keep them in source tree for backward compatibility only. what: column --columns why: renamed to --output-width since: v2.30 -------------------------- what: sfdisk --show-size why: this does not belong to fdisk, use "blockdev --getsz" -------------------------- what: sfdisk --Linux why: unnecessary option, only Linux (non-DOS mode) is supported -------------------------- what: sfdisk --unit why: unnecessary option, only 'S'ector unit is supported -------------------------- what: sfdisk --show-pt-geometry why: equal to --show-geometry for a long time -------------------------- what: "swapon --summary" output format why: does not provide control on output data formatting. The recommended solution is to use --show=<columns> in all scripts. -------------------------- What: mkfs Why: use filesystem specific mkfs.<type>. -------------------------- What: fdisk -s <device> Why: this does not belong to fdisk, use "blockdev --getsz" -------------------------- What: 'udev' and 'list' blkid(8) output formats Why: udevd links libblkid directly; the 'list' is unnecessary, use lsblk(8) -------------------------- What: line(1) command Why: use the read(1) command -------------------------- What: pg(1) command Why: use less(1) or more(1) -------------------------- What: CHS stuff in fdisk (except SUN where are partitions addresses by cylinders only) Why: use addresssing by sectors, CHS does not work with modern disks, confusing for users... -------------------------- What: losetup -s Why: the option -s is in collision with the Loop-AES losetup dialect that is used in some distributions. Use the long version (--show) only. -------------------------- What: losetup output format without --list deprecated format" # losetup -a /dev/loop0: []: (/home/fs-images/swap.img) /dev/loop1: []: (/home/fs-images/disk.img), offset 100 new format: # losetup NAME SIZELIMIT OFFSET AUTOCLEAR RO BACK-FILE /dev/loop0 0 0 0 0 /home/fs-images/swap.img /dev/loop1 0 100 0 0 /home/fs-images/disk.img -------------------------- What: tunelp Why: parallel port printers are probably almost extinct devices ---------------------------- The Single UNIX(TM) Specification, Version 2 Copyright (C) 1997 The Open Group Legacy utilities which are part util-linux package are: col line pg http://pubs.opengroup.org/onlinepubs/7908799/xcu/intro.html#tag_001_003_003