Jump to content

Utility software: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Snarius (talk | contribs)
+ru
m Reverted edits by 2404:7C00:4A:AA34:7F59:2781:71E8:D93F (talk) to last version by Peter Flass
 
Line 1: Line 1:
{{short description|Software type}}
'''Utility software''' (also known as ''software utilities'', ''service program'', ''service routine'', ''tool'', or ''utility routine'') is a type of [[computer software]] that is designed to help manage and tune the [[computer hardware]], [[operating system]] or [[application software]] and perform a single task or a small range of tasks; as opposed to application software which tend to be [[software suite]]s. Utility software has long been integrated into most major operating systems.


'''Utility software''' is a program specifically designed to help manage and tune system or application software. It is used to support the computer [[infrastructure]] - in contrast to [[application software]], which is aimed at directly performing tasks that benefit ordinary users. However, utilities often form part of the application {{em|systems}}. For example, a [[batch job]] may run user-written code to update a database and may then include a step that runs a utility to back up the database, or a job may run a utility to compress a disk before copying files.
== Examples ==
Examples include a [[Disk defragmenter]] can detect [[computer file]]s whose contents have been stored on the [[hard disk]] in disjointed fragments, and move the fragments together to increase efficiency; a [[Disk checker]] can scan the contents of a [[hard disk]] to find files or areas that are corrupted in some way, or were not correctly saved, and eliminate them for a more efficiently operating hard drive; a [[Disk cleaner]] can find files that unnecessary to computer operation, or take up considerable amounts of space. Disk cleaner helps the [[user (computing)|user]] to decide what to [[delete]] when his hard disk is full.


