Chapter 5
Chapter 5
XFS
A file system is a method and a data
structure used by an OS to identify files on a A high-performance log file system
storage device or a partition, that is, a developed for the IRIX OS by Silicon
method of organizing files on a storage Graphics in 1993. Later ported to the
device. Linux kernel, it excels in large-file
processing and provides smooth
In an OS, a software structure that manages data transfer.
and stores file data is referred to as a file
management system, or file system for
VFAT
short.
On Linux, VFAT is the name of the Sometimes, the only choice
FAT (including FAT 16 and FAT 32) file Most servers choose not to install a
systems in DOS and Windows. GUI.
Tools for maintaining and managing
ISO 9600 network devices do not provide a
GUI.
The standard file system for optical
disc media. Linux supports this file
system. Allowing the system to read Linux CLI Shortcuts
CD-ROMs and ISO image files, and Tab Completion
burn CD-ROMs.
Use the Tab key to complete a
command or file name, which is
Graphical User Interface (GUI) time-saving and accurate.
A graphical user interface (GUI) When no command is entered, press
presents all elements as graphical. Tab twice to list all available
The mouse is used as the main input commands.
tool, and buttons, menus, and dialog If you have entered a part of the
boxes are used for interaction, command name or file name, press
focusing on ease of use. Tab to complete it automatically.
File Paths
Basic openEuler Commands
File paths on Linux include absolute paths
Power Supply Commands: shutdown and and relative paths.
reboot
shutdown is used to shut down the
Absolute Path
computer, which requires root
permissions. The shutdown
a path starting with the root The less and more commands are
directory (/), for example, used to view large files page by
/root/Desktop. page. Enter q to exit. Enter a slash (/)
and a keyword to search for the
Relative Path keyword in the file.