File management

from Wikipedia, the free encyclopedia

As a file manager (also file management ; english file management ) are in the information technology referred to different operations and processes on computer systems that manage the widest sense files describe. The point of view is the detail, i.e. the level from which it is viewed.

scope

File management in general includes any manipulation of files, including a.

mostly within the possibilities of a file system .

Viewing level

operating system

From the point of view of the operating system , file management is one level of the I / O system. Here, files are seen as objects and create unified structures around these objects within the operating system, as part of the programming interface ( English application programming interface to provide short API). The file access and management thus stand on a logical level, also known as virtual file system called so can access the same way out on the operating system running programs without each other in the way to go ( locking of files English Locking ). In the end, it does not matter to the programs in which physical storage location the data of a file is actually stored, since this device-dependent I / O function is performed by the operating system. The file system used plays a central role. Many extended file management functions are mapped in the file system used, such as the provision of metadata or security functions such as journaling and the management of defective data blocks .

programming

In programming, the term describes the management of data if it is held in the form of files. Additional considerations are important here, as the data must be stored in a structured manner so that they can be read in again at a later point in time and used again. An application programmer must therefore also think about the structure of the data storage, from the number of files required, the file names used to the data structure within the files ( file format ).

Most programming languages offer special functions for managing files.

The backup is a form of (automatic) fuse ( English backup ) of a file that is not the operating system, but by the application program is executed.

user

For the computer user , file management generally means the activity of working with files. Mostly one uses file managers for this ( English to manage , lead, accomplish, but English management, among other things, the administration, as in file management as file management). But even on the command line , such as on a terminal , one can speak of file management if files are renamed, moved, copied, deleted or otherwise changed using commands . Changing metadata, e.g. B. the creation time of a file counts as well as making backup copies .

Individual evidence

  1. Lutz Richter: Operating Systems; Computer science guides and monographs . Springer-Verlag, 2013, ISBN 978-3-322-94705-5 , p. 294 ( full text in Google Book Search).
  2. Andreas Zendler: Computer science concepts for computer science lessons: Empirical studies and practical results . epubli, 2013, ISBN 978-3-8442-5863-9 , pp. 352 ( full text in Google Book Search).
  3. ^ Gabriele Goebels, Andreas Wickner: PASCAL for economists: An introduction with business-oriented examples . Springer-Verlag, 2013, ISBN 978-3-322-91595-5 , pp. 338 ( full text in Google Book Search).
  4. Kevin M. White: Mac OS X Support Essentials: The official guide for Mac OS X 10.5 for administrators, help desk and support . Pearson Deutschland GmbH, 2008, ISBN 978-3-8273-2619-5 , p. 649 ( full text in Google Book Search).