Although a basic set of utility programs is usually distributed with an [[operating system]] (OS), and this first party utility software is often considered part of the operating system, users often install replacements or additional utilities.<ref>{{cite news |title=Non-Opec (advertisement) |url=https://books.google.com/books?id=ZIfqFFpyXo8C&pg=PA3 |access-date=May 20, 2019 |agency=Computerworld |date=Sep 3, 1979}}</ref><ref>{{cite news |last1=Mendelson |first1=Edward |title=Fix What Ails Your PC |url=https://books.google.com/books?id=XrdgwdYfGrUC&pg=PA60 |access-date=May 20, 2019 |agency=PC Magazine |date=June 8, 1999}}</ref> Those utilities may provide additional facilities to carry out tasks that are beyond the capabilities of the operating system.
A [[System profiler]] can provide detailed information about the software installed and hardware attached to the computer. [[Backup]] software can make a copy of all information stored on a computer, and restore either the entire system (e.g. in an event of [[disk failure]]) or selected files (e.g. in an event of accidental deletion). [[Disk compression]] software can transparently [[data compression|compress]] the contents of the hard disk, in order to fit more information to the drive.


Many utilities that might affect the entire computer system require the user to have elevated [[Privilege (computing)|privileges]], while others that operate only on the user's data do not.<ref>{{cite web |title=Linux ifconfig command |url=https://www.computerhope.com/unix/uifconfi.htm |website=Computer Hope |access-date=May 20, 2019}}</ref>
Utility programs are also common Internet tools that allow you to view and use content on the internet. Examples of these programs are Flash, Java, Acrobat Reader, and WinZip. You cannot view/use the content without one of these utility programs.
{{compu-soft-stub}}


[[Category:System software]]
==System utilities==
*[[Anti-virus]] utilities scan for computer viruses and block or remove them.
*[[Clipboard manager]]s expand the [[clipboard (computing)|clipboard]] functionality of an operating system.
*[[Computer access control]] software grants or denies requests for access to system resources.
*[[Debugger]]s typically permit the examination and modification of data and program instructions in memory and on disk.
*[[Diagnostic program]]s determine and report the operational status of computer hardware and software. [[Memory tester]]s are one example.
*[[Network utilities]] analyze the computer's network connectivity, configure network settings, check data transfer or log events.
*[[Package manager]]s are used to configure, install or keep up to date other software on a computer.
*[[Registry cleaner]]s clean and optimize the [[Windows Registry]] by removing old registry keys that are no longer in use.
*[[System monitor]]s monitor resources and performance in a computer system.
*[[System profiler]]s provide detailed information about installed software and hardware.


==Storage device management utilities==
[[ru:Утилиты]]
*[[Backup software]] makes copies of all information stored on a disk and restores either the entire disk (aka [[Disk cloning]]) in an event of [[Hard disk failure|disk failure]] or selected files that are accidentally deleted or corrupted. [[Undeletion]] utilities are sometimes more convenient.
*[[Disk checker]]s scan an operating hard drive and check for logical (filesystem) or physical errors.
*[[Disk compression]] utilities transparently [[data compression|compress]]/uncompress the contents of a disk, increasing the capacity of the disk.
*[[Disk defragmenter]]s detect [[computer file]]s whose contents are scattered across several locations on the [[hard disk]] and collect the fragments into one contiguous area.
*[[Disk formatting|Disk formatters]] prepare a data storage device such as a hard disk, solid-state drive, floppy disk or USB flash drive for initial use. These are often used to permanently erase an entire device.
*[[Disk partitioning|Disk partition editors]] divide an individual drive into multiple logical drives, each with its own file system which can be mounted by the operating system and treated as an individual drive.
*[[Disk space analyzer]]s provide a visualization of disk space usage by getting the size for each folder (including sub folders) and files in folder or drive. showing the distribution of the used space.
* Tape initializers write a [[Tape label|label]] to a [[magnetic tape]] or other magnetic medium. Initializers for [[DECtape]] format the tape into blocks.

==File management utilities==
*[[File archiver|Archivers]] output a stream or a single file when provided with a directory or a set of files. Archive ''suites'' may include compression and encryption capabilities. Some archive utilities have a separate un-archive utility for the reverse operation. One nearly universal type of archive file format is the [[Zip (file format)|zip file]].
*[[Filesystem-level encryption|Cryptographic]] utilities encrypt and decrypt streams and files.
*[[Data compression]] utilities output a shorter stream or a smaller file when provided with a stream or file.
*[[Data conversion]] utilities transform data from a source file to some other format, such as from a text file to a [[PDF]] document.
*[[Data recovery]] utilities are used to rescue good data from corrupted files.
*[[Data synchronization]] utilities establish consistency among data from a source to a target data storage and vice versa. There are several branches of this type of utility:
**[[File synchronization]] utilities maintain consistency between two sources. They may be used to create redundancy or backup copies but are also used to help users carry their digital music, photos and video in their [[mobile device]]s.
**[[Revision control]] utilities can recreate a coherent structure where multiple users simultaneously modify the same file.
*[[Disk cleaner]]s find files that are unnecessary to computer operation, or take up considerable amounts of space.
*[[File comparison]] utilities provide a standalone capability to detect differences between files.
*[[File manager]]s provide a convenient method of performing routine data management, email recovery and management tasks, such as deleting, renaming, cataloging, uncataloging, moving, copying, merging, setting write protection status, setting file access permissions, generating and modifying folders and data sets.

==Miscellaneous utilities==
*[[Test generation|Data generators]] (e.g. [[Support programs for OS/360 and successors#IEBDG|IEBDG]]) create a file of test data according to specified patterns.
*[[Hex editor|Hex (or octal) editors]] directly modify the text or data of a file without regard to file format. These files can be data or programs.
*[[HTML checker]]s validate [[HTML]] code and check links.
*[[Installation (computer programs)|Installation]] or setup utilities are used to initialize or [[configure script|configure]] programs, usually applications programs, for use in a specific computer environment. There are also [[Uninstaller]]s.
*[[Patch (computing)|Patching]] utilities perform alterations of files, especially object programs when program source is unavailable.
*[[Screensaver]]s prevent [[phosphor burn-in]] on [[Cathode-ray tube|CRT]] and plasma [[computer monitor]]s.
*[[sorting#Sort/Merge|Sort/Merge programs]] arrange records (lines) of a file into a specified sequence.
*[[Macro recorder#Standalone macro recorders|Standalone macro recorders]] permit use of keyboard macros in programs that do not natively support such a feature.

==See also==
*[[List of DOS commands]]
*[[List of macOS built-in apps]]
*[[Support programs for OS/360 and successors]]
*[[List of Unix commands]]
*[[kdeutils|List of KDE utilities]]
*[[Batch file]]
*[[Shell script]]
*[[System software]]

==References==
{{Reflist}}

{{Authority control}}

[[Category:Utility software| ]]

Latest revision as of 09:42, 3 December 2024

Utility software is a program specifically designed to help manage and tune system or application software. It is used to support the computer infrastructure - in contrast to application software, which is aimed at directly performing tasks that benefit ordinary users. However, utilities often form part of the application systems. For example, a batch job may run user-written code to update a database and may then include a step that runs a utility to back up the database, or a job may run a utility to compress a disk before copying files.

Although a basic set of utility programs is usually distributed with an operating system (OS), and this first party utility software is often considered part of the operating system, users often install replacements or additional utilities.[1][2] Those utilities may provide additional facilities to carry out tasks that are beyond the capabilities of the operating system.

Many utilities that might affect the entire computer system require the user to have elevated privileges, while others that operate only on the user's data do not.[3]

System utilities

[edit]

Storage device management utilities

[edit]
  • Backup software makes copies of all information stored on a disk and restores either the entire disk (aka Disk cloning) in an event of disk failure or selected files that are accidentally deleted or corrupted. Undeletion utilities are sometimes more convenient.
  • Disk checkers scan an operating hard drive and check for logical (filesystem) or physical errors.
  • Disk compression utilities transparently compress/uncompress the contents of a disk, increasing the capacity of the disk.
  • Disk defragmenters detect computer files whose contents are scattered across several locations on the hard disk and collect the fragments into one contiguous area.
  • Disk formatters prepare a data storage device such as a hard disk, solid-state drive, floppy disk or USB flash drive for initial use. These are often used to permanently erase an entire device.
  • Disk partition editors divide an individual drive into multiple logical drives, each with its own file system which can be mounted by the operating system and treated as an individual drive.
  • Disk space analyzers provide a visualization of disk space usage by getting the size for each folder (including sub folders) and files in folder or drive. showing the distribution of the used space.
  • Tape initializers write a label to a magnetic tape or other magnetic medium. Initializers for DECtape format the tape into blocks.

File management utilities

[edit]
  • Archivers output a stream or a single file when provided with a directory or a set of files. Archive suites may include compression and encryption capabilities. Some archive utilities have a separate un-archive utility for the reverse operation. One nearly universal type of archive file format is the zip file.
  • Cryptographic utilities encrypt and decrypt streams and files.
  • Data compression utilities output a shorter stream or a smaller file when provided with a stream or file.
  • Data conversion utilities transform data from a source file to some other format, such as from a text file to a PDF document.
  • Data recovery utilities are used to rescue good data from corrupted files.
  • Data synchronization utilities establish consistency among data from a source to a target data storage and vice versa. There are several branches of this type of utility:
    • File synchronization utilities maintain consistency between two sources. They may be used to create redundancy or backup copies but are also used to help users carry their digital music, photos and video in their mobile devices.
    • Revision control utilities can recreate a coherent structure where multiple users simultaneously modify the same file.
  • Disk cleaners find files that are unnecessary to computer operation, or take up considerable amounts of space.
  • File comparison utilities provide a standalone capability to detect differences between files.
  • File managers provide a convenient method of performing routine data management, email recovery and management tasks, such as deleting, renaming, cataloging, uncataloging, moving, copying, merging, setting write protection status, setting file access permissions, generating and modifying folders and data sets.

Miscellaneous utilities

[edit]

See also

[edit]

References

[edit]
  1. ^ "Non-Opec (advertisement)". Computerworld. Sep 3, 1979. Retrieved May 20, 2019.
  2. ^ Mendelson, Edward (June 8, 1999). "Fix What Ails Your PC". PC Magazine. Retrieved May 20, 2019.
  3. ^ "Linux ifconfig command". Computer Hope. Retrieved May 20, 2019.