Linux jobworks 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:53:05 UTC 2026 x86_64
Apache/2.4.58 (Ubuntu)
Server IP : 10.0.1.5 & Your IP : 216.73.216.61
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
util-linux /
Delete
Unzip
Name
Size
Permission
Date
Action
examples
[ DIR ]
drwxr-xr-x
2026-03-13 06:40
releases
[ DIR ]
drwxr-xr-x
2026-03-13 06:40
00-about-docs.txt
260
B
-rw-r--r--
2023-10-23 20:04
AUTHORS.gz
16.42
KB
-rw-r--r--
2023-12-04 12:28
PAM-configuration.txt
671
B
-rw-r--r--
2023-10-23 20:04
README.Debian
481
B
-rw-r--r--
2025-06-05 12:17
blkid.txt
3.18
KB
-rw-r--r--
2023-10-23 20:04
cal.txt
2.21
KB
-rw-r--r--
2023-10-23 20:04
changelog.Debian.gz
13.82
KB
-rw-r--r--
2026-03-06 16:00
col.txt
1.87
KB
-rw-r--r--
2023-10-23 20:04
copyright
22.62
KB
-rw-r--r--
2025-06-05 12:17
deprecated.txt
3.01
KB
-rw-r--r--
2023-11-21 08:46
getopt.txt
992
B
-rw-r--r--
2023-10-23 20:04
getopt_changelog.txt
1.88
KB
-rw-r--r--
2023-10-23 20:04
howto-build-sys.txt
3.12
KB
-rw-r--r--
2023-10-23 20:04
howto-compilation.txt
2.88
KB
-rw-r--r--
2023-10-23 20:04
howto-contribute.txt.gz
3.4
KB
-rw-r--r--
2023-11-30 10:26
howto-debug.txt
2.38
KB
-rw-r--r--
2023-10-23 20:04
howto-man-page.txt
126
B
-rw-r--r--
2023-10-23 20:04
howto-pull-request.txt.gz
4.28
KB
-rw-r--r--
2023-11-30 10:26
howto-tests.txt
3.87
KB
-rw-r--r--
2023-10-23 20:04
howto-usage-function.txt.gz
2.27
KB
-rw-r--r--
2023-10-23 20:04
hwclock.txt
147
B
-rw-r--r--
2023-10-23 20:04
modems-with-agetty.txt
2.55
KB
-rw-r--r--
2023-10-23 20:04
mount.txt
521
B
-rw-r--r--
2023-10-23 20:04
parse-date.txt.gz
7.93
KB
-rw-r--r--
2023-10-23 20:04
pg.txt
448
B
-rw-r--r--
2023-10-23 20:04
poeigl.txt.gz
8.66
KB
-rw-r--r--
2023-10-23 20:04
release-schedule.txt
1.32
KB
-rw-r--r--
2023-10-23 20:04
Save
Rename
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 --table-empty-lines why: renamed to --keep-empty-lines since: v2.37 -------------------------- what: hwclock --debug why: renamed to --verbose, and may be repurposed later. since: v2.32 -------------------------- what: hwclock -v for version why: renamed to -V since: v2.20 (was repurposed to verbose in v2.32) -------------------------- 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 addressing 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 https://pubs.opengroup.org/onlinepubs/7908799/xcu/intro.html#tag_001_003_003