RHEL7: Difference between revisions

From UMIACS
Jump to navigation Jump to search
mNo edit summary
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
UNDER CONSTRUCTION - PLEASE CONSULT THE HELPDESK IF YOU HAVE QUESTIONS ABOUT THE INFORMATION ON THIS PAGE.
[https://en.wikipedia.org/wiki/Red_Hat_Enterprise_Linux Red Hat Enterprise Linux] 7 is an operating system published by Red Hat, Inc., which is currently a subsidiary of IBM.
 
Red Hat Enterprise Linux 7 is an operating system published by Red Hat, Inc., which is currently a subsidiary of IBM.




Line 17: Line 15:


Users can run virtual machines within RHEL 7 using its built-in [https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/virtualization_getting_started_guide/chap-virtualization_getting_started-products Kernel-based Virtual Machine], or KVM. UMIACS also supports the use of [https://www.sylabs.io/docs/ Singularity], a container application that is an alternative to Docker.
Users can run virtual machines within RHEL 7 using its built-in [https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/virtualization_getting_started_guide/chap-virtualization_getting_started-products Kernel-based Virtual Machine], or KVM. UMIACS also supports the use of [https://www.sylabs.io/docs/ Singularity], a container application that is an alternative to Docker.


=== File System Capabilities===
=== File System Capabilities===
Line 31: Line 28:
*[https://en.wikipedia.org/wiki/Btrfs Btrfs]
*[https://en.wikipedia.org/wiki/Btrfs Btrfs]
** This an "an unsupported Technology Preview," and should be used with caution.
** This an "an unsupported Technology Preview," and should be used with caution.
<!-- Also use https://access.redhat.com/articles/3129891 -->
<!-- Also use https://access.redhat.com/articles/3129891 -->


===Security===
===Security===
In addition to the standard Linux security architecture, RHEL7 includes [https://en.wikipedia.org/wiki/Security-Enhanced_Linux Security-Enhanced Linux], a module which implements a [https://en.wikipedia.org/wiki/Mandatory_access_control mandatory access control] model. Tutorials for configuring SELinux in RHEL are available [https://access.redhat.com/articles/217213 here].
In addition to the standard Linux security architecture, RHEL7 includes [https://en.wikipedia.org/wiki/Security-Enhanced_Linux Security-Enhanced Linux], a module which implements a [https://en.wikipedia.org/wiki/Mandatory_access_control mandatory access control] model. Tutorials for configuring SELinux in RHEL are available [https://access.redhat.com/articles/217213 here].
===Desktop===
*
===Networking===
*

Revision as of 20:30, 22 May 2019

Red Hat Enterprise Linux 7 is an operating system published by Red Hat, Inc., which is currently a subsidiary of IBM.


Features

A summary of important improvements are listed below.

Kernel and Performance

Virtualization

Users can run virtual machines within RHEL 7 using its built-in Kernel-based Virtual Machine, or KVM. UMIACS also supports the use of Singularity, a container application that is an alternative to Docker.

File System Capabilities

The default file system is now XFS. Here is an overview of the supported file systems in RHEL7. The information in this section is taken from this Redhat page unless otherwise noted.

  • XFS
    • "[RHEL7] supports XFS filesystem sizes of up to 500 TB."
    • "XFS supports journaling to minimize data loss in the event of a system crash. Journal data are written to the log section while the file system is active and read when the filesystem is mounted (to recover any data not already written to disk)."
  • ext4
    • "The maximum standalone filesystem size for ext4 filesystems...[is]...50 TB."
  • Btrfs
    • This an "an unsupported Technology Preview," and should be used with caution.

Security

In addition to the standard Linux security architecture, RHEL7 includes Security-Enhanced Linux, a module which implements a mandatory access control model. Tutorials for configuring SELinux in RHEL are available here.