Lfad211 Prelim
Lfad211 Prelim
Lfad211 Prelim
AND ADMINISTRATION
https://documentation.suse.com/sles/15-SP1/html/SLES-all/book-sle-
deployment.html
• Output:
Syntax:
$ man -w [COMMAND NAME]
Example:
• $ man -w ls
Syntax:
$ man -I [COMMAND NAME]
Example:
• $ man -I printf
https://documentation.suse.com/sles/12-SP4/html/SLES-all/cha-
adminhelp.html
• Memory- Based:
– Memory- based file systems, also called virtual file system, are
created at system boot up and destroyed at shut down.
– The Static refers to file contents that are not usually modified.
– Static dir normally contain cmds, lib routines, kernel files, devices files, etc.
– The Dynamic or variable data refers to file contents that are modified as
required.
– DD hold log files, status files, configuration files, temporary files, etc.
• RHEL provides a graphical file manager called nautilus that can be
used to view and navigate within the directory structure.
• In the event of a system crash or power failure, such file systems are
quicker to bring back online (stable state)and less likely to become
corrupted.
• Journaling provides for fast and effective recovery in case of disk
crashes, instead of using e2fsck or fsck.
• method of management
• path
– A path is the string of directories and sub-directories you would have to
navigate through in order to reach a given location in the le system.
• root directory
– The root directory is the top-most directory of the le system. All other les and
directories exist in this directory or one of its sub-directories. Do not confuse
the root directory, /, with root's home directory, /root/.
/home/user/
• Check the Size of the tar, tar.gz and tar.bz2 Archive File
• Tar –czf – coll.tar | wc -c
– To delete an empty directory from a shell prompt, enter the command rmdir.