[ Pobierz całość w formacie PDF ]
.saveunimapNo description available.loadunimap 127Linux From ScratchscreendumpNo description available.setfontNo description available.setkeycodessetkeycodes loads kernel scancode-to-keycode mapping table entries.setledssetleds sets the keyboard leds.setmetamodesetmetamode defines the keyboard meta key handling.setvesablankNo description available.showcfontshowcfont displays all character in the current screenfont.showkeyshowkey examines the scancodes and keycodes sent by the keyboard.splitfontNo description available.screendump 128Linux From Scratchunicode_startunicode_start puts the console in Unicode mode.unicode_stopNo description available.vcstimeNo description available.vt-is-UTF8vt-is-UTF8 checks whether the current virtual terminal is in UTF8- or byte-mode.writevtNo description available.unicode_start 129Installing ConsoledataInstallation of Console-dataReplace below with the correct path to the desired kmap.gz file.An example could bei386/qwerty/us.kmap.gzInstall Console-data by running the following commands:root:console-data-1999.08.29#./configure --prefix=/usrroot:console-data-1999.08.29# makeroot:console-data-1999.08.29# make installroot:console-data-1999.08.29# cd /usr/share/keymapsroot:keymaps# ln -s defkeymap.kmap.gzContentsThe console-data package contains the data files that are used and needed by the console-tools package.Installing Consoledata 130Installing DiffutilsInstallation of DiffutilsInstall Diffutils by running the following commands:root:diffutils-2.7#./configure --prefix=/usrroot:diffutils-2.7# makeroot:diffutils-2.7# make installContentsThe Diffutils packagec contains the cmp, diff, diff3 and sdiff programs.Descriptioncmp and diffcmp and diff both compare two files and report their differences.Both programs have extra options whichcompare files in different situations.diff3The difference between diff and diff3 is that diff comprares 2 files, diff3 compares 3 files.sdiffsdiff merges two two files and interactively outputs the results.Installing Diffutils 131Installing E2fsprogsInstallation of E2fsprogsInstall E2fsprogs by running the following commands:Please note that the empty --with-root-prefix= option below is supposed to be like this.I did not forget tosupply a value there.root:e2fsprogs-1.19#./configure --prefix=/usr--with-root-prefix= \> --enable-elf-shlibsroot:e2fsprogs-1.19# makeroot:e2fsprogs-1.19# make installContentsThe e2fsprogs package contains the chattr, lsattr, uuidgen, badblocks, debugfs, dumpe2fs, e2fsck, e2label,fsck, fsck.ext2, mke2fs, mkfs.ext2, mklost+found and tune2fs programs.Descriptionchattrchattr changes the file attributes on a Linux second extended file system.lsattrlsattr lists the file attributes on a second extended file system.uuidgenThe uuidgen program creates a new universally unique identifier (UUID) using the libuuid library.The newUUID can reasonably be considered unique among all UUIDs created on the local system, and among UUIDscreated on other systems in the past and in the future.Installing E2fsprogs 132Linux From Scratchbadblocksbadblocks is used to search for bad blocks on a device (usually a disk partition).debugfsThe debugfs program is a file system debugger.It can be used to examine and change the state of an ext2 filesystem.dumpe2fsdumpe2fs prints the super block and blocks group information for the filesystem present on a specified device.e2fsck and fsck.ext2e2fsck is used to check a Linux second extended file system.fsck.ext2 does the same as e2fsck.e2labele2label will display or change the filesystem label on the ext2 filesystem located on the specified device.fsckfsck is used to check and optionally repair a Linux file system.mke2fs and mkfs.ext2mke2fs is used to create a Linux second extended file system on a device (usually a disk partition).mkfs.ext2does the same as mke2fs.mklost+foundmklost+found is used to create a lost+found directory in the current working directory on a Linux secondextended file system.mklost+found pre-allocates disk blocks to the directory to make it usable by e2fsck.badblocks 133Linux From Scratchtune2fstune2fs adjusts tunable filesystem parameters on a Linux second extended filesystem.tune2fs 134Installing EdInstallation of EdInstall Ed by running the following commands:root:ed-0.2#./configure --prefix=/usrroot:ed-0.2# makeroot:ed-0.2# make installroot:ed-0.2# mv /usr/bin/ed /usr/bin/red /binContentsThe Ed package contains the ed program.DescriptionEd is a line-oriented text editor.It is used to create, display, modify and otherwise manipulate text files.Installing Ed 135Installing FileutilsInstallation of FileutilsInstall Fileutils by running the following commands:root:fileutils-4.0#./configure --prefix=/usrroot:fileutils-4.0# makeroot:fileutils-4.0# make installroot:fileutils-4
[ Pobierz całość w formacie PDF ]