Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
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
2018-03-13 16:32
releases
[ DIR ]
drwxr-xr-x
2018-03-13 16:32
00-about-docs.txt
260
B
-rw-r--r--
2016-07-20 10:56
AUTHORS.gz
9.86
KB
-rw-r--r--
2017-02-22 12:46
NEWS.Debian.gz
800
B
-rw-r--r--
2018-03-07 19:29
PAM-configuration.txt
671
B
-rw-r--r--
2016-07-20 10:56
blkid.txt
3.18
KB
-rw-r--r--
2016-07-20 10:56
cal.txt
2.21
KB
-rw-r--r--
2016-07-20 10:56
changelog.Debian.gz
54.91
KB
-rw-r--r--
2018-03-07 19:29
changelog.gz
108
B
-rw-r--r--
2017-02-22 13:12
col.txt
1.87
KB
-rw-r--r--
2016-07-20 10:56
copyright
17.55
KB
-rw-r--r--
2018-03-07 19:29
deprecated.txt
2.76
KB
-rw-r--r--
2017-02-22 11:16
getopt.txt
992
B
-rw-r--r--
2016-07-20 10:56
getopt_changelog.txt
1.88
KB
-rw-r--r--
2016-07-20 10:56
howto-build-sys.txt
3.12
KB
-rw-r--r--
2016-11-02 13:03
howto-compilation.txt
1.98
KB
-rw-r--r--
2016-07-20 10:56
howto-contribute.txt.gz
2.73
KB
-rw-r--r--
2016-11-02 13:57
howto-debug.txt
2.38
KB
-rw-r--r--
2016-11-02 13:57
howto-man-page.txt.gz
2.25
KB
-rw-r--r--
2017-02-22 11:16
howto-pull-request.txt.gz
4.16
KB
-rw-r--r--
2017-02-22 11:16
howto-tests.txt
3.62
KB
-rw-r--r--
2016-11-02 13:57
howto-usage-function.txt.gz
2.45
KB
-rw-r--r--
2016-11-02 13:57
hwclock.txt
148
B
-rw-r--r--
2016-07-20 10:56
modems-with-agetty.txt
2.56
KB
-rw-r--r--
2016-07-20 10:56
mount.txt
522
B
-rw-r--r--
2016-07-20 10:56
pg.txt
448
B
-rw-r--r--
2016-07-20 10:56
poeigl.txt.gz
8.68
KB
-rw-r--r--
2016-11-28 11:59
release-schedule.txt
1.35
KB
-rw-r--r--
2016-07-20 10:56
source-code-management.txt
894
B
-rw-r--r--
2016-07-20 10:56
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: tailf why: "tail -f" is better nowadays, tailf has unfixed bugs -------------------------- 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: useless, nobody uses this command, head(1) is better -------------------------- 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 ---------------------------- What: reset Why: ncurses has better reset(1) ---------------------------- 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