Edição 8
1801 Varsity Drive
Raleigh, NC 27606-2072 USA
Phone: +1 919 754 3700
Phone: 888 733 4281
Fax: +1 919 754 3701
mount
Commandproc
File Systemproc
File System/proc/apm
/proc/buddyinfo
/proc/cmdline
/proc/cpuinfo
/proc/crypto
/proc/devices
/proc/dma
/proc/execdomains
/proc/fb
/proc/filesystems
/proc/interrupts
/proc/iomem
/proc/ioports
/proc/kcore
/proc/kmsg
/proc/loadavg
/proc/locks
/proc/mdstat
/proc/meminfo
/proc/misc
/proc/modules
/proc/mounts
/proc/mtrr
/proc/partitions
/proc/pci
/proc/slabinfo
/proc/stat
/proc/swaps
/proc/sysrq-trigger
/proc/uptime
/proc/version
/proc/
sysctl
Commandsmb.conf
Filehttpd
httpd.conf
/etc/openldap/schema/
Directorysysconfig
Directory/etc/sysconfig/
Directory/etc/sysconfig/amd
/etc/sysconfig/apmd
/etc/sysconfig/arpwatch
/etc/sysconfig/authconfig
/etc/sysconfig/autofs
/etc/sysconfig/clock
/etc/sysconfig/desktop
/etc/sysconfig/dhcpd
/etc/sysconfig/exim
/etc/sysconfig/firstboot
/etc/sysconfig/gpm
/etc/sysconfig/hwconf
/etc/sysconfig/i18n
/etc/sysconfig/init
/etc/sysconfig/ip6tables-config
/etc/sysconfig/iptables-config
/etc/sysconfig/irda
/etc/sysconfig/keyboard
/etc/sysconfig/kudzu
/etc/sysconfig/named
/etc/sysconfig/network
/etc/sysconfig/nfs
/etc/sysconfig/ntpd
/etc/sysconfig/radvd
/etc/sysconfig/samba
/etc/sysconfig/selinux
/etc/sysconfig/sendmail
/etc/sysconfig/spamassassin
/etc/sysconfig/squid
/etc/sysconfig/system-config-securitylevel
/etc/sysconfig/system-config-selinux
/etc/sysconfig/system-config-users
/etc/sysconfig/system-logviewer
/etc/sysconfig/tux
/etc/sysconfig/vncservers
/etc/sysconfig/xinetd
/etc/sysconfig/
Directorycommand
cat testfile
command to view the contents of a file, named testfile
, in the current working directory.
file name
.bashrc
file in your home directory contains bash shell definitions and aliases for your own use.
/etc/fstab
file contains information about different system devices and file systems.
webalizer
RPM if you want to use a Web server log file analysis program.
ls
seguido de umcaractere e finalmente pressione a tecla Tab. Seu terminal mostrará a lista de arquivos no diretório que começar com esta letra.
computer output
ls
command displays the contents of a directory. For example:
Desktop about.html logs paulwesterberg.png Mail backupfiles mail reports
prompt
$
#
[stephen@maturin stephen]$
leopard login:
user input
text
is displayed in this style:
text
command at the boot:
prompt.
<replaceable>
<version-number>
é apresentado neste estilo:
/usr/src/kernels/<version-number>
/
, where <version-number>
is the version and type of kernel installed on this system.
/usr/share/doc/
contains additional documentation for packages installed on your system.
http://bugzilla.redhat.com/bugzilla/
) against the component Deployment_Guide
.
parted
utility to manage partitions and access control lists (ACLs) to customize file permissions.
Índice
mount
Commandproc
File Systemproc
File System/proc/apm
/proc/buddyinfo
/proc/cmdline
/proc/cpuinfo
/proc/crypto
/proc/devices
/proc/dma
/proc/execdomains
/proc/fb
/proc/filesystems
/proc/interrupts
/proc/iomem
/proc/ioports
/proc/kcore
/proc/kmsg
/proc/loadavg
/proc/locks
/proc/mdstat
/proc/meminfo
/proc/misc
/proc/modules
/proc/mounts
/proc/mtrr
/proc/partitions
/proc/pci
/proc/slabinfo
/proc/stat
/proc/swaps
/proc/sysrq-trigger
/proc/uptime
/proc/version
/proc/
sysctl
Command/usr/
partition as read-only. This second point is important because the directory contains common executables and should not be changed by users. Also, since the /usr/
directory is mounted as read-only, it can be mounted from the CD-ROM or from another machine via a read-only NFS mount.
/boot/
Directory/boot/
directory contains static files required to boot the system, such as the Linux kernel. These files are essential for the system to boot properly.
/boot/
directory. Doing so renders the system unbootable.
/dev/
Directory/dev/
directory contains device nodes that either represent devices that are attached to the system or virtual devices that are provided by the kernel. These device nodes are essential for the system to function properly. The udev
daemon takes care of creating and removing all these device nodes in /dev/
.
/dev
directory and subdirectories are either character (providing only a serial stream of input/output) or block (accessible randomly). Character devices include mouse, keyboard, modem while block devices include hard disk, floppy drive etc. If you have GNOME or KDE installed in your system, devices such as external drives or cds are automatically detected when connected (e.g via usb) or inserted (e.g via CD or DVD drive) and a popup window displaying the contents is automatically displayed. Files in the /dev
directory are essential for the system to function properly.
/dev
File | Description |
---|---|
/dev/hda | The master device on primary IDE channel. |
/dev/hdb | The slave device on primary IDE channel. |
/dev/tty0 | The first virtual console. |
/dev/tty1 | The second virtual console. |
/dev/sda | The first device on primary SCSI or SATA channel. |
/dev/lp0 | The first parallel port. |
/etc/
Directory/etc/
directory is reserved for configuration files that are local to the machine. No binaries are to be placed in /etc/
. Any binaries that were once located in /etc/
should be placed into /sbin/
or /bin/
.
/etc
are the X11/
and skel/
:
/etc |- X11/ |- skel/
/etc/X11/
directory is for X Window System configuration files, such as xorg.conf
. The /etc/skel/
directory is for "skeleton" user files, which are used to populate a home directory when a user is first created. Applications also store their configuration files in this directory and may reference them when they are executed.
/lib/
Directory/lib/
directory should contain only those libraries needed to execute the binaries in /bin/
and /sbin/
. These shared library images are particularly important for booting the system and executing commands within the root file system.
/media/
Directory/media/
directory contains subdirectories used as mount points for removable media such as usb storage media, DVDs, CD-ROMs, and Zip disks.
/mnt/
Directory/mnt/
directory is reserved for temporarily mounted file systems, such as NFS file system mounts. For all removable media, please use the /media/
directory. Automatically detected removable media will be mounted in the /media
directory.
/mnt
directory must not be used by installation programs.
/opt/
Directory/opt/
directory provides storage for most application software packages.
/opt/
directory creates a directory bearing the same name as the package. This directory, in turn, holds files that otherwise would be scattered throughout the file system, giving the system administrator an easy way to determine the role of each file within a particular package.
sample
is the name of a particular software package located within the /opt/
directory, then all of its files are placed in directories inside the /opt/sample/
directory, such as /opt/sample/bin/
for binaries and /opt/sample/man/
for manual pages.
/opt/
directory, giving that large package a way to organize itself. In this way, our sample
package may have different tools that each go in their own sub-directories, such as /opt/sample/tool1/
and /opt/sample/tool2/
, each of which can have their own bin/
, man/
, and other similar directories.
/proc/
Directory/proc/
directory contains special files that either extract information from or send information to the kernel. Examples include system memory, cpu information, hardware configuration etc.
/proc/
and the many ways this directory can be used to communicate with the kernel, an entire chapter has been devoted to the subject. For more information, refer to Capítulo 4, The proc
File System.
/sbin/
Directory/sbin/
directory stores executables used by the root user. The executables in /sbin/
are used at boot time, for system administration and to perform system recovery operations. Of this directory, the FHS says:
/sbin
contains binaries essential for booting, restoring, recovering, and/or repairing the system in addition to the binaries in/bin
. Programs executed after/usr/
is known to be mounted (when there are no problems) are generally placed into/usr/sbin
. Locally-installed system administration programs should be placed into/usr/local/sbin
.
/sbin/
:
arp
,clock
,halt
,init
,fsck.*
,grub
,ifconfig
,mingetty
,mkfs.*
,mkswap
,reboot
,route
,shutdown
,swapoff
,swapon
/srv/
Directory/srv/
directory contains site-specific data served by your system running Red Hat Enterprise Linux. This directory gives users the location of data files for a particular service, such as FTP, WWW, or CVS. Data that only pertains to a specific user should go in the /home/
directory.
/sys/
Directory/sys/
directory utilizes the new sysfs
virtual file system specific to the 2.6 kernel. With the increased support for hot plug hardware devices in the 2.6 kernel, the /sys/
directory contains information similarly held in /proc/
, but displays a hierarchical view of specific device information in regards to hot plug devices.
/usr/
Directory/usr/
directory is for files that can be shared across multiple machines. The /usr/
directory is often on its own partition and is mounted read-only. At a minimum, the following directories should be subdirectories of /usr/
:
/usr |- bin/ |- etc/ |- games/ |- include/ |- kerberos/ |- lib/ |- libexec/ |- local/ |- sbin/ |- share/ |- src/ |- tmp -> ../var/tmp/
/usr/
directory, the bin/
subdirectory contains executables, etc/
contains system-wide configuration files, games
is for games, include/
contains C header files, kerberos/
contains binaries and other Kerberos-related files, and lib/
contains object files and libraries that are not designed to be directly utilized by users or shell scripts. The libexec/
directory contains small helper programs called by other programs, sbin/
is for system administration binaries (those that do not belong in the /sbin/
directory), share/
contains files that are not architecture-specific, src/
is for source code.
/usr/local/
DirectoryThe/usr/local
hierarchy is for use by the system administrator when installing software locally. It needs to be safe from being overwritten when the system software is updated. It may be used for programs and data that are shareable among a group of hosts, but not found in/usr
.
/usr/local/
directory is similar in structure to the /usr/
directory. It has the following subdirectories, which are similar in purpose to those in the /usr/
directory:
/usr/local |- bin/ |- etc/ |- games/ |- include/ |- lib/ |- libexec/ |- sbin/ |- share/ |- src/
/usr/local/
directory is slightly different from that specified by the FHS. The FHS says that /usr/local/
should be where software that is to remain safe from system software upgrades is stored. Since software upgrades can be performed safely with RPM Package Manager (RPM), it is not necessary to protect files by putting them in /usr/local/
. Instead, the /usr/local/
directory is used for software that is local to the machine.
/usr/
directory is mounted as a read-only NFS share from a remote host, it is still possible to install a package or program under the /usr/local/
directory.
/var/
Directory/usr/
as read-only, any programs that write log files or need spool/
or lock/
directories should write them to the /var/
directory. The FHS states /var/
is for:
...variable data files. This includes spool directories and files, administrative and logging data, and transient and temporary files.
/var/
directory:
/var |- account/ |- arpwatch/ |- cache/ |- crash/ |- db/ |- empty/ |- ftp/ |- gdm/ |- kerberos/ |- lib/ |- local/ |- lock/ |- log/ |- mail -> spool/mail/ |- mailman/ |- named/ |- nis/ |- opt/ |- preserve/ |- run/ +- spool/ |- at/ |- clientmqueue/ |- cron/ |- cups/ |- exim/ |- lpd/ |- mail/ |- mailman/ |- mqueue/ |- news/ |- postfix/ |- repackage/ |- rwho/ |- samba/ |- squid/ |- squirrelmail/ |- up2date/ |- uucp |- uucppublic/ |- vbox/ |- tmp/ |- tux/ |- www/ |- yp/
messages
and lastlog
, go in the /var/log/
directory. The /var/lib/rpm/
directory contains RPM system databases. Lock files go in the /var/lock/
directory, usually in directories for the program using the file. The /var/spool/
directory has subdirectories for programs in which data files are stored.
/var/lib/rpm/
directory. For more information on RPM, refer to the chapter Capítulo 11, Gerenciamento de Pacotes com RPM.
/var/cache/yum/
directory contains files used by the Package Updater, including RPM header information for the system. This location may also be used to temporarily store RPMs downloaded while updating the system. For more information about Red Hat Network, refer to Capítulo 14, Product Subscriptions and Entitlements.
/etc/sysconfig/
directory. This directory stores a variety of configuration information. Many scripts that run at boot time use the files in this directory. Refer to Capítulo 30, The sysconfig
Directory for more information about what is within this directory and the role these files play in the boot process.
mount
Commandmount
or umount
command respectively. This chapter describes the basic usage of these commands, and covers some advanced topics such as moving a mount point or creating shared subtrees.
mount
command with no additional arguments:
mount
device
ondirectory
typetype
(options
)
sysfs
, tmpfs
, and others. To display only the devices with a certain file system type, supply the -t
option on the command line:
mount
-t
type
mount
command to list the mounted file systems, see Exemplo 2.1, “Listing Currently Mounted ext3
File Systems”.
ext3
File Systems/
and /boot
partitions are formatted to use ext3
. To display only the mount points that use this file system, type the following at a shell prompt:
~]$ mount -t ext3
/dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw)
/dev/vda1 on /boot type ext3 (rw)
mount
command in the following form:
mount
[option
…]device
directory
mount
command is run, it reads the content of the /etc/fstab
configuration file to see if the given file system is listed. This file contains a list of device names and the directory in which the selected file systems should be mounted, as well as the file system type and mount options. Because of this, when you are mounting a file system that is specified in this file, you can use one of the following variants of the command:
mount
[option
…]directory
mount
[option
…]device
root
, you must have permissions to mount the file system (see Seção 2.2.2, “Specifying the Mount Options”).
mount
detects the file system automatically. However, there are certain file systems, such as NFS
(Network File System) or CIFS
(Common Internet File System), that are not recognized, and need to be specified manually. To specify the file system type, use the mount
command in the following form:
mount
-t
type
device
directory
mount
command. For a complete list of all available file system types, consult the relevant manual page as referred to in Seção 2.4.1, “Installed Documentation”.
Type | Description |
---|---|
ext2
|
The ext2 file system.
|
ext3
|
The ext3 file system.
|
iso9660
|
The ISO 9660 file system. It is commonly used by optical media, typically CDs.
|
jfs
|
The JFS file system created by IBM.
|
nfs
|
The NFS file system. It is commonly used to access files over the network.
|
nfs4
|
The NFSv4 file system. It is commonly used to access files over the network.
|
ntfs
|
The NTFS file system. It is commonly used on machines that are running the Windows operating system.
|
udf
|
The UDF file system. It is commonly used by optical media, typically DVDs.
|
vfat
|
The FAT file system. It is commonly used on machines that are running the Windows operating system, and on certain digital media such as USB flash drives or floppy disks.
|
/dev/sdc1
device and that the /media/flashdisk/
directory exists, you can mount it to this directory by typing the following at a shell prompt as root
:
~]# mount -t vfat /dev/sdc1 /media/flashdisk
mount
-o
options
mount
will incorrectly interpret the values following spaces as additional parameters.
Option | Description |
---|---|
async
| Allows the asynchronous input/output operations on the file system. |
auto
|
Allows the file system to be mounted automatically using the mount -a command.
|
defaults
|
Provides an alias for async,auto,dev,exec,nouser,rw,suid .
|
exec
| Allows the execution of binary files on the particular file system. |
loop
| Mounts an image as a loop device. |
noauto
|
Disallows the automatic mount of the file system using the mount -a command.
|
noexec
| Disallows the execution of binary files on the particular file system. |
nouser
|
Disallows an ordinary user (that is, other than root ) to mount and unmount the file system.
|
remount
| Remounts the file system in case it is already mounted. |
ro
| Mounts the file system for reading only. |
rw
| Mounts the file system for both reading and writing. |
user
|
Allows an ordinary user (that is, other than root ) to mount and unmount the file system.
|
/media/cdrom/
directory exists, you can mount the image to this directory by running the following command as root
:
~]# mount -o ro,loop Fedora-14-x86_64-Live-Desktop.iso /media/cdrom
mount
command implements the --bind
option that provides a means for duplicating certain mounts. Its usage is as follows:
mount
--bind
old_directory
new_directory
mount
--rbind
old_directory
new_directory
mount
--make-shared
mount_point
mount
--make-rshared
mount_point
mount
--make-slave
mount_point
mount
--make-rslave
mount_point
/media
directory to appear in /mnt
as well, but you do not want any mounts in the /mnt
directory to be reflected in /media
. To do so, as root
, first mark the /media
directory as “shared”:
~]#mount --bind /media /media
~]#mount --make-shared /media
/mnt
, but mark it as “slave”:
~]#mount --bind /media /mnt
~]#mount --make-slave /mnt
/media
also appears in /mnt
. For example, if you have non-empty media in your CD-ROM drive and the /media/cdrom/
directory exists, run the following commands:
~]#mount /dev/cdrom /media/cdrom
~]#ls /media/cdrom
EFI GPL isolinux LiveOS ~]#ls /mnt/cdrom
EFI GPL isolinux LiveOS
/mnt
directory are not reflected in /media
. For instance, if you have a non-empty USB flash drive that uses the /dev/sdc1
device plugged in and the /mnt/flashdisk/
directory is present, type: :
~]#mount /dev/sdc1 /mnt/flashdisk
~]#ls /media/flashdisk
~]#ls /mnt/flashdisk
en-US publican.cfg
mount
--make-private
mount_point
mount
--make-rprivate
mount_point
root
:
~]#mount --bind /media /media
~]#mount --make-shared /media
~]#mount --bind /media /mnt
/mnt
directory as “private”, type:
~]# mount --make-private /mnt
/media
appears in /mnt
. For example, if you have non-empty media in your CD-ROM drive and the /media/cdrom/
directory exists, run the following commands:
~]#mount /dev/cdrom /media/cdrom
~]#ls /media/cdrom
EFI GPL isolinux LiveOS ~]#ls /mnt/cdrom
~]#
/mnt
directory are not reflected in /media
. For instance, if you have a non-empty USB flash drive that uses the /dev/sdc1
device plugged in and the /mnt/flashdisk/
directory is present, type:
~]#mount /dev/sdc1 /mnt/flashdisk
~]#ls /media/flashdisk
~]#ls /mnt/flashdisk
en-US publican.cfg
mount
--make-unbindable
mount_point
mount
--make-runbindable
mount_point
/media
directory from being shared, as root
, type the following at a shell prompt:
~]#mount --bind /media /media
~]#mount --make-unbindable /media
~]# mount --bind /media /mnt
mount: wrong fs type, bad option, bad superblock on /media/,
missing code page or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
mount
--move
old_directory
new_directory
/mnt/userdirs/
, as root
, you can move this mount point to /home
by using the following command:
~]# mount --move /mnt/userdirs /home
~]#ls /mnt/userdirs
~]#ls /home
jill joe
umount
command:
umount
directory
umount
device
root
, you must have permissions to unmount the file system (see Seção 2.2.2, “Specifying the Mount Options”). See Exemplo 2.9, “Unmounting a CD” for an example usage.
umount
command will fail with an error. To determine which processes are accessing the file system, use the fuser
command in the following form:
fuser
-m
directory
/media/cdrom/
directory, type:
~]$ fuser -m /media/cdrom
/media/cdrom: 1793 2013 2022 2435 10532c 10672c
/media/cdrom/
directory, type the following at a shell prompt:
~]$ umount /media/cdrom
man 8 mount
— The manual page for the mount
command that provides a full documentation on its usage.
man 8 umount
— The manual page for the umount
command that provides a full documentation on its usage.
man 5 fstab
— The manual page providing a thorough description of the /etc/fstab
file format.
e2fsck
program. This is a time-consuming process that can delay system boot time significantly, especially with large volumes containing a large number of files. During this time, any data on the volumes is unreachable.
mkfs
.
e2label
.
tune2fs
allows you to convert an ext2
filesystem to ext3
.
e2fsck
para verificar seu sistema de arquivo antes e depois de usar o tune2fs
. Uma instalação padrão do Red Hat Enterprise Linux usa o ext3 para todos os sistemas de arquivo.
ext2
para ext3
, autentique-se como root e digite:
tune2fs -j <block_device>
<block_device>
contém o sistema de arquivo ext2 que você desejar converter.
/dev/mapper/VolGroup00-LogVol02
.
/dev/hdb
X
, where hdb
is a storage device name and X
is the partition number.
df
command to display mounted file systems.
/dev/mapper/VolGroup00-LogVol02
mkinitrd
program. For information on using the mkinitrd
command, type man mkinitrd
. Also, make sure your GRUB configuration loads the initrd
.
umount /dev/mapper/VolGroup00-LogVol02
tune2fs -O ^has_journal /dev/mapper/VolGroup00-LogVol02
e2fsck -y /dev/mapper/VolGroup00-LogVol02
mount -t ext2 /dev/mapper/VolGroup00-LogVol02
/mount/point
/mount/point
pelo ponto de montagem da partição.
.journal
file at the root level of the partition by changing to the directory where it is mounted and typing:
rm -f .journal
/etc/fstab
file.
proc
File Systemproc
File System/proc/apm
/proc/buddyinfo
/proc/cmdline
/proc/cpuinfo
/proc/crypto
/proc/devices
/proc/dma
/proc/execdomains
/proc/fb
/proc/filesystems
/proc/interrupts
/proc/iomem
/proc/ioports
/proc/kcore
/proc/kmsg
/proc/loadavg
/proc/locks
/proc/mdstat
/proc/meminfo
/proc/misc
/proc/modules
/proc/mounts
/proc/mtrr
/proc/partitions
/proc/pci
/proc/slabinfo
/proc/stat
/proc/swaps
/proc/sysrq-trigger
/proc/uptime
/proc/version
/proc/
sysctl
Command/proc/
directory — also called the proc
file system — contains a hierarchy of special files which represent the current state of the kernel — allowing applications and users to peer into the kernel's view of the system.
/proc/
directory, one can find a wealth of information detailing the system hardware and any processes currently running. In addition, some of the files within the /proc/
directory tree can be manipulated by users and applications to communicate configuration changes to the kernel.
/proc/
directory contains another type of file called a virtual file. It is for this reason that /proc/
is often referred to as a virtual file system.
/proc/interrupts
, /proc/meminfo
, /proc/mounts
, and /proc/partitions
provide an up-to-the-moment glimpse of the system's hardware. Others, like the /proc/filesystems
file and the /proc/sys/
directory provide system configuration information and interfaces.
/proc/ide/
contains information for all physical IDE devices. Likewise, process directories contain information about each running process on the system.
cat
, more
, or less
commands on files within the /proc/
directory, users can immediately access enormous amounts of information about the system. For example, to display the type of CPU a computer has, type cat /proc/cpuinfo
to receive output similar to the following:
processor : 0 vendor_id : AuthenticAMD cpu family : 5 model : 9 model name : AMD-K6(tm) 3D+ Processor stepping : 1 cpu MHz : 400.919 cache size : 256 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr mce cx8 pge mmx syscall 3dnow k6_mtrr bogomips : 799.53
/proc/
file system, some of the information is easily understandable while some is not human-readable. This is in part why utilities exist to pull data from virtual files and display it in a useful way. Examples of these utilities include lspci
, apm
, free
, and top
.
/proc/
directory are readable only by the root user.
/proc/
directory are read-only. However, some can be used to adjust settings in the kernel. This is especially true for files in the /proc/sys/
subdirectory.
echo
command and a greater than symbol (>
) to redirect the new value to the file. For example, to change the hostname on the fly, type:
echo www.example.com
> /proc/sys/kernel/hostname
cat /proc/sys/net/ipv4/ip_forward
returns either a 0
or a 1
. A 0
indicates that the kernel is not forwarding network packets. Using the echo
command to change the value of the ip_forward
file to 1
immediately turns packet forwarding on.
/proc/sys/
subdirectory is /sbin/sysctl
. For more information on this command, refer to Seção 4.4, “Using the sysctl
Command”
/proc/sys/
subdirectory, refer to Seção 4.3.9, “ /proc/sys/
”.
proc
File System/proc/
directory.
/proc/apm
apm
command. If a system with no battery is connected to an AC power source, this virtual file would look similar to the following:
1.16 1.2 0x07 0x01 0xff 0x80 -1% -1 ?
apm -v
command on such a system results in output similar to the following:
APM BIOS 1.2 (kernel driver 1.16ac) AC on-line, no system battery
apm
is able do little more than put the machine in standby mode. The apm
command is much more useful on laptops. For example, the following output is from the command cat /proc/apm
on a laptop while plugged into a power outlet:
1.16 1.2 0x03 0x01 0x03 0x09 100% -1 ?
apm
file changes to something like the following:
1.16 1.2 0x03 0x00 0x00 0x01 99% 1792 min
apm -v
command now yields more useful data, such as the following:
APM BIOS 1.2 (kernel driver 1.16) AC off-line, battery status high: 99% (1 day, 5:52)
/proc/buddyinfo
DMA
row references the first 16 MB on a system, the HighMem
row references all memory greater than 4 GB on a system, and the Normal
row references all memory in between.
/proc/buddyinfo
:
Node 0, zone DMA 90 6 2 1 1 ... Node 0, zone Normal 1650 310 5 0 0 ... Node 0, zone HighMem 2 0 0 1 1 ...
/proc/cmdline
/proc/cmdline
file looks like the following:
ro root=/dev/VolGroup00/LogVol00 rhgb quiet 3
ro
on the kernel boot line overrides any instances of rw
.
/proc/cmdline
output, the root filesystem image is located on the first logical volume (LogVol00
) of the first LVM volume group (VolGroup00
). On a system not using Logical Volume Management, the root file system might be located on /dev/sda1
or /dev/sda2
, meaning on either the first or second partition of the first SCSI or SATA disk drive, depending on whether we have a separate (preceding) boot or swap partition on that drive.
/etc/inittab
shows that the default runlevel is set to 5 with a line like this:
id:5:initdefault:
/proc/cpuinfo
/proc/cpuinfo
:
processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 2 model name : Intel(R) Xeon(TM) CPU 2.40GHz stepping : 7 cpu MHz : 2392.371 cache size : 512 KB physical id : 0 siblings : 2 runqueue : 0 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm bogomips : 4771.02
processor
— Provides each processor with an identifying number. On systems that have one processor, only a 0
is present.
cpu family
— Authoritatively identifies the type of processor in the system. For an Intel-based system, place the number in front of "86" to determine the value. This is particularly helpful for those attempting to identify the architecture of an older system such as a 586, 486, or 386. Because some RPM packages are compiled for each of these particular architectures, this value also helps users determine which packages to install.
model name
— Displays the common name of the processor, including its project name.
cpu MHz
— Shows the precise speed in megahertz for the processor to the thousandths decimal place.
cache size
— Displays the amount of level 2 memory cache available to the processor.
siblings
— Displays the number of sibling CPUs on the same physical CPU for architectures which use hyper-threading.
flags
— Defines a number of different qualities about the processor, such as the presence of a floating point unit (FPU) and the ability to process MMX instructions.
/proc/crypto
/proc/crypto
file looks like the following:
name : sha1 module : kernel type : digest blocksize : 64 digestsize : 20 name : md5 module : md5 type : digest blocksize : 64 digestsize : 16
/proc/devices
Character devices: 1 mem 4 /dev/vc/0 4 tty 4 ttyS 5 /dev/tty 5 /dev/console 5 /dev/ptmx 7 vcs 10 misc 13 input 29 fb 36 netlink 128 ptm 136 pts 180 usb Block devices: 1 ramdisk 3 ide0 9 md 22 ide1 253 device-mapper 254 mdp
/proc/devices
includes the major number and name of the device, and is broken into two major sections: Character devices
and Block devices
.
/usr/share/doc/kernel-doc-<version>
/Documentation/devices.txt
/proc/dma
/proc/dma
files looks like the following:
4: cascade
/proc/execdomains
0-0 Linux [kernel]
PER_LINUX
execution domain, different personalities can be implemented as dynamically loadable modules.
/proc/fb
/proc/fb
for systems which contain frame buffer devices looks similar to the following:
0 VESA VGA
/proc/filesystems
/proc/filesystems
file looks similar to the following:
nodev sysfs nodev rootfs nodev bdev nodev proc nodev sockfs nodev binfmt_misc nodev usbfs nodev usbdevfs nodev futexfs nodev tmpfs nodev pipefs nodev eventpollfs nodev devpts ext2 nodev ramfs nodev hugetlbfs iso9660 nodev mqueue ext3 nodev rpc_pipefs nodev autofs
nodev
are not mounted on a device. The second column lists the names of the file systems supported.
mount
command cycles through the file systems listed here when one is not specified as an argument.
/proc/interrupts
/proc/interrupts
looks similar to the following:
CPU0 0: 80448940 XT-PIC timer 1: 174412 XT-PIC keyboard 2: 0 XT-PIC cascade 8: 1 XT-PIC rtc 10: 410964 XT-PIC eth0 12: 60330 XT-PIC PS/2 Mouse 14: 1314121 XT-PIC ide0 15: 5195422 XT-PIC ide1 NMI: 0 ERR: 0
CPU0 CPU1 0: 1366814704 0 XT-PIC timer 1: 128 340 IO-APIC-edge keyboard 2: 0 0 XT-PIC cascade 8: 0 1 IO-APIC-edge rtc 12: 5323 5793 IO-APIC-edge PS/2 Mouse 13: 1 0 XT-PIC fpu 16: 11184294 15940594 IO-APIC-level Intel EtherExpress Pro 10/100 Ethernet 20: 8450043 11120093 IO-APIC-level megaraid 30: 10432 10722 IO-APIC-level aic7xxx 31: 23 22 IO-APIC-level aic7xxx NMI: 0 ERR: 0
XT-PIC
— This is the old AT computer interrupts.
IO-APIC-edge
— The voltage signal on this interrupt transitions from low to high, creating an edge, where the interrupt occurs and is only signaled once. This kind of interrupt, as well as the IO-APIC-level
interrupt, are only seen on systems with processors from the 586 family and higher.
IO-APIC-level
— Generates interrupts when its voltage signal is high until the signal is low again.
/proc/iomem
00000000-0009fbff : System RAM 0009fc00-0009ffff : reserved 000a0000-000bffff : Video RAM area 000c0000-000c7fff : Video ROM 000f0000-000fffff : System ROM 00100000-07ffffff : System RAM 00100000-00291ba8 : Kernel code 00291ba9-002e09cb : Kernel data e0000000-e3ffffff : VIA Technologies, Inc. VT82C597 [Apollo VP3] e4000000-e7ffffff : PCI Bus #01 e4000000-e4003fff : Matrox Graphics, Inc. MGA G200 AGP e5000000-e57fffff : Matrox Graphics, Inc. MGA G200 AGP e8000000-e8ffffff : PCI Bus #01 e8000000-e8ffffff : Matrox Graphics, Inc. MGA G200 AGP ea000000-ea00007f : Digital Equipment Corporation DECchip 21140 [FasterNet] ea000000-ea00007f : tulip ffff0000-ffffffff : reserved
/proc/ioports
/proc/ioports
provides a list of currently registered port regions used for input or output communication with a device. This file can be quite long. The following is a partial listing:
0000-001f : dma1 0020-003f : pic1 0040-005f : timer 0060-006f : keyboard 0070-007f : rtc 0080-008f : dma page reg 00a0-00bf : pic2 00c0-00df : dma2 00f0-00ff : fpu 0170-0177 : ide1 01f0-01f7 : ide0 02f8-02ff : serial(auto) 0376-0376 : ide1 03c0-03df : vga+ 03f6-03f6 : ide0 03f8-03ff : serial(auto) 0cf8-0cff : PCI conf1 d000-dfff : PCI Bus #01 e000-e00f : VIA Technologies, Inc. Bus Master IDE e000-e007 : ide0 e008-e00f : ide1 e800-e87f : Digital Equipment Corporation DECchip 21140 [FasterNet] e800-e87f : tulip
/proc/kcore
/proc/
files, kcore
displays a size. This value is given in bytes and is equal to the size of the physical memory (RAM) used plus 4 KB.
gdb
, and is not human readable.
/proc/kcore
virtual file. The contents of the file scramble text output on the terminal. If this file is accidentally viewed, press Ctrl+C to stop the process and then type reset
to bring back the command line prompt.
/proc/kmsg
/sbin/klogd
or /bin/dmesg
.
/proc/loadavg
uptime
and other commands. A sample /proc/loadavg
file looks similar to the following:
0.20 0.18 0.12 1/80 11206
/proc/locks
/proc/locks
file for a lightly loaded system looks similar to the following:
1: POSIX ADVISORY WRITE 3568 fd:00:2531452 0 EOF 2: FLOCK ADVISORY WRITE 3517 fd:00:2531448 0 EOF 3: POSIX ADVISORY WRITE 3452 fd:00:2531442 0 EOF 4: POSIX ADVISORY WRITE 3443 fd:00:2531440 0 EOF 5: POSIX ADVISORY WRITE 3326 fd:00:2531430 0 EOF 6: POSIX ADVISORY WRITE 3175 fd:00:2531425 0 EOF 7: POSIX ADVISORY WRITE 3056 fd:00:2548663 0 EOF
FLOCK
signifying the older-style UNIX file locks from a flock
system call and POSIX
representing the newer POSIX locks from the lockf
system call.
ADVISORY
or MANDATORY
. ADVISORY
means that the lock does not prevent other people from accessing the data; it only prevents other attempts to lock it. MANDATORY
means that no other access to the data is permitted while the lock is held. The fourth column reveals whether the lock is allowing the holder READ
or WRITE
access to the file. The fifth column shows the ID of the process holding the lock. The sixth column shows the ID of the file being locked, in the format of MAJOR-DEVICE
:MINOR-DEVICE
:INODE-NUMBER
. The seventh and eighth column shows the start and end of the file's locked region.
/proc/mdstat
/proc/mdstat
looks similar to the following:
Personalities : read_ahead not set unused devices: <none>
md
device is present. In that case, view /proc/mdstat
to find the current status of mdX
RAID devices.
/proc/mdstat
file below shows a system with its md0
configured as a RAID 1 device, while it is currently re-syncing the disks:
Personalities : [linear] [raid1] read_ahead 1024 sectors md0: active raid1 sda2[1] sdb2[0] 9940 blocks [2/2] [UU] resync=1% finish=12.3min algorithm 2 [3/3] [UUU] unused devices: <none>
/proc/meminfo
/proc/
directory, as it reports a large amount of valuable information about the systems RAM usage.
/proc/meminfo
virtual file is from a system with 256 MB of RAM and 512 MB of swap space:
MemTotal: 255908 kB MemFree: 69936 kB Buffers: 15812 kB Cached: 115124 kB SwapCached: 0 kB Active: 92700 kB Inactive: 63792 kB HighTotal: 0 kB HighFree: 0 kB LowTotal: 255908 kB LowFree: 69936 kB SwapTotal: 524280 kB SwapFree: 524280 kB Dirty: 4 kB Writeback: 0 kB Mapped: 42236 kB Slab: 25912 kB Committed_AS: 118680 kB PageTables: 1236 kB VmallocTotal: 3874808 kB VmallocUsed: 1416 kB VmallocChunk: 3872908 kB HugePages_Total: 0 HugePages_Free: 0 Hugepagesize: 4096 kB
free
, top
, and ps
commands. In fact, the output of the free
command is similar in appearance to the contents and structure of /proc/meminfo
. But by looking directly at /proc/meminfo
, more details are revealed:
MemTotal
— Total amount of physical RAM, in kilobytes.
MemFree
— The amount of physical RAM, in kilobytes, left unused by the system.
Buffers
— The amount of physical RAM, in kilobytes, used for file buffers.
Cached
— The amount of physical RAM, in kilobytes, used as cache memory.
SwapCached
— The amount of swap, in kilobytes, used as cache memory.
Active
— The total amount of buffer or page cache memory, in kilobytes, that is in active use. This is memory that has been recently used and is usually not reclaimed for other purposes.
Inactive
— The total amount of buffer or page cache memory, in kilobytes, that are free and available. This is memory that has not been recently used and can be reclaimed for other purposes.
HighTotal
and HighFree
— The total and free amount of memory, in kilobytes, that is not directly mapped into kernel space. The HighTotal
value can vary based on the type of kernel used.
LowTotal
and LowFree
— The total and free amount of memory, in kilobytes, that is directly mapped into kernel space. The LowTotal
value can vary based on the type of kernel used.
SwapTotal
— The total amount of swap available, in kilobytes.
SwapFree
— The total amount of swap free, in kilobytes.
Dirty
— The total amount of memory, in kilobytes, waiting to be written back to the disk.
Writeback
— The total amount of memory, in kilobytes, actively being written back to the disk.
Mapped
— The total amount of memory, in kilobytes, which have been used to map devices, files, or libraries using the mmap
command.
Slab
— The total amount of memory, in kilobytes, used by the kernel to cache data structures for its own use.
Committed_AS
— The total amount of memory, in kilobytes, estimated to complete the workload. This value represents the worst case scenario value, and also includes swap memory.
PageTables
— The total amount of memory, in kilobytes, dedicated to the lowest page table level.
VMallocTotal
— The total amount of memory, in kilobytes, of total allocated virtual address space.
VMallocUsed
— The total amount of memory, in kilobytes, of used virtual address space.
VMallocChunk
— The largest contiguous block of memory, in kilobytes, of available virtual address space.
HugePages_Total
— The total number of hugepages for the system. The number is derived by dividing Hugepagesize
by the megabytes set aside for hugepages specified in /proc/sys/vm/hugetlb_pool
. This statistic only appears on the x86, Itanium, and AMD64 architectures.
HugePages_Free
— The total number of hugepages available for the system. This statistic only appears on the x86, Itanium, and AMD64 architectures.
Hugepagesize
— The size for each hugepages unit in kilobytes. By default, the value is 4096 KB on uniprocessor kernels for 32 bit architectures. For SMP, hugemem kernels, and AMD64, the default is 2048 KB. For Itanium architectures, the default is 262144 KB. This statistic only appears on the x86, Itanium, and AMD64 architectures.
/proc/misc
63 device-mapper 175 agpgart 135 rtc 134 apm_bios
/proc/modules
/proc/modules
file output:
/sbin/lsmod
command.
nfs 170109 0 - Live 0x129b0000 lockd 51593 1 nfs, Live 0x128b0000 nls_utf8 1729 0 - Live 0x12830000 vfat 12097 0 - Live 0x12823000 fat 38881 1 vfat, Live 0x1287b000 autofs4 20293 2 - Live 0x1284f000 sunrpc 140453 3 nfs,lockd, Live 0x12954000 3c59x 33257 0 - Live 0x12871000 uhci_hcd 28377 0 - Live 0x12869000 md5 3777 1 - Live 0x1282c000 ipv6 211845 16 - Live 0x128de000 ext3 92585 2 - Live 0x12886000 jbd 65625 1 ext3, Live 0x12857000 dm_mod 46677 3 - Live 0x12833000
Live
, Loading
, or Unloading
are the only possible values.
oprofile
.
/proc/mounts
rootfs / rootfs rw 0 0 /proc /proc proc rw,nodiratime 0 0 none /dev ramfs rw 0 0 /dev/mapper/VolGroup00-LogVol00 / ext3 rw 0 0 none /dev ramfs rw 0 0 /proc /proc proc rw,nodiratime 0 0 /sys /sys sysfs rw 0 0 none /dev/pts devpts rw 0 0 usbdevfs /proc/bus/usb usbdevfs rw 0 0 /dev/hda1 /boot ext3 rw 0 0 none /dev/shm tmpfs rw 0 0 none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0 sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw 0 0
/etc/mtab
, except that /proc/mount
is more up-to-date.
ro
) or read-write (rw
). The fifth and sixth columns are dummy values designed to match the format used in /etc/mtab
.
/proc/mtrr
/proc/mtrr
file may look similar to the following:
reg00: base=0x00000000 ( 0MB), size= 256MB: write-back, count=1 reg01: base=0xe8000000 (3712MB), size= 32MB: write-combining, count=1
/proc/mtrr
file can increase performance more than 150%.
/usr/share/doc/kernel-doc-<version>
/Documentation/mtrr.txt
/proc/partitions
major minor #blocks name 3 0 19531250 hda 3 1 104391 hda1 3 2 19422585 hda2 253 0 22708224 dm-0 253 1 524288 dm-1
major
— The major number of the device with this partition. The major number in the /proc/partitions
, (3
), corresponds with the block device ide0
, in /proc/devices
.
minor
— The minor number of the device with this partition. This serves to separate the partitions into different physical devices and relates to the number at the end of the name of the partition.
#blocks
— Lists the number of physical disk blocks contained in a particular partition.
name
— The name of the partition.
/proc/pci
/proc/pci
can be rather long. A sampling of this file from a basic system looks similar to the following:
Bus 0, device 0, function 0: Host bridge: Intel Corporation 440BX/ZX - 82443BX/ZX Host bridge (rev 3). Master Capable. Latency=64. Prefetchable 32 bit memory at 0xe4000000 [0xe7ffffff]. Bus 0, device 1, function 0: PCI bridge: Intel Corporation 440BX/ZX - 82443BX/ZX AGP bridge (rev 3). Master Capable. Latency=64. Min Gnt=128. Bus 0, device 4, function 0: ISA bridge: Intel Corporation 82371AB PIIX4 ISA (rev 2). Bus 0, device 4, function 1: IDE interface: Intel Corporation 82371AB PIIX4 IDE (rev 1). Master Capable. Latency=32. I/O at 0xd800 [0xd80f]. Bus 0, device 4, function 2: USB Controller: Intel Corporation 82371AB PIIX4 USB (rev 1). IRQ 5. Master Capable. Latency=32. I/O at 0xd400 [0xd41f]. Bus 0, device 4, function 3: Bridge: Intel Corporation 82371AB PIIX4 ACPI (rev 2). IRQ 9. Bus 0, device 9, function 0: Ethernet controller: Lite-On Communications Inc LNE100TX (rev 33). IRQ 5. Master Capable. Latency=32. I/O at 0xd000 [0xd0ff]. Bus 0, device 12, function 0: VGA compatible controller: S3 Inc. ViRGE/DX or /GX (rev 1). IRQ 11. Master Capable. Latency=32. Min Gnt=4.Max Lat=255.
lspci -vb
/proc/slabinfo
/proc/slabinfo
file manually, the /usr/bin/slabtop
program displays kernel slab cache information in real time. This program allows for custom configurations, including column sorting and screen refreshing.
/usr/bin/slabtop
usually looks like the following example:
Active / Total Objects (% used) : 133629 / 147300 (90.7%) Active / Total Slabs (% used) : 11492 / 11493 (100.0%) Active / Total Caches (% used) : 77 / 121 (63.6%) Active / Total Size (% used) : 41739.83K / 44081.89K (94.7%) Minimum / Average / Maximum Object : 0.01K / 0.30K / 128.00K OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME 44814 43159 96% 0.62K 7469 6 29876K ext3_inode_cache 36900 34614 93% 0.05K 492 75 1968K buffer_head 35213 33124 94% 0.16K 1531 23 6124K dentry_cache 7364 6463 87% 0.27K 526 14 2104K radix_tree_node 2585 1781 68% 0.08K 55 47 220K vm_area_struct 2263 2116 93% 0.12K 73 31 292K size-128 1904 1125 59% 0.03K 16 119 64K size-32 1666 768 46% 0.03K 14 119 56K anon_vma 1512 1482 98% 0.44K 168 9 672K inode_cache 1464 1040 71% 0.06K 24 61 96K size-64 1320 820 62% 0.19K 66 20 264K filp 678 587 86% 0.02K 3 226 12K dm_io 678 587 86% 0.02K 3 226 12K dm_tio 576 574 99% 0.47K 72 8 288K proc_inode_cache 528 514 97% 0.50K 66 8 264K size-512 492 372 75% 0.09K 12 41 48K bio 465 314 67% 0.25K 31 15 124K size-256 452 331 73% 0.02K 2 226 8K biovec-1 420 420 100% 0.19K 21 20 84K skbuff_head_cache 305 256 83% 0.06K 5 61 20K biovec-4 290 4 1% 0.01K 1 290 4K revoke_table 264 264 100% 4.00K 264 1 1056K size-4096 260 256 98% 0.19K 13 20 52K biovec-16 260 256 98% 0.75K 52 5 208K biovec-64
/proc/slabinfo
that are included into /usr/bin/slabtop
include:
OBJS
— The total number of objects (memory blocks), including those in use (allocated), and some spares not in use.
ACTIVE
— The number of objects (memory blocks) that are in use (allocated).
USE
— Percentage of total objects that are active. ((ACTIVE/OBJS)(100))
OBJ SIZE
— The size of the objects.
SLABS
— The total number of slabs.
OBJ/SLAB
— The number of objects that fit into a slab.
CACHE SIZE
— The cache size of the slab.
NAME
— The name of the slab.
/usr/bin/slabtop
program, refer to the slabtop
man page.
/proc/stat
/proc/stat
, which can be quite long, usually begins like the following example:
cpu 259246 7001 60190 34250993 137517 772 0 cpu0 259246 7001 60190 34250993 137517 772 0 intr 354133732 347209999 2272 0 4 4 0 0 3 1 1249247 0 0 80143 0 422626 5169433 ctxt 12547729 btime 1093631447 processes 130523 procs_running 1 procs_blocked 0 preempt 5651840 cpu 209841 1554 21720 118519346 72939 154 27168 cpu0 42536 798 4841 14790880 14778 124 3117 cpu1 24184 569 3875 14794524 30209 29 3130 cpu2 28616 11 2182 14818198 4020 1 3493 cpu3 35350 6 2942 14811519 3045 0 3659 cpu4 18209 135 2263 14820076 12465 0 3373 cpu5 20795 35 1866 14825701 4508 0 3615 cpu6 21607 0 2201 14827053 2325 0 3334 cpu7 18544 0 1550 14831395 1589 0 3447 intr 15239682 14857833 6 0 6 6 0 5 0 1 0 0 0 29 0 2 0 0 0 0 0 0 0 94982 0 286812 ctxt 4209609 btime 1078711415 processes 21905 procs_running 1 procs_blocked 0
cpu
— Measures the number of jiffies (1/100 of a second for x86 systems) that the system has been in user mode, user mode with low priority (nice), system mode, idle task, I/O wait, IRQ (hardirq), and softirq respectively. The IRQ (hardirq) is the direct response to a hardware event. The IRQ takes minimal work for queuing the "heavy" work up for the softirq to execute. The softirq runs at a lower priority than the IRQ and therefore may be interrupted more frequently. The total for all CPUs is given at the top, while each individual CPU is listed below with its own statistics. The following example is a 4-way Intel Pentium Xeon configuration with multi-threading enabled, therefore showing four physical processors and four virtual processors totaling eight processors.
page
— The number of memory pages the system has written in and out to disk.
swap
— The number of swap pages the system has brought in and out.
intr
— The number of interrupts the system has experienced.
btime
— The boot time, measured in the number of seconds since January 1, 1970, otherwise known as the epoch.
/proc/swaps
/proc/swaps
may look similar to the following:
Filename Type Size Used Priority /dev/mapper/VolGroup00-LogVol01 partition 524280 0 -1
/proc/
directory, /proc/swaps
provides a snapshot of every swap file name, the type of swap space, the total size, and the amount of space in use (in kilobytes). The priority column is useful when multiple swap files are in use. The lower the priority, the more likely the swap file is to be used.
/proc/sysrq-trigger
echo
command to write to this file, a remote root user can execute most System Request Key commands remotely as if at the local terminal. To echo
values to this file, the /proc/sys/kernel/sysrq
must be set to a value other than 0
. For more information about the System Request Key, refer to Seção 4.3.9.3, “ /proc/sys/kernel/
”.
/proc/uptime
/proc/uptime
is quite minimal:
350735.47 234388.90
/proc/version
gcc
in use, as well as the version of Red Hat Enterprise Linux installed on the system:
Linux version 2.6.8-1.523 (user@foo.redhat.com) (gcc version 3.4.1 20040714 \ (Red Hat Enterprise Linux 3.4.1-7)) #1 Mon Aug 16 13:27:03 EDT 2004
/proc/
/proc/
directory.
/proc/
directory contains a number of directories with numerical names. A listing of them may be similar to the following:
dr-xr-xr-x 3 root root 0 Feb 13 01:28 1 dr-xr-xr-x 3 root root 0 Feb 13 01:28 1010 dr-xr-xr-x 3 xfs xfs 0 Feb 13 01:28 1087 dr-xr-xr-x 3 daemon daemon 0 Feb 13 01:28 1123 dr-xr-xr-x 3 root root 0 Feb 13 01:28 11307 dr-xr-xr-x 3 apache apache 0 Feb 13 01:28 13660 dr-xr-xr-x 3 rpc rpc 0 Feb 13 01:28 637 dr-xr-xr-x 3 rpcuser rpcuser 0 Feb 13 01:28 666
/proc/
process directory vanishes.
cmdline
— Contains the command issued when starting the process.
cwd
— A symbolic link to the current working directory for the process.
environ
— A list of the environment variables for the process. The environment variable is given in all upper-case characters, and the value is in lower-case characters.
exe
— A symbolic link to the executable of this process.
fd
— A directory containing all of the file descriptors for a particular process. These are given in numbered links:
total 0 lrwx------ 1 root root 64 May 8 11:31 0 -> /dev/null lrwx------ 1 root root 64 May 8 11:31 1 -> /dev/null lrwx------ 1 root root 64 May 8 11:31 2 -> /dev/null lrwx------ 1 root root 64 May 8 11:31 3 -> /dev/ptmx lrwx------ 1 root root 64 May 8 11:31 4 -> socket:[7774817] lrwx------ 1 root root 64 May 8 11:31 5 -> /dev/ptmx lrwx------ 1 root root 64 May 8 11:31 6 -> socket:[7774829] lrwx------ 1 root root 64 May 8 11:31 7 -> /dev/ptmx
maps
— A list of memory maps to the various executables and library files associated with this process. This file can be rather long, depending upon the complexity of the process, but sample output from the sshd
process begins like the following:
08048000-08086000 r-xp 00000000 03:03 391479 /usr/sbin/sshd 08086000-08088000 rw-p 0003e000 03:03 391479 /usr/sbin/sshd 08088000-08095000 rwxp 00000000 00:00 0 40000000-40013000 r-xp 0000000 03:03 293205 /lib/ld-2.2.5.so 40013000-40014000 rw-p 00013000 03:03 293205 /lib/ld-2.2.5.so 40031000-40038000 r-xp 00000000 03:03 293282 /lib/libpam.so.0.75 40038000-40039000 rw-p 00006000 03:03 293282 /lib/libpam.so.0.75 40039000-4003a000 rw-p 00000000 00:00 0 4003a000-4003c000 r-xp 00000000 03:03 293218 /lib/libdl-2.2.5.so 4003c000-4003d000 rw-p 00001000 03:03 293218 /lib/libdl-2.2.5.so
mem
— The memory held by the process. This file cannot be read by the user.
root
— A link to the root directory of the process.
stat
— The status of the process.
statm
— The status of the memory in use by the process. Below is a sample /proc/statm
file:
263 210 210 5 0 205 0
status
— The status of the process in a more readable form than stat
or statm
. Sample output for sshd
looks similar to the following:
Name: sshd State: S (sleeping) Tgid: 797 Pid: 797 PPid: 1 TracerPid: 0 Uid: 0 0 0 0 Gid: 0 0 0 0 FDSize: 32 Groups: VmSize: 3072 kB VmLck: 0 kB VmRSS: 840 kB VmData: 104 kB VmStk: 12 kB VmExe: 300 kB VmLib: 2528 kB SigPnd: 0000000000000000 SigBlk: 0000000000000000 SigIgn: 8000000000001000 SigCgt: 0000000000014005 CapInh: 0000000000000000 CapPrm: 00000000fffffeff CapEff: 00000000fffffeff
S (sleeping)
or R (running)
), user/group ID running the process, and detailed data regarding memory usage.
/proc/self/
/proc/self/
directory is a link to the currently running process. This allows a process to look at itself without having to know its process ID.
/proc/self/
directory produces the same contents as listing the process directory for that process.
/proc/bus/
/proc/bus/
by the same name, such as /proc/bus/pci/
.
/proc/bus/
vary depending on the devices connected to the system. However, each bus type has at least one directory. Within these bus directories are normally at least one subdirectory with a numerical name, such as 001
, which contain binary files.
/proc/bus/usb/
subdirectory contains files that track the various devices on any USB buses, as well as the drivers required for them. The following is a sample listing of a /proc/bus/usb/
directory:
total 0 dr-xr-xr-x 1 root root 0 May 3 16:25 001 -r--r--r-- 1 root root 0 May 3 16:25 devices -r--r--r-- 1 root root 0 May 3 16:25 drivers
/proc/bus/usb/001/
directory contains all devices on the first USB bus and the devices
file identifies the USB root hub on the motherboard.
/proc/bus/usb/devices
file:
T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0 D: Ver= 1.00 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=0000 ProdID=0000 Rev= 0.00 S: Product=USB UHCI Root Hub S: SerialNumber=d400 C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=255ms
/proc/driver/
rtc
which provides output from the driver for the system's Real Time Clock (RTC), the device that keeps the time while the system is switched off. Sample output from /proc/driver/rtc
looks like the following:
rtc_time : 16:21:00 rtc_date : 2004-08-31 rtc_epoch : 1900 alarm : 21:16:27 DST_enable : no BCD : yes 24hr : yes square_wave : no alarm_IRQ : no update_IRQ : no periodic_IRQ : no periodic_freq : 1024 batt_status : okay
/usr/share/doc/kernel-doc-<version>
/Documentation/rtc.txt
.
/proc/fs
cat /proc/fs/nfsd/exports
displays the file systems being shared and the permissions granted for those file systems. For more on file system sharing with NFS, refer to Capítulo 20, Sistema de Arquivo de Rede (NFS - Network File System).
/proc/ide/
/proc/ide/ide0
and /proc/ide/ide1
. In addition, a drivers
file is available, providing the version number of the various drivers used on the IDE channels:
ide-floppy version 0.99. newide ide-cdrom version 4.61 ide-disk version 1.18
/proc/ide/piix
file which reveals whether DMA or UDMA is enabled for the devices on the IDE channels:
Intel PIIX4 Ultra 33 Chipset. ------------- Primary Channel ---------------- Secondary Channel ------------- enabled enabled ------------- drive0 --------- drive1 -------- drive0 ---------- drive1 ------ DMA enabled: yes no yes no UDMA enabled: yes no no no UDMA enabled: 2 X X X UDMA DMA PIO
ide0
, provides additional information. The channel
file provides the channel number, while the model
identifies the bus type for the channel (such as pci
).
/dev/
directory. For instance, the first IDE drive on ide0
would be hda
.
/proc/ide/
directory.
cache
— The device cache.
capacity
— The capacity of the device, in 512 byte blocks.
driver
— The driver and version used to control the device.
geometry
— The physical and logical geometry of the device.
media
— The type of device, such as a disk
.
model
— The model name or number of the device.
settings
— A collection of current device parameters. This file usually contains quite a bit of useful, technical information. A sample settings
file for a standard IDE hard disk looks similar to the following:
name value min max mode ---- ----- --- --- ---- acoustic 0 0 254 rw address 0 0 2 rw bios_cyl 38752 0 65535 rw bios_head 16 0 255 rw bios_sect 63 0 63 rw bswap 0 0 1 r current_speed 68 0 70 rw failures 0 0 65535 rw init_speed 68 0 70 rw io_32bit 0 0 3 rw keepsettings 0 0 1 rw lun 0 0 7 rw max_failures 1 0 65535 rw multcount 16 0 16 rw nice1 1 0 1 rw nowerr 0 0 1 rw number 0 0 3 rw pio_mode write-only 0 255 w unmaskirq 0 0 1 rw using_dma 1 0 1 rw wcache 1 0 1 rw
/proc/irq/
/proc/irq/prof_cpu_mask
file is a bitmask that contains the default values for the smp_affinity
file in the IRQ directory. The values in smp_affinity
specify which CPUs handle that particular IRQ.
/proc/irq/
directory, refer to the following installed documentation:
/usr/share/doc/kernel-doc-<version>
/Documentation/filesystems/proc.txt
/proc/net/
/proc/net/
directory:
arp
— Lists the kernel's ARP table. This file is particularly useful for connecting a hardware address to an IP address on a system.
atm/
directory — The files within this directory contain Asynchronous Transfer Mode (ATM) settings and statistics. This directory is primarily used with ATM networking and ADSL cards.
dev
— Lists the various network devices configured on the system, complete with transmit and receive statistics. This file displays the number of bytes each interface has sent and received, the number of packets inbound and outbound, the number of errors seen, the number of packets dropped, and more.
dev_mcast
— Lists Layer2 multicast groups on which each device is listening.
igmp
— Lists the IP multicast addresses which this system joined.
ip_conntrack
— Lists tracked network connections for machines that are forwarding IP connections.
ip_tables_names
— Lists the types of iptables
in use. This file is only present if iptables
is active on the system and contains one or more of the following values: filter
, mangle
, or nat
.
ip_mr_cache
— Lists the multicast routing cache.
ip_mr_vif
— Lists multicast virtual interfaces.
netstat
— Contains a broad yet detailed collection of networking statistics, including TCP timeouts, SYN cookies sent and received, and much more.
psched
— Lists global packet scheduler parameters.
raw
— Lists raw device statistics.
route
— Lists the kernel's routing table.
rt_cache
— Contains the current routing cache.
snmp
— List of Simple Network Management Protocol (SNMP) data for various networking protocols in use.
sockstat
— Provides socket statistics.
tcp
— Contains detailed TCP socket information.
tr_rif
— Lists the token ring RIF routing table.
udp
— Contains detailed UDP socket information.
unix
— Lists UNIX domain sockets currently in use.
wireless
— Lists wireless interface data.
/proc/scsi/
/proc/ide/
directory, but it is for connected SCSI devices.
/proc/scsi/scsi
, which contains a list of every recognized SCSI device. From this listing, the type of device, as well as the model name, vendor, SCSI channel and ID data is available.
Attached devices: Host: scsi1 Channel: 00 Id: 05 Lun: 00 Vendor: NEC Model: CD-ROM DRIVE:466 Rev: 1.06 Type: CD-ROM ANSI SCSI revision: 02 Host: scsi1 Channel: 00 Id: 06 Lun: 00 Vendor: ARCHIVE Model: Python 04106-XXX Rev: 7350 Type: Sequential-Access ANSI SCSI revision: 02 Host: scsi2 Channel: 00 Id: 06 Lun: 00 Vendor: DELL Model: 1x6 U2W SCSI BP Rev: 5.35 Type: Processor ANSI SCSI revision: 02 Host: scsi2 Channel: 02 Id: 00 Lun: 00 Vendor: MegaRAID Model: LD0 RAID5 34556R Rev: 1.01 Type: Direct-Access ANSI SCSI revision: 02
/proc/scsi/
, which contains files specific to each SCSI controller using that driver. From the previous example, aic7xxx/
and megaraid/
directories are present, since two drivers are in use. The files in each of the directories typically contain an I/O address range, IRQ information, and statistics for the SCSI controller using that driver. Each controller can report a different type and amount of information. The Adaptec AIC-7880 Ultra SCSI host adapter's file in this example system produces the following output:
Adaptec AIC7xxx driver version: 5.1.20/3.2.4 Compile Options: TCQ Enabled By Default : Disabled AIC7XXX_PROC_STATS : Enabled AIC7XXX_RESET_DELAY : 5 Adapter Configuration: SCSI Adapter: Adaptec AIC-7880 Ultra SCSI host adapter Ultra Narrow Controller PCI MMAPed I/O Base: 0xfcffe000 Adapter SEEPROM Config: SEEPROM found and used. Adaptec SCSI BIOS: Enabled IRQ: 30 SCBs: Active 0, Max Active 1, Allocated 15, HW 16, Page 255 Interrupts: 33726 BIOS Control Word: 0x18a6 Adapter Control Word: 0x1c5f Extended Translation: Enabled Disconnect Enable Flags: 0x00ff Ultra Enable Flags: 0x0020 Tag Queue Enable Flags: 0x0000 Ordered Queue Tag Flags: 0x0000 Default Tag Queue Depth: 8 Tagged Queue By Device array for aic7xxx host instance 1: {255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255} Actual queue depth per device for aic7xxx host instance 1: {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1} Statistics: (scsi1:0:5:0) Device using Narrow/Sync transfers at 20.0 MByte/sec, offset 15 Transinfo settings: current(12/15/0/0), goal(12/15/0/0), user(12/15/0/0) Total transfers 0 (0 reads and 0 writes) < 2K 2K+ 4K+ 8K+ 16K+ 32K+ 64K+ 128K+ Reads: 0 0 0 0 0 0 0 0 Writes: 0 0 0 0 0 0 0 0 (scsi1:0:6:0) Device using Narrow/Sync transfers at 10.0 MByte/sec, offset 15 Transinfo settings: current(25/15/0/0), goal(12/15/0/0), user(12/15/0/0) Total transfers 132 (0 reads and 132 writes) < 2K 2K+ 4K+ 8K+ 16K+ 32K+ 64K+ 128K+ Reads: 0 0 0 0 0 0 0 0 Writes: 0 0 0 1 131 0 0 0
/proc/sys/
/proc/sys/
directory is different from others in /proc/
because it not only provides information about the system but also allows the system administrator to immediately enable and disable kernel features.
/proc/sys/
directory. Changing the wrong setting may render the kernel unstable, requiring a system reboot.
/proc/sys/
.
-l
option at the shell prompt. If the file is writable, it may be used to configure the kernel. For example, a partial listing of /proc/sys/fs
looks like the following:
-r--r--r-- 1 root root 0 May 10 16:14 dentry-state -rw-r--r-- 1 root root 0 May 10 16:14 dir-notify-enable -r--r--r-- 1 root root 0 May 10 16:14 dquot-nr -rw-r--r-- 1 root root 0 May 10 16:14 file-max -r--r--r-- 1 root root 0 May 10 16:14 file-nr
dir-notify-enable
and file-max
can be written to and, therefore, can be used to configure the kernel. The other files only provide feedback on current settings.
/proc/sys/
file is done by echoing the new value into the file. For example, to enable the System Request Key on a running kernel, type the command:
echo 1 > /proc/sys/kernel/sysrq
sysrq
from 0
(off) to 1
(on).
/proc/sys/
configuration files contain more than one value. To correctly send new values to them, place a space character between each value passed with the echo
command, such as is done in this example:
echo 4 2 45 > /proc/sys/kernel/acct
echo
command disappear when the system is restarted. To make configuration changes take effect after the system is rebooted, refer to Seção 4.4, “Using the sysctl
Command”.
/proc/sys/
directory contains several subdirectories controlling different aspects of a running kernel.
/proc/sys/dev/
cdrom/
and raid/
. Customized kernels can have other directories, such as parport/
, which provides the ability to share one parallel port between multiple device drivers.
cdrom/
directory contains a file called info
, which reveals a number of important CD-ROM parameters:
CD-ROM information, Id: cdrom.c 3.20 2003/12/17 drive name: hdc drive speed: 48 drive # of slots: 1 Can close tray: 1 Can open tray: 1 Can lock tray: 1 Can change speed: 1 Can select disk: 0 Can read multisession: 1 Can read MCN: 1 Reports media changed: 1 Can play audio: 1 Can write CD-R: 0 Can write CD-RW: 0 Can read DVD: 0 Can write DVD-R: 0 Can write DVD-RAM: 0 Can read MRW: 0 Can write MRW: 0 Can write RAM: 0
/proc/sys/dev/cdrom
, such as autoclose
and checkmedia
, can be used to control the system's CD-ROM. Use the echo
command to enable or disable these features.
/proc/sys/dev/raid/
directory becomes available with at least two files in it: speed_limit_min
and speed_limit_max
. These settings determine the acceleration of RAID devices for I/O intensive tasks, such as resyncing the disks.
/proc/sys/fs/
binfmt_misc/
directory is used to provide kernel support for miscellaneous binary formats.
/proc/sys/fs/
include:
dentry-state
— Provides the status of the directory cache. The file looks similar to the following:
57411 52939 45 0 0 0
dquot-nr
— Lists the maximum number of cached disk quota entries.
file-max
— Lists the maximum number of file handles that the kernel allocates. Raising the value in this file can resolve errors caused by a lack of available file handles.
file-nr
— Lists the number of allocated file handles, used file handles, and the maximum number of file handles.
overflowgid
and overflowuid
— Defines the fixed group ID and user ID, respectively, for use with file systems that only support 16-bit group and user IDs.
super-max
— Controls the maximum number of superblocks available.
super-nr
— Displays the current number of superblocks in use.
/proc/sys/kernel/
acct
— Controls the suspension of process accounting based on the percentage of free space available on the file system containing the log. By default, the file looks like the following:
4 2 30
cap-bound
— Controls the capability bounding settings, which provides a list of capabilities for any process on the system. If a capability is not listed here, then no process, no matter how privileged, can do it. The idea is to make the system more secure by ensuring that certain things cannot happen, at least beyond a certain point in the boot process.
/lib/modules/<kernel-version>
/build/include/linux/capability.h
.
ctrl-alt-del
— Controls whether Ctrl+Alt+Delete gracefully restarts the computer using init
(0
) or forces an immediate reboot without syncing the dirty buffers to disk (1
).
domainname
— Configures the system domain name, such as example.com
.
exec-shield
— Configures the Exec Shield feature of the kernel. Exec Shield provides protection against certain types of buffer overflow attacks.
0
— Disables Exec Shield.
1
— Enables Exec Shield. This is the default value.
exec-shield-randomize
— Enables location randomization of various items in memory. This helps deter potential attackers from locating programs and daemons in memory. Each time a program or daemon starts, it is put into a different memory location each time, never in a static or absolute memory address.
0
— Disables randomization of Exec Shield. This may be useful for application debugging purposes.
1
— Enables randomization of Exec Shield. This is the default value. Note: The exec-shield
file must also be set to 1
for exec-shield-randomize
to be effective.
hostname
— Configures the system hostname, such as www.example.com
.
hotplug
— Configures the utility to be used when a configuration change is detected by the system. This is primarily used with USB and Cardbus PCI. The default value of /sbin/hotplug
should not be changed unless testing a new program to fulfill this role.
modprobe
— Sets the location of the program used to load kernel modules. The default value is /sbin/modprobe
which means kmod
calls it to load the module when a kernel thread calls kmod
.
msgmax
— Sets the maximum size of any message sent from one process to another and is set to 8192
bytes by default. Be careful when raising this value, as queued messages between processes are stored in non-swappable kernel memory. Any increase in msgmax
would increase RAM requirements for the system.
msgmnb
— Sets the maximum number of bytes in a single message queue. The default is 16384
.
msgmni
— Sets the maximum number of message queue identifiers. The default is 16
.
osrelease
— Lists the Linux kernel release number. This file can only be altered by changing the kernel source and recompiling.
ostype
— Displays the type of operating system. By default, this file is set to Linux
, and this value can only be changed by changing the kernel source and recompiling.
overflowgid
and overflowuid
— Defines the fixed group ID and user ID, respectively, for use with system calls on architectures that only support 16-bit group and user IDs.
panic
— Defines the number of seconds the kernel postpones rebooting when the system experiences a kernel panic. By default, the value is set to 0
, which disables automatic rebooting after a panic.
printk
— This file controls a variety of settings related to printing or logging error messages. Each error message reported by the kernel has a loglevel associated with it that defines the importance of the message. The loglevel values break down in this order:
0
— Kernel emergency. The system is unusable.
1
— Kernel alert. Action must be taken immediately.
2
— Condition of the kernel is considered critical.
3
— General kernel error condition.
4
— General kernel warning condition.
5
— Kernel notice of a normal but significant condition.
6
— Kernel informational message.
7
— Kernel debug-level messages.
printk
file:
6 4 1 7
random/
directory — Lists a number of values related to generating random numbers for the kernel.
rtsig-max
— Configures the maximum number of POSIX real-time signals that the system may have queued at any one time. The default value is 1024
.
rtsig-nr
— Lists the current number of POSIX real-time signals queued by the kernel.
sem
— Configures semaphore settings within the kernel. A semaphore is a System V IPC object that is used to control utilization of a particular process.
shmall
— Sets the total amount of shared memory pages that can be used at one time, system-wide. By default, this value is 2097152
.
shmmax
— Sets the largest shared memory segment size allowed by the kernel. By default, this value is 33554432
. However, the kernel supports much larger values than this.
shmmni
— Sets the maximum number of shared memory segments for the whole system. By default, this value is 4096
.
sysrq
— Activates the System Request Key, if this value is set to anything other than zero (0
), the default.
<system request code>
. Replace <system request code>
with one of the following system request codes:
r
— Disables raw mode for the keyboard and sets it to XLATE (a limited keyboard mode which does not recognize modifiers such as Alt, Ctrl, or Shift for all keys).
k
— Kills all processes active in a virtual console. Also called Secure Access Key (SAK), it is often used to verify that the login prompt is spawned from init
and not a Trojan copy designed to capture usernames and passwords.
b
— Reboots the kernel without first unmounting file systems or syncing disks attached to the system.
c
— Crashes the system without first unmounting file systems or syncing disks attached to the system.
o
— Shuts off the system.
s
— Attempts to sync disks attached to the system.
u
— Attempts to unmount and remount all file systems as read-only.
p
— Outputs all flags and registers to the console.
t
— Outputs a list of processes to the console.
m
— Outputs memory statistics to the console.
0
through 9
— Sets the log level for the console.
e
— Kills all processes except init
using SIGTERM.
i
— Kills all processes except init
using SIGKILL.
l
— Kills all processes using SIGKILL (including init
). The system is unusable after issuing this System Request Key code.
h
— Displays help text.
/usr/share/doc/kernel-doc-<version>
/Documentation/sysrq.txt
for more information about the System Request Key.
sysrq-key
— Defines the key code for the System Request Key (84
is the default).
sysrq-sticky
— Defines whether the System Request Key is a chorded key combination. The accepted values are as follows:
0
— Alt+SysRq and the system request code must be pressed simultaneously. This is the default value.
1
— Alt+SysRq must be pressed simultaneously, but the system request code can be pressed anytime before the number of seconds specified in /proc/sys/kernel/sysrq-timer
elapses.
sysrq-timer
— Specifies the number of seconds allowed to pass before the system request code must be pressed. The default value is 10
.
tainted
— Indicates whether a non-GPL module is loaded.
0
— No non-GPL modules are loaded.
1
— At least one module without a GPL license (including modules with no license) is loaded.
2
— At least one module was force-loaded with the command insmod -f
.
threads-max
— Sets the maximum number of threads to be used by the kernel, with a default value of 2048
.
version
— Displays the date and time the kernel was last compiled. The first field in this file, such as #3
, relates to the number of times a kernel was built from the source base.
/proc/sys/net/
ethernet/
, ipv4/
, ipx/
, and ipv6/
. By altering the files within these directories, system administrators are able to adjust the network configuration on a running system.
/proc/sys/net/
directories are discussed.
/proc/sys/net/core/
directory contains a variety of settings that control the interaction between the kernel and networking layers. The most important of these files are:
message_burst
— Sets the amount of time in tenths of a second required to write a new warning message. This setting is used to mitigate Denial of Service (DoS) attacks. The default setting is 50
.
message_cost
— Sets a cost on every warning message. The higher the value of this file (default of 5
), the more likely the warning message is ignored. This setting is used to mitigate DoS attacks.
message_burst
and message_cost
are designed to be modified based on the system's acceptable risk versus the need for comprehensive logging.
netdev_max_backlog
— Sets the maximum number of packets allowed to queue when a particular interface receives packets faster than the kernel can process them. The default value for this file is 300
.
optmem_max
— Configures the maximum ancillary buffer size allowed per socket.
rmem_default
— Sets the receive socket buffer default size in bytes.
rmem_max
— Sets the receive socket buffer maximum size in bytes.
wmem_default
— Sets the send socket buffer default size in bytes.
wmem_max
— Sets the send socket buffer maximum size in bytes.
/proc/sys/net/ipv4/
directory contains additional networking settings. Many of these settings, used in conjunction with one another, are useful in preventing attacks on the system or when using the system to act as a router.
/proc/sys/net/ipv4/
directory:
icmp_destunreach_rate
, icmp_echoreply_rate
, icmp_paramprob_rate
, and icmp_timeexeed_rate
— Set the maximum ICMP send packet rate, in 1/100 of a second, to hosts under certain conditions. A setting of 0
removes any delay and is not a good idea.
icmp_echo_ignore_all
and icmp_echo_ignore_broadcasts
— Allows the kernel to ignore ICMP ECHO packets from every host or only those originating from broadcast and multicast addresses, respectively. A value of 0
allows the kernel to respond, while a value of 1
ignores the packets.
ip_default_ttl
— Sets the default Time To Live (TTL), which limits the number of hops a packet may make before reaching its destination. Increasing this value can diminish system performance.
ip_forward
— Permits interfaces on the system to forward packets to one other. By default, this file is set to 0
. Setting this file to 1
enables network packet forwarding.
ip_local_port_range
— Specifies the range of ports to be used by TCP or UDP when a local port is needed. The first number is the lowest port to be used and the second number specifies the highest port. Any systems that expect to require more ports than the default 1024 to 4999 should use a range from 32768 to 61000.
tcp_syn_retries
— Provides a limit on the number of times the system re-transmits a SYN packet when attempting to make a connection.
tcp_retries1
— Sets the number of permitted re-transmissions attempting to answer an incoming connection. Default of 3
.
tcp_retries2
— Sets the number of permitted re-transmissions of TCP packets. Default of 15
.
/usr/share/doc/kernel-doc-<version>
/Documentation/networking/ ip-sysctl.txt
/proc/sys/net/ipv4/
directory.
/proc/sys/net/ipv4/
directory and each covers a different aspect of the network stack. The /proc/sys/net/ipv4/conf/
directory allows each system interface to be configured in different ways, including the use of default settings for unconfigured devices (in the /proc/sys/net/ipv4/conf/default/
subdirectory) and settings that override all special configurations (in the /proc/sys/net/ipv4/conf/all/
subdirectory).
/proc/sys/net/ipv4/neigh/
directory contains settings for communicating with a host directly connected to the system (called a network neighbor) and also contains different settings for systems more than one hop away.
/proc/sys/net/ipv4/route/
. Unlike conf/
and neigh/
, the /proc/sys/net/ipv4/route/
directory contains specifications that apply to routing with any interfaces on the system. Many of these settings, such as max_size
, max_delay
, and min_delay
, relate to controlling the size of the routing cache. To clear the routing cache, write any value to the flush
file.
/usr/share/doc/kernel-doc-<version>
/Documentation/filesystems/proc.txt
/proc/sys/vm/
/proc/sys/vm/
directory:
block_dump
— Configures block I/O debugging when enabled. All read/write and block dirtying operations done to files are logged accordingly. This can be useful if diagnosing disk spin up and spin downs for laptop battery conservation. All output when block_dump
is enabled can be retrieved via dmesg
. The default value is 0
.
block_dump
is enabled at the same time as kernel debugging, it is prudent to stop the klogd
daemon, as it generates erroneous disk activity caused by block_dump
.
dirty_background_ratio
— Starts background writeback of dirty data at this percentage of total memory, via a pdflush daemon. The default value is 10
.
dirty_expire_centisecs
— Defines when dirty in-memory data is old enough to be eligible for writeout. Data which has been dirty in-memory for longer than this interval is written out next time a pdflush daemon wakes up. The default value is 3000
, expressed in hundredths of a second.
dirty_ratio
— Starts active writeback of dirty data at this percentage of total memory for the generator of dirty data, via pdflush. The default value is 40
.
dirty_writeback_centisecs
— Defines the interval between pdflush daemon wakeups, which periodically writes dirty in-memory data out to disk. The default value is 500
, expressed in hundredths of a second.
laptop_mode
— Minimizes the number of times that a hard disk needs to spin up by keeping the disk spun down for as long as possible, therefore conserving battery power on laptops. This increases efficiency by combining all future I/O processes together, reducing the frequency of spin ups. The default value is 0
, but is automatically enabled in case a battery on a laptop is used.
/usr/share/doc/kernel-doc-<version>
/Documentation/laptop-mode.txt
lower_zone_protection
— Determines how aggressive the kernel is in defending lower memory allocation zones. This is effective when utilized with machines configured with highmem
memory space enabled. The default value is 0
, no protection at all. All other integer values are in megabytes, and lowmem
memory is therefore protected from being allocated by users.
/usr/share/doc/kernel-doc-<version>
/Documentation/filesystems/proc.txt
max_map_count
— Configures the maximum number of memory map areas a process may have. In most cases, the default value of 65536
is appropriate.
min_free_kbytes
— Forces the Linux VM (virtual memory manager) to keep a minimum number of kilobytes free. The VM uses this number to compute a pages_min
value for each lowmem
zone in the system. The default value is in respect to the total memory on the machine.
nr_hugepages
— Indicates the current number of configured hugetlb
pages in the kernel.
/usr/share/doc/kernel-doc-<version>
/Documentation/vm/hugetlbpage.txt
nr_pdflush_threads
— Indicates the number of pdflush daemons that are currently running. This file is read-only, and should not be changed by the user. Under heavy I/O loads, the default value of two is increased by the kernel.
overcommit_memory
— Configures the conditions under which a large memory request is accepted or denied. The following three modes are available:
0
— The kernel performs heuristic memory over commit handling by estimating the amount of memory available and failing requests that are blatantly invalid. Unfortunately, since memory is allocated using a heuristic rather than a precise algorithm, this setting can sometimes allow available memory on the system to be overloaded. This is the default setting.
1
— The kernel performs no memory over commit handling. Under this setting, the potential for memory overload is increased, but so is performance for memory intensive tasks (such as those executed by some scientific software).
2
— The kernel fails requests for memory that add up to all of swap plus the percent of physical RAM specified in /proc/sys/vm/overcommit_ratio
. This setting is best for those who desire less risk of memory overcommitment.
overcommit_ratio
— Specifies the percentage of physical RAM considered when /proc/sys/vm/overcommit_memory
is set to 2
. The default value is 50
.
page-cluster
— Sets the number of pages read in a single attempt. The default value of 3
, which actually relates to 16 pages, is appropriate for most systems.
swappiness
— Determines how much a machine should swap. The higher the value, the more swapping occurs. The default value, as a percentage, is set to 60
.
/usr/share/doc/kernel-doc-<version>
/Documentation/
, which contains additional information.
/proc/sysvipc/
msg
), semaphores (sem
), and shared memory (shm
).
/proc/tty/
drivers
file is a list of the current tty devices in use, as in the following example:
serial /dev/cua 5 64-127 serial:callout serial /dev/ttyS 4 64-127 serial pty_slave /dev/pts 136 0-255 pty:slave pty_master /dev/ptm 128 0-255 pty:master pty_slave /dev/ttyp 3 0-255 pty:slave pty_master /dev/pty 2 0-255 pty:master /dev/vc/0 /dev/vc/0 4 0 system:vtmaster /dev/ptmx /dev/ptmx 5 2 system /dev/console /dev/console 5 1 system:console /dev/tty /dev/tty 5 0 system:/dev/tty unknown /dev/vc/%d 4 1-63 console
/proc/tty/driver/serial
file lists the usage statistics and status of each of the serial tty lines.
ldiscs
file, and more detailed information is available within the ldisc/
directory.
/proc/<PID>/
/proc/sys/vm/panic_on_oom
. When set to 1
the kernel will panic on OOM. A setting of 0
instructs the kernel to call a function named oom_killer
on an OOM. Usually, oom_killer
can kill rogue processes and the system will survive.
/proc/sys/vm/panic_on_oom
.
~]#cat /proc/sys/vm/panic_on_oom
1 ~]#echo 0 > /proc/sys/vm/panic_on_oom
~]#cat /proc/sys/vm/panic_on_oom
0
oom_killer
score. In /proc/<PID>/
there are two tools labelled oom_adj
and oom_score
. Valid scores for oom_adj
are in the range -16 to +15. To see the current oom_killer
score, view the oom_score
for the process. oom_killer
will kill processes with the highest scores first.
oom_killer
will kill it.
~]#cat /proc/12465/oom_score
79872 ~]#echo -5 > /proc/12465/oom_adj
~]#cat /proc/12465/oom_score
78
oom_killer
for that process. In the example below, oom_score
returns a value of 0, indicating that this process would not be killed.
~]#cat /proc/12465/oom_score
78 ~]#echo -17 > /proc/12465/oom_adj
~]#cat /proc/12465/oom_score
0
badness()
is used to determine the actual score for each process. This is done by adding up 'points' for each examined process. The process scoring is done in the following way:
CAP_SYS_ADMIN
and CAP_SYS_RAWIO
capabilities have their scores reduced.
oom_adj
file.
oom_score
value will most probably be a non-privileged, recently started process that, along with its children, uses a large amount of memory, has been 'niced', and handles no raw I/O.
sysctl
Command/sbin/sysctl
command is used to view, set, and automate kernel settings in the /proc/sys/
directory.
/proc/sys/
directory, type the /sbin/sysctl -a
command as root. This creates a large, comprehensive list, a small portion of which looks something like the following:
net.ipv4.route.min_delay = 2 kernel.sysrq = 0 kernel.sem = 250 32000 32 128
/proc/sys/net/ipv4/route/min_delay
file is listed as net.ipv4.route.min_delay
, with the directory slashes replaced by dots and the proc.sys
portion assumed.
sysctl
command can be used in place of echo
to assign values to writable files in the /proc/sys/
directory. For example, instead of using the command
echo 1 > /proc/sys/kernel/sysrq
sysctl
command as follows:
~]# sysctl -w kernel.sysrq="1"
kernel.sysrq = 1
/proc/sys/
is helpful during testing, this method does not work as well on a production system as special settings within /proc/sys/
are lost when the machine is rebooted. To preserve custom settings, add them to the /etc/sysctl.conf
file.
init
program runs the /etc/rc.d/rc.sysinit
script. This script contains a command to execute sysctl
using /etc/sysctl.conf
to determine the values passed to the kernel. Any values added to /etc/sysctl.conf
therefore take effect each time the system boots.
proc
file system.
proc
file system is installed on the system by default.
/usr/share/doc/kernel-doc-<version>
/Documentation/filesystems/proc.txt
— Contains assorted, but limited, information about all aspects of the /proc/
directory.
/usr/share/doc/kernel-doc-<version>
/Documentation/sysrq.txt
— An overview of System Request Key options.
/usr/share/doc/kernel-doc-<version>
/Documentation/sysctl/
— A directory containing a variety of sysctl
tips, including modifying values that concern the kernel (kernel.txt
), accessing file systems (fs.txt
), and virtual memory use (vm.txt
).
/usr/share/doc/kernel-doc-<version>
/Documentation/networking/ip-sysctl.txt
— A detailed overview of IP networking options.
/
) partition exists on two 40G drives, you have 80G total but are only able to access 40G of that 80G. The other 40G acts like a mirror of the first 40G.
/dev/hda
and /dev/hdb
) to illustrate the creation of simple RAID 1 and RAID 0 configurations, and detail how to create a simple RAID configuration by implementing multiple RAID devices.
/boot
partition as a software RAID device, leaving the root partition (/
), /home
, and swap
as regular file systems. Figura 5.4, “RAID 1 Partitions Ready, Pre-Device and Mount Point Creation” shows successfully allocated space for the RAID 1 configuration (for /boot
), which is now ready for RAID device and mount point creation:
/boot
, you must choose RAID level 1, and it must use one of the first two drives (IDE first, SCSI second). If you are not creating a separate RAID partition of /boot
, and you are making a RAID partition for the root file system (that is, /
), it must be RAID level 1 and must use one of the first two drives (IDE first, SCSI second).
/
), home partition (/home
), or swap
.
/proc/mdstat
special file. To list these devices, display the content of this file by typing the following at a shell prompt:
cat
/proc/mdstat
root
:
mdadm
--query
device
…
mdadm
--detail
raid_device
…
mdadm
--examine
component_device
…
mdadm --detail
command displays information about a RAID device, mdadm --examine
only relays information about a RAID device as it relates to a given component device. This distinction is particularly important when working with a RAID device that itself is a component of another RAID device.
mdadm --query
command, as well as both mdadm --detail
and mdadm --examine
commands allow you to specify multiple devices at once.
/dev/md0
is a RAID device by typing the following at a shell prompt:
~]# mdadm --query /dev/md0
/dev/md0: 125.38MiB raid1 2 devices, 0 spares. Use mdadm --detail for more detail.
/dev/md0: No md super block found, not an md component.
~]# mdadm --detail /dev/md0
/dev/md0:
Version : 0.90
Creation Time : Tue Jun 28 16:05:49 2011
Raid Level : raid1
Array Size : 128384 (125.40 MiB 131.47 MB)
Used Dev Size : 128384 (125.40 MiB 131.47 MB)
Raid Devices : 2
Total Devices : 2
Preferred Minor : 0
Persistence : Superblock is persistent
Update Time : Thu Jun 30 17:06:34 2011
State : clean
Active Devices : 2
Working Devices : 2
Failed Devices : 0
Spare Devices : 0
UUID : 49c5ac74:c2b79501:5c28cb9c:16a6dd9f
Events : 0.6
Number Major Minor RaidDevice State
0 3 1 0 active sync /dev/hda1
1 3 65 1 active sync /dev/hdb1
~]$ cat /proc/mdstat
Personalities : [raid0] [raid1]
md0 : active raid1 hdb1[1] hda1[0]
128384 blocks [2/2] [UU]
md1 : active raid0 hdb2[1] hda2[0]
1573888 blocks 256k chunks
md2 : active raid0 hdb3[1] hda3[0]
19132928 blocks 256k chunks
unused devices: <none>
root
:
mdadm
--create
raid_device
--level
=level
--raid-devices
=number
component_device
…
mdadm
(8) manual page.
~]# ls /dev/sd*
/dev/sda /dev/sda1 /dev/sdb /dev/sdb1
/dev/md3
as a new RAID level 1 array from /dev/sda1
and /dev/sdb1
, run the following command:
~]# mdadm --create /dev/md3 --level=1 --raid-devices=2 /dev/sda1 /dev/sdb1
mdadm: array /dev/md3 started.
root
:
mdadm
raid_device
--fail
component_device
mdadm
raid_device
--remove
component_device
mdadm
raid_device
--add
component_device
/dev/md3
, with the following layout (that is, the RAID device created in Exemplo 5.2, “Creating a new RAID device”):
~]# mdadm --detail /dev/md3 | tail -n 3
Number Major Minor RaidDevice State
0 8 1 0 active sync /dev/sda1
1 8 17 1 active sync /dev/sdb1
/dev/sdb1
device as faulty:
~]# mdadm /dev/md3 --fail /dev/sdb1
mdadm: set /dev/sdb1 faulty in /dev/md3
~]# mdadm /dev/md3 --remove /dev/sdb1
mdadm: hot removed /dev/sdb1
~]# mdadm /dev/md3 --add /dev/sdb1
mdadm: added /dev/sdb1
root
:
mdadm
raid_device
--add
component_device
mdadm
--grow
raid_device
--raid-devices
=number
/dev/md3
, with the following layout (that is, the RAID device created in Exemplo 5.2, “Creating a new RAID device”):
~]# mdadm --detail /dev/md3 | tail -n 3
Number Major Minor RaidDevice State
0 8 1 0 active sync /dev/sda1
1 8 17 1 active sync /dev/sdb1
/dev/sdc
, has been added and has exactly one partition. To add it to the /dev/md3
array, type the following at a shell prompt:
~]# mdadm /dev/md3 --add /dev/sdc1
mdadm: added /dev/sdc1
/dev/sdc1
as a spare device. To change the size of the array to actually use it, type:
~]# mdadm --grow /dev/md3 --raid-devices=3
root
:
mdadm
--stop
raid_device
mdadm
--remove
raid_device
mdadm
--zero-superblock
component_device
…
/dev/md3
, with the following layout (that is, the RAID device created in Exemplo 5.4, “Extending a RAID device”):
~]# mdadm --detail /dev/md3 | tail -n 4
Number Major Minor RaidDevice State
0 8 1 0 active sync /dev/sda1
1 8 17 1 active sync /dev/sdb1
2 8 33 2 active sync /dev/sdc1
~]# mdadm --stop /dev/md3
mdadm: stopped /dev/md3
/dev/md3
device by running the following command:
~]# mdadm --remove /dev/md3
~]# mdadm --zero-superblock /dev/sda1 /dev/sdb1 /dev/sdc1
mdadm
command only apply to the current session, and will not survive a system restart. At boot time, the mdmonitor
service reads the content of the /etc/mdadm.conf
configuration file to see which RAID devices to start. If the software RAID was configured during the graphical installation process, this file contains directives listed in Tabela 5.1, “Common mdadm.conf directives” by default.
Option | Description |
---|---|
ARRAY
|
Allows you to identify a particular array.
|
DEVICE
|
Allows you to specify a list of devices to scan for a RAID component (for example, “/dev/hda1”). You can also use the keyword
partitions to use all partitions listed in /proc/partitions , or containers to specify an array container.
|
MAILADDR
| Allows you to specify an email address to use in case of an alert. |
ARRAY
lines are presently in use regardless of the configuration, run the following command as root
:
mdadm
--detail
--scan
/etc/mdadm.conf
file. You can also display the ARRAY
line for a particular device:
mdadm
--detail
--brief
raid_device
mdadm
--detail
--brief
raid_device
>>/etc/mdadm.conf
/etc/mdadm.conf
contains the software RAID configuration created during the system installation:
# mdadm.conf written out by anaconda DEVICE partitions MAILADDR root ARRAY /dev/md0 level=raid1 num-devices=2 UUID=49c5ac74:c2b79501:5c28cb9c:16a6dd9f ARRAY /dev/md1 level=raid0 num-devices=2 UUID=76914c11:5bfa2c00:dc6097d1:a1f4506d ARRAY /dev/md2 level=raid0 num-devices=2 UUID=2b5d38d0:aea898bf:92be20e2:f9d893c5
/dev/md3
device as shown in Exemplo 5.2, “Creating a new RAID device”, you can make it persistent by running the following command:
~]# mdadm --detail --brief /dev/md3 >> /etc/mdadm.conf
mdadm
man page — A manual page for the mdadm
utility.
mdadm.conf
man page — A manual page that provides a comprehensive list of available /etc/mdadm.conf
configuration options.
Amount of RAM in the System | Recommended Amount of Swap Space |
---|---|
4GB of RAM or less | a minimum of 2GB of swap space |
4GB to 16GB of RAM | a minimum of 4GB of swap space |
16GB to 64GB of RAM | a minimum of 8GB of swap space |
64GB to 256GB of RAM | a minimum of 16GB of swap space |
256GB to 512GB of RAM | a minimum of 32GB of swap space |
free
and cat /proc/swaps
commands to verify how much and where swap is in use.
/dev/VolGroup00/LogVol01
is the volume you want to extend):
swapoff -v /dev/VolGroup00/LogVol01
lvm lvresize /dev/VolGroup00/LogVol01 -L +256M
mkswap /dev/VolGroup00/LogVol01
swapon -va
cat /proc/swaps
free
/dev/VolGroup00/LogVol02
is the swap volume you want to add):
lvm lvcreate VolGroup00 -n LogVol02 -L 256M
mkswap /dev/VolGroup00/LogVol02
/etc/fstab
file:
/dev/VolGroup00/LogVol02 swap swap defaults 0 0
swapon -va
cat /proc/swaps
free
count
being equal to the desired block size:
dd if=/dev/zero of=/swapfile bs=1024 count=65536
mkswap /swapfile
swapon /swapfile
/etc/fstab
to include the following entry:
/swapfile swap swap defaults 0 0
cat /proc/swaps
or free
.
/dev/VolGroup00/LogVol01
is the volume you want to reduce):
swapoff -v /dev/VolGroup00/LogVol01
lvm lvreduce /dev/VolGroup00/LogVol01 -L -512M
mkswap /dev/VolGroup00/LogVol01
swapon -va
cat /proc/swaps
free
/dev/VolGroup00/LogVol02
is the swap volume you want to remove):
swapoff -v /dev/VolGroup00/LogVol02
lvm lvremove /dev/VolGroup00/LogVol02
/etc/fstab
file:
/dev/VolGroup00/LogVol02 swap swap defaults 0 0
cat /proc/swaps
free
parted
parted
allows users to:
parted
package is included when installing Red Hat Enterprise Linux. To start parted
, log in as root and type the command parted /dev/sda
at a shell prompt (where /dev/sda
is the device name for the drive you want to configure).
umount
command and turn off all the swap space on the hard drive with the swapoff
command.
parted
commands” contains a list of commonly used parted
commands. The sections that follow explain some of these commands and arguments in more detail.
parted
commandsComando | Descrição |
---|---|
check
| Executa uma verificação simples do sistema de arquivo |
cp
|
Copia o sistema de arquivo de uma partição para outra; de e para são os menores números das partições
|
help
| Exibe uma lista dos comandos disponíveis |
mklabel
| Cria uma etiqueta de disco para a tabela de partições |
mkfs
|
Cria um sistema de arquivo do tipo file-system-type
|
mkpart
| Cria uma partição sem criar um novo sistema de arquivo |
mkpartfs
| Cria uma partição e o sistema de arquivo especificado |
move
| Move a partição |
name
| Nomeia a partição somente para etiquetas de disco do Mac e PC98 |
print
| Exibe a tabela de partições |
quit
|
Quit parted
|
rescue start-mb end-mb
|
Recupera uma partição perdida de start-mb para end-mb
|
resize
|
Redimensiona a partição de start-mb para end-mb
|
rm
| Remove a partição |
select
| Seleciona um dispositivo diferente para configurar |
set
|
Define a bandeira de uma partição; o estado é ligado (on) ou desligado (off)
|
toggle [
|
Toggle the state of FLAG on partition NUMBER
|
unit
|
Set the default unit to UNIT
|
parted
, use the command print
to view the partition table. A table similar to the following appears:
Model: ATA ST3160812AS (scsi) Disk /dev/sda: 160GB Sector size (logical/physical): 512B/512B Partition Table: msdos Number Start End Size Type File system Flags 1 32.3kB 107MB 107MB primary ext3 boot 2 107MB 105GB 105GB primary ext3 3 105GB 107GB 2147MB primary linux-swap 4 107GB 160GB 52.9GB extended root 5 107GB 133GB 26.2GB logical ext3 6 133GB 133GB 107MB logical ext3 7 133GB 160GB 26.6GB logical lvm
number
. For example, the partition with minor number 1 corresponds to /dev/sda1
. The Start
and End
values are in megabytes. Valid Type
are metadata, free, primary, extended, or logical. The Filesystem
is the file system type, which can be any of the following:
Filesystem
of a device shows no value, this means that its file system type is unknown.
parted
, where /dev/sda
is the device on which to create the partition:
parted /dev/sda
print
mkpart primary ext3 1024 2048
mkpartfs
command instead, the file system is created after the partition is created. However, parted
does not support creating an ext3 file system. Thus, if you wish to create an ext3 file system, use mkpart
and create the file system with the mkfs
command as described later.
print
command to confirm that it is in the partition table with the correct partition type, file system type, and size. Also remember the minor number of the new partition so that you can label it. You should also view the output of
cat /proc/partitions
mkfs -t ext3 /dev/sda6
/dev/sda6
and you want to label it /work
:
e2label /dev/sda6 /work
mkdir /work
/etc/fstab
/etc/fstab
file to include the new partition. The new line should look similar to the following:
LABEL=/work /work ext3 defaults 1 2
LABEL=
followed by the label you gave the partition. The second column should contain the mount point for the new partition, and the next column should be the file system type (for example, ext3 or swap). If you need more information about the format, read the man page with the command man fstab
.
defaults
, the partition is mounted at boot time. To mount the partition without rebooting, as root, type the command:
mount /work
parted
, where /dev/sda
is the device on which to remove the partition:
parted /dev/sda
print
rm
. For example, to remove the partition with minor number 3:
rm 3
print
command to confirm that it is removed from the partition table. You should also view the output of
cat /proc/partitions
/etc/fstab
file. Find the line that declares the removed partition, and remove it from the file.
parted
, where /dev/sda
is the device on which to resize the partition:
parted /dev/sda
print
resize
command followed by the minor number for the partition, the starting place in megabytes, and the end place in megabytes. For example:
resize 3 1024 2048
print
command to confirm that the partition has been resized correctly, is the correct partition type, and is the correct file system type.
df
to make sure the partition was mounted and is recognized with the new size.
lvm help
at a command prompt.
LVM
commandsComando | Descrição |
---|---|
dumpconfig
| Dump the active configuration |
formats
| List the available metadata formats |
help
| Display the help commands |
lvchange
| Change the attributes of logical volume(s) |
lvcreate
| Create a logical volume |
lvdisplay
| Display information about a logical volume |
lvextend
| Add space to a logical volume |
lvmchange
| Due to use of the device mapper, this command has been deprecated |
lvmdiskscan
| List devices that may be used as physical volumes |
lvmsadc
| Collect activity data |
lvmsar
| Create activity report |
lvreduce
| Reduce the size of a logical volume |
lvremove
| Remove logical volume(s) from the system |
lvrename
| Rename a logical volume |
lvresize
| Resize a logical volume |
lvs
| Display information about logical volumes |
lvscan
| List all logical volumes in all volume groups |
pvchange
| Change attributes of physical volume(s) |
pvcreate
| Initialize physical volume(s) for use by LVM |
pvdata
| Display the on-disk metadata for physical volume(s) |
pvdisplay
| Display various attributes of physical volume(s) |
pvmove
| Move extents from one physical volume to another |
pvremove
| Remove LVM label(s) from physical volume(s) |
pvresize
| Resize a physical volume in use by a volume group |
pvs
| Display information about physical volumes |
pvscan
| List all physical volumes |
segtypes
| List available segment types |
vgcfgbackup
| Backup volume group configuration |
vgcfgrestore
| Restore volume group configuration |
vgchange
| Change volume group attributes |
vgck
| Check the consistency of a volume group |
vgconvert
| Change volume group metadata format |
vgcreate
| Create a volume group |
vgdisplay
| Display volume group information |
vgexport
| Unregister a volume group from the system |
vgextend
| Add physical volumes to a volume group |
vgimport
| Register exported volume group with system |
vgmerge
| Merge volume groups |
vgmknodes
| Create the special files for volume group devices in /dev/ |
vgreduce
| Remove a physical volume from a volume group |
vgremove
| Remove a volume group |
vgrename
| Rename a volume group |
vgs
| Display information about volume groups |
vgscan
| Search for all volume groups |
vgsplit
| Move physical volumes into a new volume group |
version
| Display software and driver version information |
quota
RPM must be installed to implement disk quotas. /etc/fstab
file.
/etc/fstab
file. Add the usrquota
and/or grpquota
options to the file systems that require quotas:
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1 LABEL=/boot /boot ext3 defaults 1 2 none /dev/pts devpts gid=5,mode=620 0 0 none /dev/shm tmpfs defaults 0 0 none /proc proc defaults 0 0 none /sys sysfs defaults 0 0 /dev/VolGroup00/LogVol02 /home ext3 defaults,usrquota,grpquota 1 2 /dev/VolGroup00/LogVol01 swap swap defaults 0 0 . . .
/home
file system has both user and group quotas enabled.
/home
partition was created during the installation of Red Hat Enterprise Linux. The root (/
) partition can be used for setting quota policies in the /etc/fstab
file.
usrquota
and/or grpquota
options, remount each file system whose fstab
entry has been modified. If the file system is not in use by any process, use one of the following methods:
umount
command followed by the mount
command to remount the file system.(See the man
page for both umount
and mount
for the specific syntax for mounting and unmounting various filesystem types.)
mount -o remount <file-system>
command (where <file-system>
is the name of the file system) to remount the file system. For example, to remount the /home
file system, the command to issue is mount -o remount /home
.
quotacheck
command.
quotacheck
command examines quota-enabled file systems and builds a table of the current disk usage per file system. The table is then used to update the operating system's copy of disk usage. In addition, the file system's disk quota files are updated.
aquota.user
and aquota.group
) on the file system, use the -c
option of the quotacheck
command. For example, if user and group quotas are enabled for the /home
file system, create the files in the /home
directory:
quotacheck -cug /home
-c
especifica que os arquivos de quota devem ser criados para cada sistema de arquivo que tenha quotas habilitadas; a opção -u
pede a verificação de quotas de usuário e a opção -g
pede a verificação de quotas de grupo.
-u
ou -g
for especificada, somente o arquivo de quota do usuário é criado. Se especificar somente a opção -g
, somente o arquivo de quota do grupo é criado.
quotacheck -avug
a
— Verifica todos os sistemas de arquivo montados localmente com quotas habilitadas
v
— Exibe informações verbais de status enquanto a verificação de quotas procede
u
— Verifica informações de quotas de disco do usuário
g
— Verifica informações de quotas de disco do grupo
quotacheck
has finished running, the quota files corresponding to the enabled quotas (user and/or group) are populated with data for each quota-enabled locally-mounted file system such as /home
.
edquota
command.
edquota username
/etc/fstab
for the /home
partition (/dev/VolGroup00/LogVol02
in the example below) and the command edquota testuser
is executed, the following is shown in the editor configured as the default for the system:
Disk quotas for user testuser (uid 501): Filesystem blocks soft hard inodes soft hard /dev/VolGroup00/LogVol02 440436 0 0 37418 0 0
EDITOR
environment variable is used by edquota
. To change the editor, set the EDITOR
environment variable in your ~/.bash_profile
file to the full path of the editor of your choice.
inodes
column shows how many inodes the user is currently using. The last two columns are used to set the soft and hard inode limits for the user on the file system.
Disk quotas for user testuser (uid 501): Filesystem blocks soft hard inodes soft hard /dev/VolGroup00/LogVol02 440436 500000 550000 37418 0 0
quota testuser
devel
group (the group must exist prior to setting the group quota), use the command:
edquota -g devel
Disk quotas for group devel (gid 505): Filesystem blocks soft hard inodes soft hard /dev/VolGroup00/LogVol02 440400 0 0 37418 0 0
quota -g devel
edquota -t
edquota
operam em uma quota de usuário ou de grupo específico, a opção -t
opera em todos os sistemas de arquivos com quotas habilitadas.
quotaoff -vaug
-u
ou -g
, somente as quotas de usuário são desabilitadas. Se especificar só a opção -g
, somente as quotas de grupo são desabilitadas. A mudança para -v
apresenta informação de status de verbosidade durante a execução do comando.
quotaon
command with the same options.
quotaon -vaug
/home
, use the following command:
quotaon -vug /home
-u
ou -g
, somente as quotas de usuário são habilitadas. Se especificar só a opção -g
, somente as quotas de grupo são habilitadas.
repquota
utility. For example, the command repquota /home
produces this output:
*** Report for user quotas on device /dev/mapper/VolGroup00-LogVol02 Block grace time: 7days; Inode grace time: 7days Block limits File limits User used soft hard grace used soft hard grace ---------------------------------------------------------------------- root -- 36 0 0 4 0 0 kristin -- 540 0 0 125 0 0 testuser -- 440400 500000 550000 37418 0 0
-a
), use o comando:
repquota -a
--
displayed after each user is a quick way to determine whether the block or inode limits have been exceeded. If either soft limit is exceeded, a +
appears in place of the corresponding -
; the first -
represents the block limit, and the second represents the inode limit.
grace
columns are normally blank. If a soft limit has been exceeded, the column contains a time specification equal to the amount of time remaining on the grace period. If the grace period has expired, none
appears in its place.
quotacheck
include:
/etc/cron.daily/
or /etc/cron.weekly/
directory—or schedule one using the crontab -e
command—that contains the touch /forcequotacheck
command. This creates an empty forcequotacheck
file in the root directory, which the system init script looks for at boot time. If it is found, the init script runs quotacheck
. Afterward, the init script removes the /forcequotacheck
file; thus, scheduling this file to be created periodically with cron
ensures that quotacheck
is run during the next reboot.
cron
.
quotacheck
is to (re-)boot the system into single-user mode to prevent the possibility of data corruption in quota files and run:
~]# quotaoff -vaug /<file_system>
~]# quotacheck -vaug /<file_system>
~]# quotaon -vaug /<file_system>
quotacheck
on a machine during a time when no users are logged in, and thus have no open files on the file system being checked. Run the command quotacheck -vaug <file_system>
; this command will fail if quotacheck
cannot remount the given <file_system>
as read-only. Note that, following the check, the file system will be remounted read-write.
quotacheck
on a live file system mounted read-write is not recommended due to the possibility of quota file corruption.
cron
.
acl
package is required to implement ACLs. It contains the utilities used to add, modify, remove, and retrieve ACL information.
cp
and mv
commands copy or move any ACLs associated with files and directories.
mount -t ext3 -o acl <device-name>
<partition>
mount -t ext3 -o acl /dev/VolGroup00/LogVol02 /work
/etc/fstab
file, the entry for the partition can include the acl
option:
LABEL=/work /work ext3 acl 1 2
--with-acl-support
. Não são necessárias bandeiras especiais ao acessar ou montar uma partilha do Samba.
no_acl
option in the /etc/exports
file. To disable ACLs on an NFS share when mounting it on a client, mount it with the no_acl
option via the command line or the /etc/fstab
file.
setfacl
utility sets ACLs for files and directories. Use the -m
option to add or modify the ACL of a file or directory:
setfacl -m <rules>
<files>
<rules>
) must be specified in the following formats. Multiple rules can be specified in the same command if they are separated by commas.
u:<uid>
:<perms>
g:<gid>
:<perms>
m:<perms>
o:<perms>
<perms>
) must be a combination of the characters r
, w
, and x
for read, write, and execute.
setfacl
command is used, the additional rules are added to the existing ACL or the existing rule is modified.
setfacl -m u:andrius:rw /project/somefile
-x
option and do not specify any permissions:
setfacl -x <rules>
<files>
setfacl -x u:500 /project/somefile
d:
before the rule and specify a directory instead of a file name.
/share/
directory to read and execute for users not in the user group (an access ACL for an individual file can override it):
setfacl -m d:o:rx /share
getfacl
command. In the example below, the getfacl
is used to determine the existing ACLs for a file.
getfacl home/john/picture.png
# file: home/john/picture.png # owner: john # group: john user::rw- group::r-- other::r--
[john@main /]$ getfacl home/sales/
# file: home/sales/
# owner: john
# group: john
user::rw-
user:barryg:r--
group::r--
mask::r--
other::r--
default:user::rwx
default:user:john:rwx
default:group::r-x
default:mask::rwx
default:other::r-x
tar
and dump
commands do not backup ACLs.
star
utility is similar to the tar
utility in that it can be used to generate archives of files; however, some of its options are different. Refer to Tabela 9.1, “Command Line Options for star
” for a listing of more commonly used options. For all available options, refer to the star
man page. The star
package is required to use this utility.
star
Opção | Descrição |
---|---|
-c
| Cria um arquivo de documentação. |
-n
|
Não extrai os arquivos; use juntamente a -x para exibir o que a extração dos arquivos faz.
|
-r
| Substitui arquivos na documentação. Os arquivos são gravados no fim do arquivo de documentação, substituindo todos os arquivos com a mesma localidade e nome. |
-t
| Exibe o conteúdo do arquivo de documentação. |
-u
| Atualiza o arquivo de documentação. Estes arquivos são gravados no fim da documentação, caso já não existam na documentação ou se os arquivos são mais novos que aqueles com o mesmo nome na documentação. Esta opção funciona somente se a documentação é um arquivo ou uma fita com blocos de tamanhos diferentes que pode ser acessada em qualquer ponto. |
-x
|
Extrai arquivos da documentação. Se usado com -U e um arquivo da documentação for mais antigo que o correspondente no sistema de arquivo, o arquivo não é extraído.
|
-help
| Exibe as opções mais importantes. |
-xhelp
| Exibe as opções menos importantes. |
-/
| Não remova as barras iniciais dos nomes de arquivos ao extraí-los de uma documentação. Por default, elas são removidas quando os arquivos são extraídos. |
-acl
| Ao criar ou extrair, documentar ou armazenar todas as ACLs associadas a arquivos e diretórios. |
ext_attr
attribute. This attribute can be seen using the following command:
tune2fs -l <filesystem-device>
ext_attr
attribute can be mounted with older kernels, but those kernels do not enforce any ACLs which have been set.
e2fsck
utility included in version 1.22 and higher of the e2fsprogs
package (including the versions in Red Hat Enterprise Linux 2.1 and 4) can check a file system with the ext_attr
attribute. Older versions refuse to check it.
acl
man page — Description of ACLs
getfacl
man page — Discusses how to get file access control lists
setfacl
man page — Explains how to set file access control lists
star
man page — Explains more about the star
utility and its many options
/boot
partition. The /boot
partition cannot be on a logical volume group because the boot loader cannot read it. If the root (/
) partition is on a logical volume, create a separate /boot
partition which is not a part of a volume group.
/home
and /
and file system types, such as ext2 or ext3. When "partitions" reach their full capacity, free space from the volume group can be added to the logical volume to increase the size of the partition. When a new hard drive is added to the system, it can be added to the volume group, and partitions that are logical volumes can be increased in size.
system-config-lvm
utility to create your own LVM configuration post-installation. The next two sections focus on using Disk Druid during installation to complete this task. The third section introduces the LVM utility (system-config-lvm
) which allows you to manage your LVM volumes in X windows or graphically.
/dev/sda
and /dev/sdb
) are used in the following examples. They detail how to create a simple configuration using a single LVM volume group with associated logical volumes during installation.
/boot
partition resides on its own non-LVM partition. In the following example, it is the first partition on the first drive (/dev/sda1
). Bootable partitions cannot reside on LVM logical volumes.
VolGroup00
) is created, which spans all selected drives and all remaining space available. In the following example, the remainder of the first drive (/dev/sda2
), and the entire second drive (/dev/sdb1
) are allocated to the volume group.
LogVol00
and LogVol01
) are created from the newly created spanned volume group. In the following example, the recommended swap space is automatically calculated and assigned to LogVol01
, and the remainder is allocated to the root file system, LogVol00
.
/home
or /var
, so that each file system has its own independent quota configuration limits.
/boot
Partition/boot
partition cannot reside on an LVM volume because the GRUB boot loader cannot read it.
/boot
Partition Displayed
/boot
Partition Displayed/
, /home
, and swap space. Remember that /boot
cannot be a logical volume. To add a logical volume, click the button in the Logical Volumes section. A dialog window as shown in Figura 10.10, “Creating a Logical Volume” appears.
system-config-lvm
system-config-lvm
from a terminal.
/boot - (Ext3) file system. Displayed under 'Uninitialized Entities'. (DO NOT initialize this partition). LogVol00 - (LVM) contains the (/) directory (312 extents). LogVol02 - (LVM) contains the (/home) directory (128 extents). LogVol03 - (LVM) swap (28 extents).
/dev/hda2
while /boot
was created in /dev/hda1
. The system also consists of 'Uninitialized Entities' which are illustrated in Figura 10.17, “Uninitialized Entities”. The figure below illustrates the main window in the LVM utility. The logical and the physical views of the above configuration are illustrated below. The three logical volumes exist on the same physical volume (hda2).
/
(root) directory, this task will not be successful as the volume cannot be unmounted.
/boot
. Uninitialized entities are illustrated below.
/dev/hda6
was selected as illustrated below.
/mnt/backups
. This is illustrated in the figure below.
rpm -qd lvm2
— This command shows all the documentation available from the lvm
package, including man pages.
lvm help
— This command shows all LVM commands available.
Índice
rpm
package. For the end user, RPM makes system updates easy. Installing, uninstalling, and upgrading RPM packages can be accomplished with short commands. RPM maintains a database of installed packages and their files, so you can invoke powerful queries and verifications on your system. If you prefer a graphical interface, you can use the Package Management Tool to perform many RPM commands. Refer to Capítulo 12, Package Management Tool for details.
.tar.gz
files.
rpm --help
or man rpm
. You can also refer to Seção 11.5, “Recursos Adicionais” for more information on RPM.
foo-1.0-1.i386.rpm
. The file name includes the package name (foo
), version (1.0
), release (1
), and architecture (i386
). To install a package, log in as root and type the following command at a shell prompt:
rpm -ivh foo-1.0-1.i386.rpm
rpm -Uvh foo-1.0-1.i386.rpm
Preparing... ########################################### [100%] 1:foo ########################################### [100%]
error: V3 DSA signature: BAD, key ID 0352860f
error: Header V3 DSA signature: BAD, key ID 0352860f
NOKEY
such as:
warning: V3 DSA signature: NOKEY, key ID 0352860f
rpm -ivh
instead. Refer to Capítulo 42, Atualizando o Kernel Manualmente for details.
Preparing... ########################################### [100%] package foo-1.0-1 is already installed
--replacepkgs
option, which tells RPM to ignore the error:
rpm -ivh --replacepkgs foo-1.0-1.i386.rpm
Preparing... ########################################### [100%] file /usr/bin/foo from install of foo-1.0-1 conflicts with file from package bar-2.0.20
--replacefiles
option:
rpm -ivh --replacefiles foo-1.0-1.i386.rpm
error: Failed dependencies: bar.so.2 is needed by foo-1.0-1 Suggested resolutions: bar-2.0.20-3.i386.rpm
rpm -ivh foo-1.0-1.i386.rpm bar-2.0.20-3.i386.rpm
Preparing... ########################################### [100%] 1:foo ########################################### [ 50%] 2:bar ########################################### [100%]
-q --whatprovides
option combination to determine which package contains the required file.
rpm -q --whatprovides bar.so.2
--nodeps
.
rpm -e foo
foo
, not the name of the original package file foo-1.0-1.i386.rpm
. To uninstall a package, replace foo
with the actual package name of the original package.
error: Failed dependencies: foo is needed by (installed) bar-2.0.20-3.i386.rpm
--nodeps
.
rpm -Uvh foo-2.0-1.i386.rpm
foo
package. Note that -U
will also install a package even when there are no previous versions of the package installed.
-U
para instalar pacotes do kernel porque o RPM substitui o pacote do kernel anterior. Isso não afeta um sistema rodando, mas se o novo kernel não for capaz de inicializar durante sua próxima reinicialização, não haverá outro kernel para inicializar.
-i
option adds the kernel to your GRUB boot menu (/etc/grub.conf
). Similarly, removing an old, unneeded kernel removes the kernel from GRUB.
saving /etc/foo.conf as /etc/foo.conf.rpmsave
package foo-2.0-1 (which is newer than foo-1.0-1) is already installed
--oldpackage
option:
rpm -Uvh --oldpackage foo-1.0-1.i386.rpm
rpm -Fvh foo-1.2-1.i386.rpm
rpm -Fvh *.rpm
/var/lib/rpm/
, e é usado para consultar quais pacotes estão instalados, quais são suas versões e quaisquer mudanças em arquivos no pacote desde a instalação, entre outros.
-q
option. The rpm -q package name
command displays the package name, version, and release number of the installed package package name
. For example, using rpm -q foo
to query installed package foo
might generate the following output:
foo-2.0-1
-q
to further refine or qualify your query:
-a
— queries all currently installed packages.
-f <filename>
— queries the RPM database for which package owns f<filename>
. When specifying a file, specify the absolute path of the file (for example, rpm -qf /bin/ls
).
-p <packagefile>
— queries the uninstalled package <packagefile>
.
-i
displays package information including name, description, release, size, build date, install date, vendor, and other miscellaneous information.
-l
displays the list of files that the package contains.
-s
displays the state of all the files in the package.
-d
displays a list of files marked as documentation (man pages, info pages, READMEs, etc.).
-c
displays a list of files marked as configuration files. These are the files you edit after installation to adapt and customize the package to your system (for example, sendmail.cf
, passwd
, inittab
, etc.).
-v
to the command to display the lists in a familiar ls -l
format.
rpm -V
verifies a package. You can use any of the Verify Options listed for querying to specify the packages you wish to verify. A simple use of verifying is rpm -V foo
, which verifies that all the files in the foo
package are as they were when they were originally installed. For example:
rpm -Vf /usr/bin/foo
/usr/bin/foo
é o caminho completo para o arquivo usado para consultar um pacote.
rpm -Va
rpm -Vp foo-1.0-1.i386.rpm
c
denotes a configuration file) and then the file name. Each of the eight characters denotes the result of a comparison of one attribute of the file to the value of that attribute recorded in the RPM database. A single period (.
) means the test passed. The following characters denote specific discrepancies:
5
— MD5 checksum
S
— file size
L
— symbolic link
T
— file modification time
D
— device
U
— user
G
— group
M
— mode (includes permissions and file type)
?
— unreadable file
<rpm-file>
pelo nome do arquivo do pacote RPM):
rpm -K --nosignature <rpm-file>
<rpm-file>
: md5 OK
is displayed. This brief message means that the file was not corrupted by the download. To see a more verbose message, replace -K
with -Kvv
in the command.
x
.
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
rpm -qa gpg-pubkey*
gpg-pubkey-37017186-45761324
rpm -qi
followed by the output from the previous command:
rpm -qi gpg-pubkey-37017186-45761324
<rpm-file>
pelo nome do arquivo do pacote RPM):
rpm -K <rpm-file>
md5 gpg OK
. This means that the signature of the package has been verified, and that it is not corrupt.
rpm -Va
rpm -qf /usr/bin/ggv
ggv-2.6.0-2
/usr/bin/paste
. You would like to verify the package that owns that program, but you do not know which package owns paste
. Enter the following command,
rpm -Vf /usr/bin/paste
rpm -qdf /usr/bin/free
/usr/share/doc/procps-3.2.3/BUGS /usr/share/doc/procps-3.2.3/FAQ /usr/share/doc/procps-3.2.3/NEWS /usr/share/doc/procps-3.2.3/TODO /usr/share/man/man1/free.1.gz /usr/share/man/man1/pgrep.1.gz /usr/share/man/man1/pkill.1.gz /usr/share/man/man1/pmap.1.gz /usr/share/man/man1/ps.1.gz /usr/share/man/man1/skill.1.gz /usr/share/man/man1/slabtop.1.gz /usr/share/man/man1/snice.1.gz /usr/share/man/man1/tload.1.gz /usr/share/man/man1/top.1.gz /usr/share/man/man1/uptime.1.gz /usr/share/man/man1/w.1.gz /usr/share/man/man1/watch.1.gz /usr/share/man/man5/sysctl.conf.5.gz /usr/share/man/man8/sysctl.8.gz /usr/share/man/man8/vmstat.8.gz
rpm -qip crontabs-1.10-7.noarch.rpm
Name : crontabs Relocations: (not relocatable) Version : 1.10 Vendor: Red Hat, Inc. Release : 7 Build Date: Mon 20 Sep 2004 05:58:10 PM EDT Install Date: (not installed) Build Host: tweety.build.redhat.com Group : System Environment/Base Source RPM: crontabs-1.10-7.src.rpm Size : 1004 License: Public Domain Signature : DSA/SHA1, Wed 05 Jan 2005 06:05:25 PM EST, Key ID 219180cddb42a60e Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> Summary : Root crontab files used to schedule the execution of programs. Description : The crontabs package contains root crontab files. Crontab is the program used to install, uninstall, or list the tables used to drive the cron daemon. The cron daemon checks the crontab files to see when particular commands are scheduled to be executed. If commands are scheduled, then it executes them.
crontabs
RPM installs. You would enter the following:
rpm -qlp crontabs-1.10-5.noarch.rpm
/etc/cron.daily /etc/cron.hourly /etc/cron.monthly /etc/cron.weekly /etc/crontab /usr/bin/run-parts
rpm --help
— This command displays a quick reference of RPM parameters.
man rpm
— The RPM man page gives more detail about RPM parameters than the rpm --help
command.
rpm
command does.
rpm -e --nodeps
or rpm -U --nodeps
can.
system-config-packages
or pirut
at shell prompt.
yum
searches numerous repositories for packages and their dependencies so they may be installed together in an effort to alleviate dependency issues. Red Hat Enterprise Linux 5.8 uses yum
to fetch packages and install RPMs.
up2date
is now deprecated in favor of yum
(Yellowdog Updater Modified). The entire stack of tools which installs and updates software in Red Hat Enterprise Linux 5.8 is now based on yum
. This includes everything, from the initial installation via Anaconda to host software management tools like pirut
.
yum
also allows system administrators to configure a local (i.e. available over a local network) repository to supplement packages provided by Red Hat. This is useful for user groups that use applications and packages that are not officially supported by Red Hat.
yum
repository also saves bandwidth for the entire network. Further, clients that use local yum
repositories do not need to be registered individually to install or update the latest packages from Red Hat Network.
createrepo
package:
~]# yum install createrepo
/mnt/local_repo
for example).
createrepo
on that directory (for example, createrepo /mnt/local_repo
). This will create the necessary metadata for your Yum repository.
yum
Commandsyum
commands are typically run as yum <command> <package name/s>
. By default, yum
will automatically attempt to check all configured repositories to resolve all package dependencies during an installation/upgrade.
yum
commands. For a complete list of available yum
commands, refer to man yum
.
yum install <package name/s>
yum update <package name/s>
yum
will attempt to update all installed packages.
--obsoletes
option is used (i.e. yum --obsoletes <package name/s>
, yum
will process obsolete packages. As such, packages that are obsoleted across updates will be removed and replaced accordingly.
yum check-update
yum
returns a list of all package updates from all repositories if any are available.
yum remove <package name/s>
yum provides <file name>
yum search <keyword>
yum localinstall <absolute path to package name/s>
yum
to install a package located locally in the machine.
yum
Optionsyum
options are typically stated before specific yum
commands; i.e. yum <options> <command> <package name/s>
. Most of these options can be set as default using the configuration file.
yum
options. For a complete list of available yum
options, refer to man yum
.
-y
-t
yum
to be "tolerant" of errors with regard to packages specified in the transaction. For example, if you run yum update package1 package2
and package2
is already installed, yum
will continue to install package1
.
--exclude=<package name>
yum
yum
is configured through /etc/yum.conf
. The following is an example of a typical /etc/yum.conf
file:
[main] cachedir=/var/cache/yum keepcache=0 debuglevel=2 logfile=/var/log/yum.log distroverpkg=redhat-release tolerant=1 exactarch=1 obsoletes=1 gpgcheck=1 plugins=1 metadata_expire=1800 [myrepo] name=RHEL 5 $releasever - $basearch baseurl=http://local/path/to/yum/repository/ enabled=1
/etc/yum.conf
file is made up of two types of sections: a [main]
section, and a repository section. There can only be one [main]
section, but you can specify multiple repositories in a single /etc/yum.conf
.
[main]
Options[main]
section is mandatory, and there must only be one. For a complete list of options you can use in the [main]
section, refer to man yum.conf
.
[main]
section.
cachedir
yum
should store its cache and database files. By default, the cache directory of yum
is /var/cache/yum
.
keepcache=<1 or 0>
keepcache=1
instructs yum
to keep the cache of headers and packages after a successful installation. keepcache=1
is the default.
reposdir=<absolute path to directory of .repo files>
.repo
files are located. .repo
files contain repository information (similar to the [repository
]
section of /etc/yum.conf
).
yum
collects all repository information from .repo
files and the [repository
]
section of the /etc/yum.conf
file to create a master list of repositories to use for each transaction. Refer to Seção 13.4.2, “ [repository
]
Options” for more information about options you can use for both the [repository
]
section and .repo
files.
reposdir
is not set, yum
uses the default directory /etc/yum.repos.d
.
gpgcheck=<1 or 0>
gpgcheck=0
, which disables GPG checking.
[main]
section of the /etc/yum.conf
file, it sets the GPG checking rule for all repositories. However, you can also set this on individual repositories instead; i.e., you can enable GPG checking on one repository while disabling it on another.
assumeyes=<1 or 0>
yum
should prompt for confirmation of critical actions. The default if assumeyes=0
, which means yum
will prompt you for confirmation.
assumeyes=1
is set, yum
behaves in the same way that the command line option -y
does.
tolerant=<1 or 0>
tolerant=1
), yum
will be tolerant of errors on the command line with regard to packages. This is similar to the yum
command line option -t
.
tolerant=0
(not tolerant).
exclude=<package name/s>
retries=<number of retries>
yum
should attempt to retrieve a file before returning an error. Setting this to 0 makes yum
retry forever. The default value is 6.
[repository
]
Options[repository
]
section of the /etc/yum.conf
file contains information about a repository yum
can use to find packages during package installation, updating and dependency resolution. A repository entry takes the following form:
[repository ID
] name=repository name
baseurl=url, file or ftp
://path to repository
.repo
files (for example, rhel5.repo
). The format of repository information placed in .repo
files is identical with the [repository
]
of /etc/yum.conf
.
.repo
files are typically placed in /etc/yum.repos.d
, unless you specify a different repository path in the [main]
section of /etc/yum.conf
with reposdir=
. .repo
files and the /etc/yum.conf
file can contain multiple repository entries.
repository ID
]name=repository name
baseurl=http, file or ftp
://path
repodata
directory of a repository is located. If the repository is local to the machine, use baseurl=file://path to local repository
. If the repository is located online using HTTP, use baseurl=http://link
. If the repository is online and uses FTP, use baseurl=ftp://link
.
baseurl
line by prepending it as username
:password
@link
. For example, if a repository on http://www.example.com/repo/ requires a username of "user" and a password os "password", then the baseurl
link can be specified as baseurl=http://user:password@www.example.com/repo/
.
man yum.conf
.
gpgcheck=<1 or 0>
gpgcheck=0
, which disables GPG checking.
gpgkey=URL
yum
needs a public key to verify a package and the required key was not imported into the RPM database.
yum
will automatically import the key from the specified URL. You will be prompted before the key is installed unless you set assumeyes=1
(in the [main]
section of /etc/yum.conf
) or -y
(in a yum
transaction).
exclude=<package name/s>
exclude
option in the [main]
section of /etc/yum.conf
. However, it only applies to the repository in which it is specified.
includepkgs=<package name/s>
exclude
. When this option is set on a repository, yum
will only be able to see the specified packages in that repository. By default, all packages in a repository are visible to yum
.
yum
Variablesyum
commands and yum
configuration files (i.e. /etc/yum.conf
and .repo
files).
$releasever
distroverpkg
. This defaults to the version of the redhat-release
package.
$arch
os.uname()
in Python.
$basearch
$arch
=i686 then $basearch
=i386.
$YUM0-9
yum
to unit content delivery with subscription management. The Subscription Manager handles only the subscription-system associations. yum
or other package management tools handle the actual content delivery. Capítulo 13, YUM (Yellowdog Updater Modified) describes how to use yum
.
yum
plug-ins that come with the Subscription Manager tools.
root
because of the nature of the changes to the system. However, Red Hat Subscription Manager connects to the subscription service as a user account for the Customer Service Portal.
firstboot
process for configuring content and updates, but the system can be registered at any time through the Red Hat Subscription Manager GUI or CLI. New subscriptions, new products, and updates can be viewed and applied to a system through the Red Hat Subscription Manager tools.
yum
service through the Red Hat Subscription Manager yum plug-in.
yum
.
root
.
[root@server1 ~]# subscription-manager-gui
subscription-manager
tool. This tools has the following format:
[root@server1 ~]# subscription-manager command [options]
subscription-manager
help and manpage have more information.
Command | Description |
---|---|
register | Registers or identifies a new system to the subscription service. |
unregister | Unregisters a machine, which strips its subscriptions and removes the machine from the subscription service. |
subscribe | Allocates a specific subscription to the machine. |
redeem | Autosubscribes a machine to a pre-specified subscription that was purchased from a vendor, based on its hardware and BIOS information. |
refresh |
Pulls the latest entitlement data from the server. Normally, the system polls the entitlement server at a set interval (4 hours by default) to check for any changes in the available subscriptions. The refresh command checks with the entitlement server right then, outside the normal interval.
|
unsubscribe | Removes a specific subscription or all subscriptions from the machine. |
list | Lists all of the subscriptions that are compatible with a machine, either subscriptions that are actually consumed by the machine or unused subscriptions that are available to the machine. |
identity | Handles the identity certificate and registration ID for a system. This command can be used to return the current UUID or generate a new identity certificate. |
facts | Lists the system information, like the release version, number of CPUs, and other architecture information. |
clean |
Removes all of the subscription and identity data from the local system, without affecting the consumer information in the subscription service. Any of the subscriptions consumed by the system are still consumed and are not available for other systems to use. The clean command is useful in cases where the local entitlement information is corrupted or lost somehow, and the system will be reregistered using the register --consumerid=EXISTING_ID command.
|
orgs, repos, environments | Lists all of the configured organizations, environments, and content repositories that are available to the given user account or system. These commands are used to view information in a multi-org infrastructure. They are not used to configure the local machine or multi-org infrastructure. |
libvirt-rhsm
, checks VMWare, KVM, and Xen processes and then relays that information to Subscription Manager and any configured subscription service (Certificate-based Red Hat Network or a local Subscription Asset Manager). Each guest machine on a host is assigned a guest ID, and that guest ID is both associated with the host and used to generate the identity certificate for the guest when it is registered.
system
type of consumer.
system
, meaning that each individual server subscribes to its own entitlements for its own use. There is another type of consumer, though, which is available for server groups, the domain
type. domain
-based entitlements are not allocated to a single system; they are distributed across the group of servers to govern the behavior of that group of servers. (That server group is called a domain.)
system
consumer and added to the inventory individually.
domain
entitlements apply to the behavior of the entire server group, not to any one system.
domain
entitlements using the Red Hat Subscription Manager tools, and the entitlement certificate is replicated between the domain servers.
subscription-manager-gui
rhsm.conf
configuration file points to the local subscription service (in the hostname
parameter) and the local content server (in the baseurl
parameter). The Subscription Manager configuration is described in Seção 14.14, “Configuring the Subscription Service”.
subscription-manager-gui
.zip
file. Save the file to some kind of portable media, like a flash drive.
certificates.zip
file. Unzip the directories until the PEM files for the entitlement certificates are available.
import
command. For example:
# subscription-manager import --certificate=/tmp/export/entitlement_certificates/596576341785244687.pem --certificate=/tmp/export/entitlement_certificates/3195996649750311162.pem Successfully imported certificate 596576341785244687.pem Successfully imported certificate 3195996649750311162.pem
cert.pem
file directly into the /etc/pki/consumer
directory. For example:
cp /tmp/downloads/cert.pem /etc/pki/consumer
register
command with the user account information required to authenticate to the Certificate-Based Red Hat Network (the credentials used to access subscription service or the Customer Portal). When the system is successfully authenticated, it echoes back the newly-assigned consumer ID and the user account name which registered it.
register
options are listed in Tabela 14.2, “register Options”.
[root@server1 ~]# subscription-manager register --username admin-example --password secret
7d133d55-876f-4f47-83eb-0ee931cb0a97 admin-example (the new consumer UUID and the account used for registration)
--org
option in addition to the username and password. The given user must also have the access permissions to add systems to that organization. (See Seção 14.12, “Working with Subscription Asset Manager” for information about organizations and Subscription Asset Manager.)
[root@server1 ~]# subscription-manager register --username admin-example --password secret--org="IT Department"
7d133d55-876f-4f47-83eb-0ee931cb0a97 admin-example(the new consumer UUID and the account used for registration)
[root@server1 ~]# subscription-manager register --username admin-example --password secret --org="IT Department" --environment=Dev1,ITall
register
command returns a Remote Server error.
register
command has an option, --autosubscribe
, which allows the system to be registered to the subscription service and immediately subscribed to the subscription which best matches its architecture in a single step.
[root@server1 ~]# subscription-manager register --username admin-example --password secret --autosubscribe
--activationkey
option.
--org
option, but in multi-org environments, the --org
option is required. The organization is not defined as part of the activation key. See Seção 14.12, “Working with Subscription Asset Manager” for information about activation keys and Subscription Asset Manager.
# subscription-manager register --activationkey=1234abcd --org="IT Dept"
Options | Description | Required |
---|---|---|
--username=name | Gives the content server user account name. | Required |
--password=password | Gives the password for the user account. | Required |
--org=name | Gives the organization to which to join the system. | Required, except for hosted environments |
--environment=name | Registers the consumer to an environment within an organization. | Optional |
--name=machine_name | Sets the name of the consumer (machine) to register. This defaults to be the same as the hostname. | Optional |
--autosubscribe | Automatically subscribes this system to the best-matched compatible subscription. This is good for automated setup operations, since the system can be configured in a single step. | Optional |
--activation_key | Applies existing subscriptions as part of the registration process. The subscriptions are pre-assigned by a vendor or by a systems administrator using Subscription Asset Manager. | Optional |
--force | Registers the system even if it is already registered. Normally, any register operations will fail if the machine is already registered. | Optional |
unregister
command. This removes the system's entry from the subscription service, unsubscribes it from any subscriptions, and, locally, deletes its identity and entitlement certificates.
unregister
.
[root@server1 ~]# subscription-manager unregister
register
command. This command passes the original UUID for a system to issue a request to the subscription service to receive a new certificate using the same UUID. This essentially renews its previous registration.
register
command uses the original ID to identify itself to the subscription service and restore its previous subscriptions.
[root@server1 ~]# subscription-manager register --username admin-example --password secret --consumerid=7d133d55-876f-4f47-83eb-0ee931cb0a97
Options | Description | Required |
---|---|---|
--consumerid | Gives the consumer UUID used by an existing consumer. The system's consumer entry must exist in the Red Hat subscription service for the reregister operation to succeed. | Required |
--username=name | Gives the content server user account name. | Optional |
--password=password | Gives the password for the user account. | Optional |
rhn-migrate-classic-to-rhsm
install-num-migrate-to-rhsm
[root@server ~]# yum install subscription-manager-migration subscription-manager-migration-data
rhn-migrate-classic-to-rhsm
script.
rhn-migrate-classic-to-rhsm
script has this syntax:
rhn-migrate-classic-to-rhsm [--force|--cli-only|--help|--no-auto]
[root@server ~]# subscription-manager facts --list | grep migr migration.classic_system_id: 09876 migration.migrated_from: rhn_hosted_classic
rhn-migrate-classic-to-rhsm
tool migrates the system profile and then opens the Subscription Manager GUI so that administrators can assign subscriptions to the system.
[root@server ~]# rhn-migrate-classic-to-rhsm RHN Username: jsmith@example.com Password:
Retrieving existing RHN classic subscription information ... +----------------------------------+ System is currently subscribed to: +----------------------------------+ rhel-i386-client-5
/etc/pki/product
directory.
List of channels for which certs are being copied rhel-i386-client-5 Product Certificates copied successfully to /etc/pki/product !!
Preparing to unregister system from RHN classic ... System successfully unregistered from RHN Classic.
Attempting to register system to Certificate-based RHN ... The system has been registered with id: abcd1234 System server.example.com successfully registered to Certificate-based RHN. Launching the GUI tool to manually subscribe the system ...
rhn-migrate-classic-to-rhsm
can automatically subscribe the system to matching subscriptions.
--cli-only
option tells the rhn-migrate-classic-to-rhsm
to register the system with the autosubscribe option, so all of the migration process occurs in the command line.
[root@server ~]# rhn-migrate-classic-to-rhsm --cli-only RHN Username: jsmith@example.com Password: .... Attempting to auto-subscribe to appropriate subscriptions ... Installed Product Current Status: ProductName: Red Hat Enterprise Linux Desktop Status: Subscribed Please visit https://access.redhat.com/management/consumers/abcd1234 to view the details, and to make changes if necessary.
rhn-migrate-classic-to-rhsm
tool can be used simply to unregister a system from RHN Classic. This still copies over the product certificates for the classic channels to configure the system in the style of certificate-based subscriptions, but it does not register the machine with subscription service.
--no-auto
option.
[root@server ~]# rhn-migrate-classic-to-rhsm --no-auto RHN Username: jsmith@example.com Password: Retrieving existing RHN classic subscription information ... +----------------------------------+ System is currently subscribed to: +----------------------------------+ rhel-i386-client-5 List of channels for which certs are being copied rhel-i386-client-5 Product Certificates copied successfully to /etc/pki/product !! Preparing to unregister system from RHN classic ... System successfully unregistered from RHN Classic.
rhn-migrate-classic-to-rhsm
uses the information in /etc/sysconfig/rhn/systemid
to get the previous registration information and map channels to certificates. If a system is disconnected, it may not have a systemid
file.
/etc/sysconfig/rhn/install-num file
.
[root@server ~]# python /usr/lib/python2.4/site-packages/instnum.py da3122afdb7edd23 Product: RHEL Client Type: Installer Only Options: Eval FullProd Workstation Allowed CPU Sockets: Unlimited Allowed Virtual Instances: Unlimited Package Repositories: Client Workstation key: 14299426 "da3122" checksum: 175 "af" options: 4416 "Eval FullProd Workstation" socklimit: -1 "Unlimited" virtlimit: -1 "Unlimited" type: 2 "Installer Only" product: 1 "client" {"Workstation": "Workstation", "Base": "Client"}
install-num-migrate-to-rhsm
script identifies the channels that a disconnected system is subscribed to and then copies in the appropriate product certificates. Simply run the command:
[root@server ~]# install-num-migrate-to-rhsm
/etc/pki/product
directory.
[root@server ~]# subscription-manager facts --list | grep migr migration.migrated_from: install_number
/usr/share/rhsm/product/RHEL-5/channel-cert-mapping.txt
) uses simple keys to map the values:
channel_name
:product_name-hash-product_cert
.pem
rhel-i386-client-workstation-5: Client-Workstation-i386-b0d4c042-6e31-45a9-bd94-ff0b82e43b1a-71.pem
.pem
and the product certificate is copied into the /etc/pki/product
directory. For the rhel-i386-client-workstation-5
, this migrates to the 71.pem
product certificate (the last two digits of the mapping).
jbappplatform-4.3.0-fp-i386-server-5-rpm: none
subscription-manager-gui
subscription-manager-gui
--pool
option.
[root@server1 ~]# subscription-manager subscribe --pool=XYZ01234567
subscribe
command are listed in Tabela 14.4, “subscribe Options”.
list
command:
[root@server1 ~]# subscription-manager list --available
+-------------------------------------------+
Available Subscriptions
+-------------------------------------------+
ProductName: RHEL for Physical Servers
ProductId: MKT-rhel-server
PoolId: ff8080812bc382e3012bc3845ca000cb
Quantity: 10
Expires: 2011-09-20
--auto
option (which is analogous to the --autosubscribe
option with the register
command).
[root@server1 ~]# subscription-manager subscribe --auto
Options | Description | Required |
---|---|---|
--pool=pool-id | Gives the ID for the subscription to subscribe the machine to. |
Required, unless --auto is used
|
--auto | Automatically subscribes the system to the best-match subscription or subscriptions. | Optional |
--quantity | Subscribes multiple counts of an entitlement to the system. This is used to cover subscriptions that define a count limit, like using two 2-socket server subscriptions to cover a 4-socket machine. | Optional |
unsubscribe
command with the --all
unsubscribes the system from every product and subscription pool it is currently subscribed to.
[root@server1 ~]# subscription-manager unsubscribe --all
unsubscribe
command to remove only that product subscription.
cert.pem
file or by using the list
command. For example:
[root@server1 ~]# subscription-manager list --consumed +-------------------------------------------+ Consumed Product Subscriptions +-------------------------------------------+ ProductName: High availability (cluster suite) ContractNumber: 0 SerialNumber: 11287514358600162 Active: True Begins: 2010-09-18 Expires: 2011-11-18
--serial
option to specify the certificate.
[root@server1 ~]# subscription-manager unsubscribe --serial=11287514358600162
--quantity
option. The quantity taken applies to the product in the --pool
option:
[root@server1 ~]# subscription-manager subscribe --pool=XYZ01234567 --quantity=2
.zip
file. Save the file to some kind of portable media, like a flash drive.
certificates.zip
file. Unzip the directories until the PEM files for the subscription certificates are available.
import
command:
# subscription-manager import --certificate=/tmp/export/entitlement_certificates/596576341785244687.pem --certificate=/tmp/export/entitlement_certificates/3195996649750311162.pem Successfully imported certificate 596576341785244687.pem Successfully imported certificate 3195996649750311162.pem
subscription-manager-gui
.pem
file of the product certificate.
subscription-manager-gui
redeem
command, with an email address to send the redemption email to when the process is complete.
# subscription-manager redeem --email=jsmith@example.com
# subscription-manager redeem --email=jsmith@example.com --org="IT Dept"
list
command to display different areas of the subscriptions and products on the system.
Option | Description |
---|---|
--installed (or nothing) |
Lists all of the installed and subscribed product on the system. If no option is given with list , it is the same as using the --installed argument.
|
--consumed | Lists all of the subscriptions allocated to the system. |
--available [--all] |
Using --available alone lists all of the compatible, active subscriptions for the system. Using --available --all lists all options, even ones not compatible with the system or with no more available quantities.
|
--ondate=YYYY-MM-DD |
Shows subscriptions which are active and available on the specified date. This is only used with the --available option. If this is not used, then the command uses the current date.
|
--installed | Lists all of the products that are installed on the system (and whether they have a subscription) and it lists all of the product subscriptions which are assigned to the system (and whether those products are installed). |
list
command shows all of the subscriptions that are currently allocated to the system by using the --consumed
option.
[root@server1 ~]# subscription-manager list --consumed +-------------------------------------------+ Consumed Product Subscriptions +-------------------------------------------+ ProductName: Red Hat Enterprise Linux Server ContractNumber: 1458961 SerialNumber: 171286550006020205 Active: True Begins: 2009-01-01 Expires: 2011-12-31
list
command shows all of the subscriptions that are compatible with and available to the system using the --available
option. To include every subscription the organization has — both the ones that are compatible with the system and others for other platforms — use the --all
option with the --available
. The --ondate
option shows only subscriptions which are active on that date, based on their activation and expiry dates.
[root@server1 ~]# subscription-manager list --available --all
+-------------------------------------------+
Available Subscriptions
+-------------------------------------------+
ProductName: RHEL for Physical Servers
ProductId: MKT-rhel-server
PoolId: ff8080812bc382e3012bc3845ca000cb
Quantity: 10
Expires: 2011-09-20
ProductName: RHEL Workstation
ProductId: MKT-rhel-workstation-mkt
PoolId: 5e09a31f95885cc4
Quantity: 10
Expires: 2011-09-20
[snip]
--installed
option correlates the products that are actually installed on the system (and their subscription status) and the products which could be installed on the system based on the assigned subscriptions (and whether those products are installed).
[root@server1 ~]# subscription-manager list --installed
+-------------------------------------------+
Installed Product Status
+-------------------------------------------+
ProductName: Red Hat Enterprise Linux
Status: Not Subscribed
Expires:
Subscription:
ContractNumber:
AccountNumber:
ProductName: Awesome OS Server
Status: Not Installed
Expires: 2012-02-20
Subscription: 54129829316535230
ContractNumber: 39
AccountNumber: 12331131231
yum
. Subscription Manager has its own yum
plug-ins: product-id
for subscription-related information for products and subscription-manager
which is used for the content repositories.
baseurl
parameter of the rhsm.conf
file.
[root@server ~]# yum repolist all repo id repo name status rhel-5-server Red Hat Enterprise Linux 5Server - enabled: 1,749 rhel-5-server-beta Red Hat Enterprise Linux 5Server Be enabled: 869 rhel-5-server-optional-rpms Red Hat Enterprise Linux 5Server Op disabled rhel-5-server-supplementary Red Hat Enterprise Linux 5Server Su disabled
rhel-5-server-optional-rpms
and rhel-5-server-supplementary
, respectively.
yum-config-manager
command:
[root@server ~]# yum-config-manager --enable rhel-5-server-optional-rpms
yum
. This uses the --enablerepo
repo_name option. For example:
# yum install rubygems --enablerepo=rhel-5-server-optional-rpms Loaded plugins:product-id
, refresh-packagekit,subscription-manager
Updating Red Hat repositories. ....
yum
is described in Capítulo 13, YUM (Yellowdog Updater Modified).
[root@server ~]# subscription-manager list
+-------------------------------------------+
Installed Product Status
+-------------------------------------------+
ProductName: Red Hat Enterprise Linux Server
Status: Not Subscribed
Expires:
SerialNumber:
ContractNumber:
AccountNumber:
rhsmcertd
. This daemon checks the certificate validity dates daily. If a subscription is within 24 hours of expiring, then Subscription Manager will check for any available compatible subscriptions and automatically re-subscribes the system, much like auto-subscribing during registration.
autoheal
parameter to the Subscription Manager configuration.
vim /etc/rhsm/rhsm.conf
[rhsmcertd]
area, add the autoheal
line, and set the value to true.
[rhsmcertd]
certFrequency = 240
healFrequency = 1440
autoheal = true
config
command:
[root@server1 ~]# subscription-manager config --rhsmcertd.autoheal=true
healFrequency
parameter to zero means that Subscription Manager simply uses the default time setting.
# vim /etc/rhsm/rhsm.conf
[rhsmcertd]
section, set the healFrequency
parameter to the time, in minutes, to check for changed subscriptions.
[rhsmcertd] certFrequency = 240 healFrequency = 1440
rhsmcertd
daemon to reload the configuration.
# service rhsmcertd start
hostname
parameter in the [server]
area in the rhsm.conf
configuration file. The content delivery network URL is configured in the baseurl
parameter in the [rhsm]
area. These values can be reset using the config
command. For example:
[root@server1 ~]# subscription-manager config --server.hostname=sam.example.com --rhsm.baseurl=sam.example.com
config
command is covered in Seção 14.14.2, “Using the config Command”.
orgs
, environments
, and repos
commands list the organization, environment, and repository information for the system, depending on the organization and environments it belongs to.
[root@server1 ~]# subscription-manager orgs --username=jsmith --password=secret +-------------------------------------------+ admin Organizations +-------------------------------------------+ OrgName: Admin Owner OrgKey: admin OrgName: Dev East OrgKey: deveast OrgName: Dev West OrgKey: devwest [root@server1 ~]# subscription-manager environments --username=jsmith --password=secret --org=admin +-------------------------------------------+ Environments +-------------------------------------------+ Name: Locker Description: None Name: Dev Description: Name: Prod Description: [root@server1 ~]# subscription-manager repos --list +----------------------------------------------------------+ Entitled Repositories in /etc/yum.repos.d/redhat.repo +----------------------------------------------------------+ RepoName: never-enabled-content RepoId: never-enabled-content RepoUrl: https://content.example.com/repos/optional Enabled: 0 RepoName: always-enabled-content RepoId: always-enabled-content RepoUrl: https://content.example.com/repos/dev Enabled: 1 RepoName: content RepoId: content-label RepoUrl: https://content.example.com/repos/prod Enabled: 1
.pem
file.
https://access.redhat.com/
certificates.zip
file. Unzip the directories until the PEM files for the entitlement certificates are available.
import
command:
# subscription-manager import --certificate=/tmp/export/entitlement_certificates/596576341785244687.pem --certificate=/tmp/export/entitlement_certificates/3195996649750311162.pem Successfully imported certificate 596576341785244687.pem Successfully imported certificate 3195996649750311162.pem
refresh
command updates all of the subscription information that is available to the consumer. This removes expired subscriptions and adds new subscriptions to the list. This does not subscribe the machine, but it does pull in the newest data for administrators to use.
[root@server1 ~]# subscription-manager refresh
rhsm.conf
configuration file. There are other support files that either influence the Red Hat Subscription Manager service or can help administrators better use the Subscription Manager.
File or Directory | Description |
---|---|
/etc/rhsm | The primary Red Hat Subscription Manager configuration directory. |
/etc/rhsm/rhsm.conf | The Red Hat Subscription Manager configuration file. This is used by both the GUI and the CLI. |
/etc/rhsm/facts |
Any user-defined JSON files that override or add system facts to determine entitlement compatibility. Any facts files must end in .facts .
|
/var/lib/rhsm/cache/installed_products.json | A master list of installed products, which is sent by Subscription Manager to a hosted content service, such as Subscription Asset Manager. |
/var/lib/rhsm/facts/facts.facts | The default system facts filed, gathered by the Subscription Manager. |
/var/lib/rhsm/packages/ | The package profile cache (a list of installed products) which is gathered and periodically updated by the Subscription Manager. |
/var/log/rhsm | The Red Hat Subscription Manager log directory. |
/var/log/rhsm/rhsm.log | The log for the Red Hat Subscription Manager tools. |
/var/log/rhsm/rhsmcertd.log |
The log for the Red Hat Subscription Manager daemon, rhsmcertd .
|
/etc/pki/consumer | The directory which contains the identity certificates used by the system to identify itself to the subscription service. |
/etc/pki/consumer/cert.pem | The base-64 consumer identity certificate file. |
/etc/pki/consumer/key.pem | The base-64 consumer identity key file. |
/etc/pki/entitlement | The directory which contains the entitlement certificates for the available subscriptions. |
/etc/pki/product/product_serial# .pem
| The product certificates for installed software products. |
/var/run/subsys/rhsm | Runtime files for Red Hat Subscription Manager |
/etc/init.d/rhsmcertd | The subscription certificate daemon. |
/etc/cron.daily/rhsm-complianced and /usr/libexec/rhsm-complianced | Files to run daily checks and notifications for subscription validity. |
/etc/yum/pluginconf.d/rhsmplugin.conf |
The configuration file to include the Red Hat Subscription Manager plug-in in the yum configuration.
|
/usr/share/rhsm | All of the Python and script files used by both Red Hat Subscription Manager tool to perform subscription tasks. |
/usr/share/rhsm/gui | All of the Python script and image files used to render the Red Hat Subscription Manager GUI. |
rhsm.conf
. This file configures several important aspects of how Red Hat Subscription Manager interacts with both entitlements and content services:
rhsm.conf
file is divided into three sections. Two major sections defined the subscription service ([server]
) and content and product delivery ([rhsm]
). The third section relates to the rhsmcertd
daemon. Each assertion is a simple attribute= value pair. Any of the default values can be edited; all possible attributes are present and active in the default rhsm.conf
file.
# Red Hat Subscription Manager Configuration File: # Unified Entitlement Platform Configuration [server] # Server hostname: hostname = subscription.rhn.redhat.com # Server prefix: prefix = /subscription # Server port: port = 443 # Set to 1 to disable certificate validation: insecure = 0 # Set the depth of certs which should be checked # when validating a certificate ssl_verify_depth = 3 # Server CA certificate location: ca_cert_dir = /etc/rhsm/ca/ # an http proxy server to use proxy_hostname = # port for http proxy server proxy_port = # user name for authenticating to an http proxy, if needed proxy_user = # password for basic http proxy auth, if needed proxy_password = [rhsm] # Content base URL: baseurl= https://cdn.redhat.com # Default CA cert to use when generating yum repo configs: repo_ca_cert = %(ca_cert_dir)sredhat-uep.pem # Where the certificates should be stored productCertDir = /etc/pki/product entitlementCertDir = /etc/pki/entitlement consumerCertDir = /etc/pki/consumer [rhsmcertd] # Frequency of certificate refresh (in minutes): certFrequency = 240 # Frequency of autoheal check (1440 min = 1 day): healFrequency = 1440
Parameter | Description | Default Value |
---|---|---|
[server] Parameters | ||
hostname | Gives the IP address or fully-qualified domain name of the subscription service. | subscription.rhn.redhat.com |
prefix | Gives the directory, in the URL, to use to connect to the subscription service. | /subscription |
port | Gives the port to use to connect to the subscription service. | 443 |
insecure | Sets whether to use a secure (0) or insecure (1) connection for connections between the Subscription Manager clients and the subscription service. | 0 |
ssl_verify_depth | Sets how far back in the certificate chain to verify the certificate. | 3 |
proxy_hostname | Gives the hostname of the proxy server. This is required. | |
proxy_port | Gives the port of the proxy server. This is required. | |
proxy_user | Gives the user account to use to access the proxy server. This may not be required, depending on the proxy server configuration. | |
proxy_password | Gives the password credentials to access the proxy server. This may not be required, depending on the proxy server configuration. | |
ca_cert_dir | Gives the location for the CA certificate for the CA which issued the subscription service's certificates. This allows the client to identify and trust the subscription service for authentication for establishing an SSL connection. | /etc/rhsm/ca |
[rhsm] Parameters | ||
baseurl | Gives the full URL to access the content delivery system. | https://cdn.redhat.com |
repo_ca_cert | Identifies the default CA certificate to use to set the yum repo configuration. | %(ca_cert_dir)sredhat-uep.pem |
showIncompatiblePools |
Sets whether to display subscription pools which are not compatible with the system's architecture but which have been purchased by an organization. By default, Subscription Manager only displays subscriptions which are compatible with, and therefore available to, the system.
This parameter only applies to the Subscription Manager GUI. Incompatible subscriptions can be displayed in the CLI by using the
--all option with the list command.
| 0 |
productCertDir | Sets the root directory where the product certificates are stored and can be accessed by Subscription Manager. | /etc/pki/product |
consumerCertDir | Sets the directory where the identity certificate for the system is stored and can be accessed by Subscription Manager. | /etc/pki/consumer |
entitlementCertDir | Sets the directory where the entitlement certificates for the system are stored and can be accessed by Subscription Manager. Each subscription has its own entitlement certificate. | /etc/pki/entitlement |
[rhsmcertd] Parameters | ||
certFrequency | Sets the interval, in minutes, to check and update entitlement certificates used by Subscription Manager. | 240 |
healFrequency | Sets the interval, in minutes, to check for change subscriptions and installed products and to allocate subscriptions, as necessary, to maintain subscription status for all products. | 240 |
subscription-manager
has a subcommand that can change the rhsm.conf
configuration file. Almost all of the connection information used by Subscription Manager to access the subscription server, content server, and any proxies is set in the configuration file, as well as general configuration parameters like the frequency Subscription Manager checks for entitlements updates. There are major divisions in the rhsm.conf
file, such as [server]
which is used to configure the subscription server. When changing the Subscription Manager configuration, the settings are identified with the format section.parameter and then the new value. For example:
server.hostname=newsubscription.example.com
config
command:
[root@server1 ~]# subscription-manager config --section.parameter
=newValue
[root@server1 ~]# subscription-manager config --server.hostname=subscription.example.com
rhsm.conf
file parameters are listed in Tabela 14.7, “rhsm.conf Parameters”. This is most commonly used to change connection settings:
config
command also has a --remove
option. This deletes the the current value for the parameter without supplying a new parameter. A blank value tells Subscription Manager to use any default values that are set for that parameter rather than a user-defined value. For example:
[root@server1 ~]# subscription-manager config --remove=rhsm.certFrequency The default value for rhsm.certFrequency will now be used.
[root@server1 ~]# subscription-manager config --remove=server.proxy You have removed the value in section server for parameter proxy.
subscription-manager-gui
rhsm.conf
file; this is the same as configuring it in the Subscription Manager GUI. The proxy configuration is stored and used for every connection between the subscription service and the local system.
vim /etc/rhsm/rhsm.conf
[server]
section that relate to the HTTP proxy. All parameters are described in Tabela 14.7, “rhsm.conf Parameters”. There are four parameters directly related to the proxy:
proxy_hostname
for the IP address or fully-qualified domain name of the proxy server; this is required.
proxy_hostname
argument blank means that no HTTP proxy is used.
proxy_port
for the proxy server port.
proxy_user
for the user account to connect to the proxy; this may not be required, depending on the proxy server's configuration.
proxy_password
for the password for the user account to connect to the proxy; this may not be required, depending on the proxy server's configuration.
[server] # an http proxy server to use proxy_hostname = proxy.example.com # port for http proxy server proxy_port = 443 # user name for authenticating to an http proxy, if needed proxy_user = # password for basic http proxy auth, if needed proxy_password =
subscription-manager
.
Argument | Description | Required for a Proxy Connection? |
---|---|---|
--proxy | Gives the proxy server to connect to, in the format hostname:port. | Yes |
--proxyuser | Gives the username to use to authenticate. This is only required if user authentication is required. | No |
--proxypass | Gives the password to use with the user account. This is only required if user authentication is required. | No |
subscription-manager
operation. For example:
[root@server1 ~]# subscription-manager subscribe --pool=ff8080812bc382e3012bc3845ca000cb --proxy=proxy.example.com:8443 --proxyuser=jsmith --proxypass=secret
rhsm.conf
file. The subscription service connection settings are in the [server]
section of the configuration file.
vim /etc/rhsm/rhsm.conf
[server]
section that relate to the subscription service connection. All parameters are described in Tabela 14.7, “rhsm.conf Parameters”. There are three parameters directly related to the connection:
hostname
for the IP address or fully-qualified domain name of the machine
prefix
for the subscription service directory
port
for the subscription service port
[server] hostname=entitlements.server.example.com prefix=/candlepin port=8443
vim /etc/rhsm/rhsm.conf
baseurl
directive in the [rhsm]
section. This is the full URL to the service.
[rhsm] # Content base URL: baseurl= http://content.example.com/content
vim /etc/rhsm/rhsm.conf
[server]
section that relate to a secure connection. All parameters are described in Tabela 14.7, “rhsm.conf Parameters”. There are three parameters directly related to the connection:
insecure
to set whether to use a secure (0) or insecure (1) connection
ca_cert_dir
for the directory location for the CA certificate for authentication and verification
port
for the subscription service port; this should be an SSL port if a secure connection is required
[server]
port=8443
insecure = 1
ca_cert = /etc/rhsm/ca
rhsmcertd
, runs as a service on the system. The daemon, by default, starts with the system, and it can be started, stopped, or checked with the service
command.
service rhsmcertd status rhsmcertd (pid 13084) is running...
chkconfig
”. When a system reboots, some services can be automatically restarted. chkconfig
also defines startup settings for different run levels of the server.
chkconfig
. By default, the Red Hat Subscription Manager daemon, rhsmcertd
, is configured to run at levels 3, 4, and 5, so that the service is started automatically when the server reboots.
chkconfig
. For example, to enable run level 2:
chkconfig --level 2345 rhsmcertd on
rhsmcertd
from the start list, change the run level settings off:
chkconfig --level 2345 rhsmcertd off
service
and chkconfig
settings.
system-config-services
package must be installed for the wizard to be available.
rhsmcertd
item in the list of services on the left, and then edit the service as desired.
/var/log/rhsm
directory:
rhsm.log
shows every invocation and result of running the Subscription Manager GUI or CLI
rhsmcertd.log
shows every time a new certificate is generated, which happens on a schedule defined by the certFrequency
parameter in the rhsm.conf
file.
rhsm.log
log contains the sequence of every Python call for every operation invoked through the Subscription Manager tools. Each entry has this format:
YYYY-MM-DD HH:MM:SS,process_id [MESSAGE_TYPE] call python_script response
rhsm.log
relates to the Python script or function that was called, there can be multiple log entries for a single operation.
2010-10-01 17:27:57,874 [INFO] _request() @connection.py:97 - status code: 200 2010-10-01 17:27:57,875 [INFO] perform() @certlib.py:132 - updated: Total updates: 0 Found (local) serial# [] Expected (UEP) serial# [] Added (new) <NONE> Deleted (rogue): <NONE> Expired (not deleted): <NONE> Expired (deleted): <NONE> 2010-10-01 17:27:57,878 [INFO] __init__() @connection.py:193 - Using certificate authentication: key = /etc/pki/consumer/key.pem, cert = /etc/pki/consumer/cert.pem, ca = /etc/pki/CA/candlepin.pem, insecure = True 2010-10-01 17:27:57,878 [INFO] __init__() @connection.py:196 - Connection Established: host: candlepin1.devlab.phx1.redhat.com, port: 443, handler: /candlepin
rhsmcertd.log
file are much simpler. The log only records when the rhsmcertd
daemon starts or stops and every time a certificate is updated.
Fri Oct 1 13:27:44 2010: started: interval = 240 minutes Fri Oct 1 13:27:50 2010: certificates updated
--all
option:
[root@server1 ~]# subscription-manager list --available --all
rhsm.conf
configuration file.
vim /etc/rhsm/rhsm.conf
showIncompatiblePools
directive in the [rhsm]
section. A value of 0
shows only compatible entitlements.
[rhsm]
# Content base URL:
showIncompatiblePools = 1
/etc/redhat-release
or /etc/sysconfig
. In both the Red Hat Subscription Manager GUI and CLI, the facts are represented as simple attribute: value pairs.
subscription-manager-gui
facts
with the --list
option.
[root@server1 ~]# subscription-manager facts --list cpu.architecture: i686 cpu.core(s)_per_socket: 4 cpu.cpu(s): 4 cpu.cpu_family: 6 cpu.cpu_mhz: 2000.010 cpu.cpu_op-mode(s): 32-bit, 64-bit cpu.cpu_socket(s): 1 cpu.l1d_cache: 32K cpu.l1i_cache: 32K cpu.l2_cache: 6144K cpu.model: 23 cpu.stepping: 6 cpu.thread(s)_per_core: 1 cpu.vendor_id: GenuineIntel cpu.virtualization: VT-x distribution.id: Santiago distribution.name: Red Hat Enterprise Linux Workstation distribution.version: 5 dmi.baseboard.manufacturer: IBM dmi.baseboard.product_name: Server Blade ... [snip] ...
--update
option with the facts
command.
[root@server1 ~]# subscription-manager facts --update
/var/lib/rhsm/facts/facts.facts
. These facts are stored as attribute: value pairs, in a comma-separated list.
{"fact1": "value1","fact2": "value2"}
/etc/rhsm/facts
directory. These JSON files can override existing facts or even add new facts to be used by the subscription service.
vim /etc/rhsm/facts/my-example.facts {"uname.machine": "x86","kernel_version": "2.6.32","physical_location": "MTV colo rack 5"}
identity
command. Although not required, using the --force
option will require the username and password and will cause the Subscription Manager to prompt for the credentials if they are not passed in the command:
[root@server1 ~]# subscription-manager identity --regenerate --force Username: jsmith@example.com Password: Identity certificate has been regenerated.
identity
command to return the current UUID. The UUID is the Current identity is value.
[root@server1 ~]# subscription-manager identity Current identity is: 63701087-f625-4519-8ab2-633bb50cb261 name: server1.example.com org name: 6340056 org id: 8a85f981302cbaf201302d89931e059a
list --installed
command with the command-line tools.
rhsmcertd
, checks the system periodically — once when it is first registered and then when it runs a refresh operation every four hours — to get the most current list of installed products. When the system is registered and then whenever there is a change to the package list, Subscription Manager sends an updated package profile to the subscription service.
/var/lib/rhsm/packages/
.
subscription-manager
script. Information like the consumer ID or subscription pool ID is pulled up and referenced automatically in the Red Hat Subscription Manager UI, but it has to be entered manually in the command line.
Information | Description | Operations Used In | Find It In ... |
---|---|---|---|
Consumer ID | A unique identifier for each system that is registered to the subscription service. | identity |
The simplest method is to use the identity command to return the current UUID.
[root@server1 ~]# subscription-manager identity Current identity is: 63701087-f625-4519-8ab2-633bb50cb261 name: consumer-1.example.com org name: 6340056 org id: 8a85f981302cbaf201302d89931e059aThe Subject CN element of the identity certificate for the system, /etc/pki/consumer/cert.pem . The UUID can also be returned by using openssl to pretty-print the certificate.
openssl x509 -text -in /etc/pki/consumer/cert.pem Certificate: ... snip ... Subject: CN=7d133d55 876f 4f47 83eb 0ee931cb0a97 |
Pool ID | An identifier for a specific set of subscriptions. This set is created when subscriptions are purchased. Whenever a system needs to subscribe to a product, it references a pool ID to identify which purchased set of subscriptions to use. | subscribe |
The PoolID value given for a product when listing available subscriptions. For example:
[root@server1 ~]# subscription-manager list --available +----------------------+ Available Subscriptions +----------------------+ ProductName: Red Hat Enterprise Linux, Standard (up to 2 sockets) 3 year ProductId: MCT0346F3 PoolId: ff8080812bc382e3012bc3845ca000cb Quantity: 2 Expires: 2011-02-28 |
Product certificate serial number | The identification used for a specific, installed product. A certificate with a unique serial number is generated when a product is installed; this serial number is used to identify that specific product installation when managing subscriptions. | unsubscribe |
The SerialNumber line in the product subscription information. This can be returned by running list --consumed .
[root@server1 ~]# subscription-manager list --consumed +-----------------------------+ Consumed Product Subscriptions +-----------------------------+ ProductName: High availability (cluster suite) ContractNumber: 0 SerialNumber: 11287514358600162 .... |
Product ID | The internal identifier used to identify a type of product. |
The ProductID value given for a product when listing available subscriptions. For example:
[root@server1 ~]# subscription-manager list --available +----------------------+ Available Subscriptions +----------------------+ ProductName: RHEL for Physical Servers ProductId: MKT-rhel-server ... snip ... |
.pem
formatted file. This file format stores both keys and certificates in a base-64 blob. For example:
-----BEGIN CERTIFICATE----- MIIDaTCCAtKgAwIBAgICBZYwDQYJKoZIhvcNAQEFBQAwSzEqMCgGA1UEAxMhY2Fu ZGxlcGluMS5kZXZsYWIucGh4MS5yZWRoYXQuY29tMQswCQYDVQQGEwJVUzEQMA4G A1UEBxMHUmFsZWlnaDAeFw0xMDEwMDYxNjMyMDVaFw0xMTEwMDYyMzU5NTlaMC8x LTArBgNVBAMMJDQ4ODFiZDJmLTg2OGItNDM4Yy1hZjk2LThiMWQyODNkYWZmYzCC ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNyLw6+IMtjY03F7Otxj2GL GTz5VKx1kfWY7q4OD4w+XlBHTkt+2tQV9S+4TFkUZ7XoI80LDL/BONpy/gq5c5cw yKvjv2gjSS/pihgYNXc5zUOIfSj1vb3fHGHOkzdCcZMyWq1z0N/zaLClp/zP/pcM og4NTAg2niNPjFYvkQ+oIl16WmQpefM0y0SY7N7oJd2T8dZjOiuLV2cVZLfwjrwG 9UpkT2J03g+n1ZA9q95ibLD5NVOdTy9+2lfRhdDViZaVoFiQXvg86qBHQ0ieENuF a6bCvGgpTxcBuVXmsnl2+9dnMiwoDqPZp1HB6G2uNmyNe/IvkTOPFJ/ZVbtBTYUC AwEAAaOB8zCB8DARBglghkgBhvhCAQEEBAMCBaAwCwYDVR0PBAQDAgSwMHsGA1Ud IwR0MHKAFGiY1N2UtulxcMFy0j6gQGLTyo6CoU+kTTBLMSowKAYDVQQDEyFjYW5k bGVwaW4xLmRldmxhYi5waHgxLnJlZGhhdC5jb20xCzAJBgNVBAYTAlVTMRAwDgYD VQQHEwdSYWxlaWdoggkA1s54sVacN0EwHQYDVR0OBBYEFGbB5fqOzh32g4Wqrwhc /96IupIgMBMGA1UdJQQMMAoGCCsGAQUFBwMCMB0GA1UdEQQWMBSkEjAQMQ4wDAYD VQQDDAV4ZW9wczANBgkqhkiG9w0BAQUFAAOBgQANxHRsev4fYfnHO9kYcHo4UeK7 owN+fq92gl76iRHRnhzkPlhWL+uV2tyqGG9zJASOX+qEDOqN5sVAB4iNQTDGiUbK z757igD2hsQ4ewv9Vq3QtnajWnfdaUZH919GgWs09Etg6ucsKwgfx1fqjSRLBbOo lZuvBTYROOX6W2vKXw== -----END CERTIFICATE-----
openssl
or pk12util
can be used to extract and view information from these certificates, in a pretty-print format. The product- and subscription-related information is extracted and viewable in the Red Hat Subscription Manager GUI or command-line tools.
Certificate Type | Description | Default Location |
---|---|---|
Consumer Identity Certificate | Used to identify the system (consumer) to the subscription service. This contains a unique ID which is assigned to the system when it is registered to the system. The identity certificate itself is generated by the subscription service when the system is registered and then sent to the consumer. | /etc/pki/consumer |
Entitlement Certificate | Contains a list of products that are available to a system to install, based on the subscriptions that the system has been subscribed to. The entitlement certificate defines the software products, the content delivery location, and validity dates. The presence of an entitlement certificate means that the system has consumed one of the quantities from the subscription. | /etc/pki/entitlement |
Product Certificate | Contains the information about a product after it has been installed. |
/etc/pki/product/product_serial# .pem
|
CA Certificate | A certificate for the certificate authority which issued the SSL server certificate used by the subscription service. This must be installed on a system for the system to use SSl to connect to the subscription service. | /etc/rhsm/ca/candlepin-ca.pem |
Satellite Certificate | An XML-formatted certificate which contains a product list. This is used by local Satellite 5.x systems, not the newer subscription service. |
Certificate: Data: Version: 3 (0x2) Serial Number: 1430 (0x596) Signature Algorithm: sha1WithRSAEncryptionIssuer: CN=entitlement.server.example.com, C=US, L=Raleigh
Validity Not Before: Oct 6 16:32:05 2010 GMT Not After : Oct 6 23:59:59 2011 GMTSubject: CN=4881bd2f-868b-438c-af96-8b1d283daffc
Subject Public Key Info: Public Key Algorithm: rsaEncryption Public-Key: (2048 bit) Modulus: 00:a3:72:2f:0e:be:20:cb:63:63:4d:c5:ec:eb:71: 8f:61:8b:19:3c:f9:54:ac:75:91:f5:98:ee:ae:0e: 0f:8c:3e:5e:50:47:4e:4b:7e:da:d4:15:f5:2f:b8: 4c:59:14:67:b5:e8:23:cd:0b:0c:bf:c1:38:da:72: fe:0a:b9:73:97:30:c8:ab:e3:bf:68:23:49:2f:e9: 8a:18:18:35:77:39:cd:43:88:7d:28:f5:bd:bd:df: 1c:61:ce:93:37:42:71:93:32:5a:ad:73:d0:df:f3: 68:b0:a5:a7:fc:cf:fe:97:0c:a2:0e:0d:4c:08:36: 9e:23:4f:8c:56:2f:91:0f:a8:22:5d:7a:5a:64:29: 79:f3:34:cb:44:98:ec:de:e8:25:dd:93:f1:d6:63: 3a:2b:8b:57:67:15:64:b7:f0:8e:bc:06:f5:4a:64: 4f:62:74:de:0f:a7:d5:90:3d:ab:de:62:6c:b0:f9: 35:53:9d:4f:2f:7e:da:57:d1:85:d0:d5:89:96:95: a0:58:90:5e:f8:3c:ea:a0:47:43:48:9e:10:db:85: 6b:a6:c2:bc:68:29:4f:17:01:b9:55:e6:b2:79:76: fb:d7:67:32:2c:28:0e:a3:d9:a7:51:c1:e8:6d:ae: 36:6c:8d:7b:f2:2f:91:33:8f:14:9f:d9:55:bb:41: 4d:85 Exponent: 65537 (0x10001) X509v3 extensions: Netscape Cert Type: SSL Client, S/MIME X509v3 Key Usage: Digital Signature, Key Encipherment, Data Encipherment X509v3 Authority Key Identifier: keyid:68:98:D4:DD:94:B6:E9:71:70:C1:72:D2:3E:A0:40:62:D3:CA:8E:82 DirName:/CN=entitlement.server.example.com/C=US/L=Raleigh serial:D6:CE:78:B1:56:9C:37:41 X509v3 Subject Key Identifier: 66:C1:E5:FA:8E:CE:1D:F6:83:85:AA:AF:08:5C:FF:DE:88:BA:92:20 X509v3 Extended Key Usage: TLS Web Client AuthenticationX509v3 Subject Alternative Name:
DirName:/CN=admin-example
Signature Algorithm: sha1WithRSAEncryption 0d:c4:74:6c:7a:fe:1f:61:f9:c7:3b:d9:18:70:7a:38:51:e2: bb:a3:03:7e:7e:af:76:82:5e:fa:89:11:d1:9e:1c:e4:3e:58: 56:2f:eb:95:da:dc:aa:18:6f:73:24:04:8e:5f:ea:84:0c:ea: 8d:e6:c5:40:07:88:8d:41:30:c6:89:46:ca:cf:be:7b:8a:00: f6:86:c4:38:7b:0b:fd:56:ad:d0:b6:76:a3:5a:77:dd:69:46: 47:f7:5f:46:81:6b:34:f4:4b:60:ea:e7:2c:2b:08:1f:c7:57: ea:8d:24:4b:05:b3:a8:95:9b:af:05:36:11:38:e5:fa:5b:6b: ca:5f
*.pem
file stored in the entitlement certificates directory, /etc/pki/entitlement
. The name of the *.pem
file is a generated numeric identifier that is generated by the subscription service. This ID is an inventory number that is used to associate a subscription quantity with the system in the software inventory.
Certificate: Data: Version: 3 (0x2) Serial Number: 3c:da:6c:06:90:7f:ff Signature Algorithm: sha1WithRSAEncryption Issuer: CN=candlepin1.devlab.phx1.redhat.com, C=US, L=Raleigh Validity Not Before: Oct 8 17:55:28 2010 GMT Not After : Oct 2 23:59:59 2011 GMT Subject: CN=8a878c912b875189012b8cfbc3f2264a ... [snip] ...
1.3.6.1.4.1.2312.9.2
.product_#
.config_#
: ..config_value
2
indicates that it is a product entry. product_# is a unique ID which identifies the specific product or variant. config_# relates to the installation information for that product, like its content server or the quantity available.
1.3.6.1.4.1.2312.9
. The subsequent numbers identify different subscription areas:
.2.
is the product-specific information
.1.
is the subscription information
.4.
contains the contract information, like its ID number and start and end dates
.5.
contains the consumer information, like the consumer ID which installed a product
content repository type
1.3.6.1.4.1.2312.9.2.30393.1: ..yumproduct
1.3.6.1.4.1.2312.9.2.30393.1.1: .HRed Hat Enterprise Linux High Availability (for RHEL Entitlement) (RPMs)channel name
1.3.6.1.4.1.2312.9.2.30393.1.2: .Dred-hat-enterprise-linux-high-availability-for-rhel-entitlement-rpmsvendor
1.3.6.1.4.1.2312.9.2.30393.1.5: ..Red Hatdownload URL
1.3.6.1.4.1.2312.9.2.30393.1.6: .Q/content/dist/rhel/entitlement/releases/$releasever/$basearch/highavailability/oskey download URL
1.3.6.1.4.1.2312.9.2.30393.1.7: .2file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-releaseflex quantity
1.3.6.1.4.1.2312.9.2.30393.1.4: ..0quantity
1.3.6.1.4.1.2312.9.2.30393.1.3: ..25repo enabled setting
1.3.6.1.4.1.2312.9.2.30393.1.8: ..1
*.pem
file stored in the entitlement certificates directory, /etc/pki/product/product_serial#
.pem
. The name of the *.pem
file is a generated numeric identifier that is generated by the subscription service. As with entitlement tracking, the generated ID is an inventory number, used to track installed products and associate them with systems within the subscription service.
<rhn-cert-field name="configuration_area">value</rhn-cert-field>
name
argument identifies what entity is being configured. This can be the organization which ordered the subscription (name="owner"
), the start and end dates for the entitlement (name="issued"
and name="expires"
), or the entitlement itself. A system entitlement uses the name
argument to set the service being entitled; every content entitlement is set as a name="channel-family"
type, with the specific product identified in an additional family
argument.
name
argument, while the value is between the tags. The last lines of the certificate also set metadata for the subscription, including the version of the Satellite and the signature that signs the XML document (and allows the XML file to be used as a certificate).
<rhn-cert-field name="product">RHN-SATELLITE-001</rhn-cert-field> <rhn-cert-field name="owner">Example Corp</rhn-cert-field> <rhn-cert-field name="issued">2009-04-07 10:18:33</rhn-cert-field> <rhn-cert-field name="expires">2009-11-25 00:00:00</rhn-cert-field> ... [snip] ... <rhn-cert-field name="satellite-version">5.3</rhn-cert-field> <rhn-cert-field name="generation">2</rhn-cert-field> <rhn-cert-signature> -----BEGIN PGP SIGNATURE----- Version: Crypt::OpenPGP 1.03 iQBGBAARAwAGBQJJ22C+AAoJEJ5ynaAAAAkyyZ0An18+4hK5Ozt4HWieFvahsTnF aPcaAJ0e5neOfdDZRLOgDE+Tp/Im3Hc3Rg== =gqP7 -----END PGP SIGNATURE----- </rhn-cert-signature>
name="slot"
field lists how many total systems are allowed to use this Satellite certificate to receive content. It is a global quantity.
<rhn-cert-field name="slots">119</rhn-cert-field>
name
argument and then setting the quantity as the value within the tags.
<rhn-cert-field name="provisioning-slots">117</rhn-cert-field> <rhn-cert-field name="monitoring-slots">20</rhn-cert-field> <rhn-cert-field name="virtualization_host">67</rhn-cert-field>
rhel-server
family, while a specific Virtualization Server subscription provides an additional rhel-server-vt
family..
<rhn-cert-field name="channel-families" quantity="95" family="rhel-server"/> <rhn-cert-field name="channel-families" quantity="67" family="rhel-server-vt"/>
rhel-*
family, because that refers to the platform the product is supported on. In this example, Red Hat Directory Server is in the rhel-rhdirserv
family.
<rhn-cert-field name="channel-families" quantity="3" family="rhel-rhdirserv"/>
<rhn-cert-field name="channel-families" quantity="212" family="rhn-tools"/>
Índice
sysconfig
Directory/etc/sysconfig/
Directory/etc/sysconfig/amd
/etc/sysconfig/apmd
/etc/sysconfig/arpwatch
/etc/sysconfig/authconfig
/etc/sysconfig/autofs
/etc/sysconfig/clock
/etc/sysconfig/desktop
/etc/sysconfig/dhcpd
/etc/sysconfig/exim
/etc/sysconfig/firstboot
/etc/sysconfig/gpm
/etc/sysconfig/hwconf
/etc/sysconfig/i18n
/etc/sysconfig/init
/etc/sysconfig/ip6tables-config
/etc/sysconfig/iptables-config
/etc/sysconfig/irda
/etc/sysconfig/keyboard
/etc/sysconfig/kudzu
/etc/sysconfig/named
/etc/sysconfig/network
/etc/sysconfig/nfs
/etc/sysconfig/ntpd
/etc/sysconfig/radvd
/etc/sysconfig/samba
/etc/sysconfig/selinux
/etc/sysconfig/sendmail
/etc/sysconfig/spamassassin
/etc/sysconfig/squid
/etc/sysconfig/system-config-securitylevel
/etc/sysconfig/system-config-selinux
/etc/sysconfig/system-config-users
/etc/sysconfig/system-logviewer
/etc/sysconfig/tux
/etc/sysconfig/vncservers
/etc/sysconfig/xinetd
/etc/sysconfig/
Directoryhalt
, poweroff
, and reboot
.
/etc/inittab
specifies that your system is set to shutdown and reboot in response to a Ctrl+Alt+Del key combination used at the console. To completely disable this ability, comment out the following line in /etc/inittab
by putting a hash mark (#
) in front of it:
ca::ctrlaltdel:/sbin/shutdown -t3 -r now
-a
option to the /etc/inittab
line shown above, so that it reads:
ca::ctrlaltdel:/sbin/shutdown -a -t3 -r now
-a
flag tells shutdown
to look for the /etc/shutdown.allow
file.
shutdown.allow
in /etc
. The shutdown.allow
file should list the usernames of any users who are allowed to shutdown the system using Ctrl+Alt+Del . The format of the shutdown.allow
file is a list of usernames, one per line, like the following:
stephen jack sophie
shutdown.allow
file, the users stephen
, jack
, and sophie
are allowed to shutdown the system from the console using Ctrl+Alt+Del . When that key combination is used, the shutdown -a
command in /etc/inittab
checks to see if any of the users in /etc/shutdown.allow
(or root) are logged in on a virtual console. If one of them is, the shutdown of the system continues; if not, an error message is written to the system console instead.
shutdown.allow
, refer to the shutdown
man page.
rm -f /etc/security/console.apps/*
poweroff
, halt
, and reboot
, which are accessible from the console by default.
rm -f /etc/security/console.apps/poweroff
rm -f /etc/security/console.apps/halt
rm -f /etc/security/console.apps/reboot
pam_console.so
module uses the /etc/security/console.perms
file to determine the permissions for users at the system console. The syntax of the file is very flexible; you can edit the file so that these instructions no longer apply. However, the default file has a line that looks like this:
<console>=tty[0-9][0-9]* vc/[0-9][0-9]* :[0-9]\.[0-9] :[0-9]
:0
or mymachine.example.com:1.0
, or a device like /dev/ttyS0
or /dev/pts/2
. The default is to define that local virtual consoles and local X servers are considered local, but if you want to consider the serial terminal next to you on port /dev/ttyS1
to also be local, you can change that line to read:
<console>=tty[0-9][0-9]* vc/[0-9][0-9]* :[0-9]\.[0-9] :[0-9] /dev/ttyS1
/etc/security/console.perms.d/50-default.perms
. Para editar permissões de arquivo e dispositivos, recomenda-se criar um novo arquivo padrão em /etc/security/console.perms.d/
contendo suas configurações de preferência para um conjunto específico de arquivos ou dipositivos. O nome de um arquivo novo padrão deve iniciar com um número mais alto do que 50 (por exemplo, 51-default.perms
) para que sobrescreva o 50-default.perms
.
51-default.perms
no/etc/security/console.perms.d/
:
touch /etc/security/console.perms.d/51-default.perms
perms
, 50-default.perms
. A primeira seção define classes de dispositivos, com linhas semelhantes às seguintes:
<floppy>=/dev/fd[0-1]* \ /dev/floppy/* /mnt/floppy* <sound>=/dev/dsp* /dev/audio* /dev/midi* \ /dev/mixer* /dev/sequencer \ /dev/sound/* /dev/beep \ /dev/snd/* <cdrom>=/dev/cdrom* /dev/cdroms/* /dev/cdwriter* /mnt/cdrom*
<cdrom>
se refere ao drive de CD-ROM. Para adicionar um novo dispositivo, não o defina no arquivo padrão 50-default.perms
, ao invés de definí-lo em 51-default.perms
. Por exemplo, para definir um scanner, adicione a seguinte linha ao 51-default.perms
:
<scanner>=/dev/scanner /dev/usb/scanner*
/dev/scanner
is really your scanner and not some other device, such as your hard drive.
/etc/security/console.perms
por linhas similares a:
<console> 0660 <floppy> 0660 root.floppy <console> 0600 <sound> 0640 root <console> 0600 <cdrom> 0600 root.disk
51-default.perms
:
<console> 0600 <scanner> 0600 root
/dev/scanner
device with the permissions of 0600 (readable and writable by you only). When you log out, the device is owned by root, and still has the permissions 0600 (now readable and writable by root only).
50-default.perms
. Para editar permissões para um dispositivo já definido em 50-default.perms
, adicione a definição da permissão desejada para aquele dispositivo em 51-default.perms
. Isto irá sobrescrever quais permissões são definidas em 50-default.perms
.
/sbin/
or /usr/sbin/
, so the application that you wish to run must be there. After verifying that, perform the following steps:
foo
program, to the /usr/bin/consolehelper
application:
cd /usr/bin
ln -s consolehelper foo
/etc/security/console.apps/foo
:
touch /etc/security/console.apps/foo
foo
service in /etc/pam.d/
. An easy way to do this is to copy the PAM configuration file of the halt
service, and then modify the copy if you want to change the behavior:
cp /etc/pam.d/halt /etc/pam.d/foo
/usr/bin/foo
is executed, consolehelper
is called, which authenticates the user with the help of /usr/sbin/userhelper
. To authenticate the user, consolehelper
asks for the user's password if /etc/pam.d/foo
is a copy of /etc/pam.d/halt
(otherwise, it does precisely what is specified in /etc/pam.d/foo
) and then runs /usr/sbin/foo
with root permissions.
pam_timestamp
and run from the same session is automatically authenticated for the user — the user does not have to enter the root password again.
pam
package. To enable this feature, add the following lines to your PAM configuration file in etc/pam.d/
:
auth include config-util account include config-util session include config-util
/etc/pam.d/system-config-*
configuration files. Note that these lines must be added below any other auth sufficient
session optional
lines in your PAM configuration file.
pam_timestamp
is successfully authenticated from the Applications (the main menu on the panel), the
floppy
Groupfloppy
group. Add the user(s) to the floppy
group using the tool of your choice. For example, the gpasswd
command can be used to add user fred
to the floppy
group:
gpasswd -a fred floppy
fred
pode acessar o drive de disquete do sistema pelo console.
sysconfig
Directory/etc/sysconfig/
Directory/etc/sysconfig/amd
/etc/sysconfig/apmd
/etc/sysconfig/arpwatch
/etc/sysconfig/authconfig
/etc/sysconfig/autofs
/etc/sysconfig/clock
/etc/sysconfig/desktop
/etc/sysconfig/dhcpd
/etc/sysconfig/exim
/etc/sysconfig/firstboot
/etc/sysconfig/gpm
/etc/sysconfig/hwconf
/etc/sysconfig/i18n
/etc/sysconfig/init
/etc/sysconfig/ip6tables-config
/etc/sysconfig/iptables-config
/etc/sysconfig/irda
/etc/sysconfig/keyboard
/etc/sysconfig/kudzu
/etc/sysconfig/named
/etc/sysconfig/network
/etc/sysconfig/nfs
/etc/sysconfig/ntpd
/etc/sysconfig/radvd
/etc/sysconfig/samba
/etc/sysconfig/selinux
/etc/sysconfig/sendmail
/etc/sysconfig/spamassassin
/etc/sysconfig/squid
/etc/sysconfig/system-config-securitylevel
/etc/sysconfig/system-config-selinux
/etc/sysconfig/system-config-users
/etc/sysconfig/system-logviewer
/etc/sysconfig/tux
/etc/sysconfig/vncservers
/etc/sysconfig/xinetd
/etc/sysconfig/
Directory/etc/sysconfig/
directory contains a variety of system configuration files for Red Hat Enterprise Linux.
/etc/sysconfig/
directory, their function, and their contents. The information in this chapter is not intended to be complete, as many of these files have a variety of options that are only used in very specific or rare circumstances.
/etc/sysconfig/
Directory/etc/sysconfig/
directory. Files not listed here, as well as extra file options, are found in the /usr/share/doc/initscripts-<version-number>
/sysconfig.txt
file (replace <version-number>
with the version of the initscripts
package). Alternatively, looking through the initscripts in the /etc/rc.d/
directory can prove helpful.
/etc/sysconfig/
directory, then the corresponding program may not be installed.
/etc/sysconfig/amd
/etc/sysconfig/amd
file contains various parameters used by amd
; these parameters allow for the automatic mounting and unmounting of file systems.
/etc/sysconfig/apmd
/etc/sysconfig/apmd
file is used by apmd
to configure what power settings to start/stop/change on suspend or resume. This file configures how apmd
functions at boot time, depending on whether the hardware supports Advanced Power Management (APM) or whether the user has configured the system to use it. The apm
daemon is a monitoring program that works with power management code within the Linux kernel. It is capable of alerting users to low battery power on laptops and other power-related settings.
/etc/sysconfig/arpwatch
/etc/sysconfig/arpwatch
file is used to pass arguments to the arpwatch
daemon at boot time. The arpwatch
daemon maintains a table of Ethernet MAC addresses and their IP address pairings. By default, this file sets the owner of the arpwatch
process to the user pcap
and sends any messages to the root
mail queue. For more information regarding available parameters for this file, refer to the arpwatch
man page.
/etc/sysconfig/authconfig
/etc/sysconfig/authconfig
file sets the authorization to be used on the host. It contains one or more of the following lines:
USEMD5=<value>
, where <value>
is one of the following:
yes
— MD5 is used for authentication.
no
— MD5 is not used for authentication.
USEKERBEROS=<value>
, where <value>
is one of the following:
yes
— Kerberos is used for authentication.
no
— Kerberos is not used for authentication.
USELDAPAUTH=<value>
, where <value>
is one of the following:
yes
— LDAP is used for authentication.
no
— LDAP is not used for authentication.
/etc/sysconfig/autofs
/etc/sysconfig/autofs
file defines custom options for the automatic mounting of devices. This file controls the operation of the automount daemons, which automatically mount file systems when you use them and unmount them after a period of inactivity. File systems can include network file systems, CD-ROMs, diskettes, and other media.
/etc/sysconfig/autofs
file may contain the following:
LOCALOPTIONS="<value>
"
, where <value>
is a string for defining machine-specific automount rules. The default value is an empty string (""
).
DAEMONOPTIONS="<value>
"
, where <value>
is the timeout length in seconds before unmounting the device. The default value is 60 seconds ("--timeout=60"
).
UNDERSCORETODOT=<value>
, where <value>
is a binary value that controls whether to convert underscores in file names into dots. For example, auto_home
to auto.home
and auto_mnt
to auto.mnt
. The default value is 1 (true).
DISABLE_DIRECT=<value>
, where <value>
is a binary value that controls whether to disable direct mount support, as the Linux implementation does not conform to the Sun Microsystems' automounter behavior. The default value is 1 (true), and allows for compatibility with the Sun automounter options specification syntax.
/etc/sysconfig/clock
/etc/sysconfig/clock
file controls the interpretation of values read from the system hardware clock.
UTC=<value>
, where <value>
is one of the following boolean values:
true
or yes
— The hardware clock is set to Universal Time.
false
or no
— The hardware clock is set to local time.
ARC=<value>
, where <value>
is the following:
false
or no
— This value indicates that the normal UNIX epoch is in use. Other values are used by systems not supported by Red Hat Enterprise Linux.
SRM=<value>
, where <value>
is the following:
false
or no
— This value indicates that the normal UNIX epoch is in use. Other values are used by systems not supported by Red Hat Enterprise Linux.
ZONE=<filename>
— The time zone file under /usr/share/zoneinfo
that /etc/localtime
is a copy of. The file contains information such as:
ZONE="America/New York"
ZONE
é lido pelo Time and Date Properties Tool (system-config-date
), e editando manualmente ele não muda o sistema de fuso horário.
CLOCKMODE=<value>
, where <value>
is one of the following:
GMT
— The clock is set to Universal Time (Greenwich Mean Time).
ARC
— The ARC console's 42-year time offset is in effect (for Alpha-based systems only).
/etc/sysconfig/desktop
/etc/sysconfig/desktop
file specifies the desktop for new users and the display manager to run when entering runlevel 5.
DESKTOP="<value>
"
, where "<value>
"
is one of the following:
GNOME
— Selects the GNOME desktop environment.
KDE
— Selects the KDE desktop environment.
DISPLAYMANAGER="<value>
"
, where "<value>
"
is one of the following:
GNOME
— Selects the GNOME Display Manager.
KDE
— Selects the KDE Display Manager.
XDM
— Selects the X Display Manager.
/etc/sysconfig/dhcpd
/etc/sysconfig/dhcpd
file is used to pass arguments to the dhcpd
daemon at boot time. The dhcpd
daemon implements the Dynamic Host Configuration Protocol (DHCP) and the Internet Bootstrap Protocol (BOOTP). DHCP and BOOTP assign hostnames to machines on the network. For more information about what parameters are available in this file, refer to the dhcpd
man page.
/etc/sysconfig/exim
/etc/sysconfig/exim
file allows messages to be sent to one or more clients, routing the messages over whatever networks are necessary. The file sets the default values for exim to run. Its default values are set to run as a background daemon and to check its queue each hour in case something has backed up.
DAEMON=<value>
, where <value>
is one of the following:
yes
— exim
should be configured to listen to port 25 for incoming mail. yes
implies the use of the Exim's -bd
options.
no
— exim
should not be configured to listen to port 25 for incoming mail.
QUEUE=1h
which is given to exim
as -q$QUEUE
. The -q
option is not given to exim
if /etc/sysconfig/exim
exists and QUEUE
is empty or undefined.
/etc/sysconfig/firstboot
/sbin/init
program calls the etc/rc.d/init.d/firstboot
script, which in turn launches the Setup Agent. This application allows the user to install the latest updates as well as additional applications and documentation.
/etc/sysconfig/firstboot
file tells the Setup Agent application not to run on subsequent reboots. To run it the next time the system boots, remove /etc/sysconfig/firstboot
and execute chkconfig --level 5 firstboot on
.
/etc/sysconfig/gpm
/etc/sysconfig/gpm
file is used to pass arguments to the gpm
daemon at boot time. The gpm
daemon is the mouse server which allows mouse acceleration and middle-click pasting. For more information about what parameters are available for this file, refer to the gpm
man page. By default, the DEVICE
directive is set to /dev/input/mice
.
/etc/sysconfig/hwconf
/etc/sysconfig/hwconf
file lists all the hardware that kudzu
detected on the system, as well as the drivers used, vendor ID, and device ID information. The kudzu
program detects and configures new and/or changed hardware on a system. The /etc/sysconfig/hwconf
file is not meant to be manually edited. If edited, devices could suddenly show up as being added or removed.
/etc/sysconfig/i18n
/etc/sysconfig/i18n
file sets the default language, any supported languages, and the default system font. For example:
LANG="en_US.UTF-8" SUPPORTED="en_US.UTF-8:en_US:en" SYSFONT="latarcyrheb-sun16"
/etc/sysconfig/init
/etc/sysconfig/init
file controls how the system appears and functions during the boot process.
BOOTUP=<value>
, where <value>
is one of the following:
color
— The standard color boot display, where the success or failure of devices and services starting up is shown in different colors.
verbose
— An old style display which provides more information than purely a message of success or failure.
RES_COL=<value>
, where <value>
is the number of the column of the screen to start status labels. The default is set to 60.
MOVE_TO_COL=<value>
, where <value>
moves the cursor to the value in the RES_COL
line via the echo -en
command.
SETCOLOR_SUCCESS=<value>
, where <value>
sets the success color via the echo -en
command. The default color is set to green.
SETCOLOR_FAILURE=<value>
, where <value>
sets the failure color via the echo -en
command. The default color is set to red.
SETCOLOR_WARNING=<value>
, where <value>
sets the warning color via the echo -en
command. The default color is set to yellow.
SETCOLOR_NORMAL=<value>
, where <value>
resets the color to "normal" via the echo -en
.
LOGLEVEL=<value>
, where <value>
sets the initial console logging level for the kernel. The default is 3; 8 means everything (including debugging), while 1 means only kernel panics. The syslogd
daemon overrides this setting once started.
PROMPT=<value>
, where <value>
is one of the following boolean values:
yes
— Enables the key check for interactive mode.
no
— Disables the key check for interactive mode.
/etc/sysconfig/ip6tables-config
/etc/sysconfig/ip6tables-config
file stores information used by the kernel to set up IPv6 packet filtering at boot time or whenever the ip6tables
service is started.
ip6tables
rules. Rules also can be created manually using the /sbin/ip6tables
command. Once created, add the rules to the /etc/sysconfig/ip6tables
file by typing the following command:
service ip6tables save
ip6tables
, refer to Seção 46.9, “IPTables”.
/etc/sysconfig/iptables-config
/etc/sysconfig/iptables-config
file stores information used by the kernel to set up packet filtering services at boot time or whenever the service is started.
iptables
rules. The easiest way to add rules is to use the Security Level Configuration Tool (system-config-securitylevel
) application to create a firewall. These applications automatically edit this file at the end of the process.
/sbin/iptables
command. Once created, add the rule(s) to the /etc/sysconfig/iptables
file by typing the following command:
service iptables save
iptables
, refer to Seção 46.9, “IPTables”.
/etc/sysconfig/irda
/etc/sysconfig/irda
file controls how infrared devices on the system are configured at startup.
IRDA=<value>
, where <value>
is one of the following boolean values:
yes
— irattach
runs and periodically checks to see if anything is trying to connect to the infrared port, such as another notebook computer trying to make a network connection. For infrared devices to work on the system, this line must be set to yes
.
no
— irattach
does not run, preventing infrared device communication.
DEVICE=<value>
, where <value>
is the device (usually a serial port) that handles infrared connections. A sample serial device entry could be /dev/ttyS2
.
DONGLE=<value>
, where <value>
specifies the type of dongle being used for infrared communication. This setting exists for people who use serial dongles rather than real infrared ports. A dongle is a device that is attached to a traditional serial port to communicate via infrared. This line is commented out by default because notebooks with real infrared ports are far more common than computers with add-on dongles. A sample dongle entry could be actisys+
.
DISCOVERY=<value>
, where <value>
is one of the following boolean values:
yes
— Starts irattach
in discovery mode, meaning it actively checks for other infrared devices. This must be turned on for the machine to actively look for an infrared connection (meaning the peer that does not initiate the connection).
no
— Does not start irattach
in discovery mode.
/etc/sysconfig/keyboard
/etc/sysconfig/keyboard
file controls the behavior of the keyboard. The following values may be used:
KEYBOARDTYPE="sun|pc"
where sun
means a Sun keyboard is attached on /dev/kbd
, or pc
means a PS/2 keyboard connected to a PS/2 port.
KEYTABLE="<file>
"
, where <file>
is the name of a keytable file.
KEYTABLE="us"
. The files that can be used as keytables start in /lib/kbd/keymaps/i386
and branch into different keyboard layouts from there, all labeled <file>
.kmap.gz
. The first file found beneath /lib/kbd/keymaps/i386
that matches the KEYTABLE
setting is used.
/etc/sysconfig/kudzu
/etc/sysconfig/kuzdu
file triggers a safe probe of the system hardware by kudzu
at boot time. A safe probe is one that disables serial port probing.
SAFE=<value>
, where <value>
is one of the following:
yes
— kuzdu
does a safe probe.
no
— kuzdu
does a normal probe.
/etc/sysconfig/named
/etc/sysconfig/named
file is used to pass arguments to the named
daemon at boot time. The named
daemon is a Domain Name System (DNS) server which implements the Berkeley Internet Name Domain (BIND) version 9 distribution. This server maintains a table of which hostnames are associated with IP addresses on the network.
ROOTDIR="</some/where>"
, where </some/where>
refers to the full directory path of a configured chroot environment under which named
runs. This chroot environment must first be configured. Type info chroot
for more information.
OPTIONS="<value>"
, where <value>
is any option listed in the man page for named
except -t
. In place of -t
, use the ROOTDIR
line above.
named
man page. For detailed information on how to configure a BIND DNS server, refer to Capítulo 18, Berkeley Internet Name Domain (BIND). By default, the file contains no parameters.
/etc/sysconfig/network
/etc/sysconfig/network
file is used to specify information about the desired network configuration. The following values may be used:
NETWORKING=<value>
, where <value>
is one of the following boolean values:
yes
— Networking should be configured.
no
— Networking should not be configured.
HOSTNAME=<value>
, where <value>
should be the Fully Qualified Domain Name (FQDN), such as hostname.expample.com
, but can be whatever hostname is necessary.
GATEWAY=<value>
, where <value>
is the IP address of the network's gateway.
GATEWAYDEV=<value>
, where <value>
is the gateway device, such as eth0
. Configure this option if you have multiple interfaces on the same subnet, and require one of those interfaces to be the preferred route to the default gateway.
NISDOMAIN=<value>
, where <value>
is the NIS domain name.
NOZEROCONF=<valor>
, onde configurar o <valor>
paratrue
exibe a rota zeroconf.
/etc/sysconfig/nfs
/etc/sysconfig/nfs
file to control which ports the required RPC services run on.
/etc/sysconfig/nfs
may not exist by default on all systems. If it does not exist, create it and add the following variables (alternatively, if the file exists, un-comment and change the default entries as required):
MOUNTD_PORT=x
x
with an unused port number.
STATD_PORT=x
x
with an unused port number.
LOCKD_TCPPORT=x
x
with an unused port number.
LOCKD_UDPPORT=x
x
with an unused port number.
/var/log/messages
. Normally, NFS will fail to start if you specify a port number that is already in use. After editing /etc/sysconfig/nfs
restart the NFS service by running the service nfs restart
command. Run the rpcinfo -p
command to confirm the changes.
MOUNTD_PORT="x
"
STATD_PORT="x
"
LOCKD_TCPPORT="x
"
LOCKD_UDPPORT="x
"
/etc/sysconfig/ntpd
/etc/sysconfig/ntpd
file is used to pass arguments to the ntpd
daemon at boot time. The ntpd
daemon sets and maintains the system clock to synchronize with an Internet standard time server. It implements version 4 of the Network Time Protocol (NTP). For more information about what parameters are available for this file, use a Web browser to view the following file: /usr/share/doc/ntp-<version>
/ntpd.htm
(where <version>
is the version number of ntpd
). By default, this file sets the owner of the ntpd
process to the user ntp
.
/etc/sysconfig/radvd
/etc/sysconfig/radvd
file is used to pass arguments to the radvd
daemon at boot time. The radvd
daemon listens for router requests and sends router advertisements for the IP version 6 protocol. This service allows hosts on a network to dynamically change their default routers based on these router advertisements. For more information about available parameters for this file, refer to the radvd
man page. By default, this file sets the owner of the radvd
process to the user radvd
.
/etc/sysconfig/samba
/etc/sysconfig/samba
file is used to pass arguments to the smbd
and the nmbd
daemons at boot time. The smbd
daemon offers file sharing connectivity for Windows clients on the network. The nmbd
daemon offers NetBIOS over IP naming services. For more information about what parameters are available for this file, refer to the smbd
man page. By default, this file sets smbd
and nmbd
to run in daemon mode.
/etc/sysconfig/selinux
/etc/sysconfig/selinux
file contains the basic configuration options for SELinux. This file is a symbolic link to /etc/selinux/config
.
/etc/sysconfig/sendmail
/etc/sysconfig/sendmail
file allows messages to be sent to one or more clients, routing the messages over whatever networks are necessary. The file sets the default values for the Sendmail application to run. Its default values are set to run as a background daemon and to check its queue each hour in case something has backed up.
DAEMON=<value>
, where <value>
is one of the following:
yes
— Sendmail should be configured to listen to port 25 for incoming mail. yes
implies the use of Sendmail's -bd
options.
no
— Sendmail should not be configured to listen to port 25 for incoming mail.
QUEUE=1h
which is given to Sendmail as -q$QUEUE
. The -q
option is not given to Sendmail if /etc/sysconfig/sendmail
exists and QUEUE
is empty or undefined.
/etc/sysconfig/spamassassin
/etc/sysconfig/spamassassin
file is used to pass arguments to the spamd
daemon (a daemonized version of Spamassassin) at boot time. Spamassassin is an email spam filter application. For a list of available options, refer to the spamd
man page. By default, it configures spamd
to run in daemon mode, create user preferences, and auto-create whitelists (allowed bulk senders).
/etc/sysconfig/squid
/etc/sysconfig/squid
file is used to pass arguments to the squid
daemon at boot time. The squid
daemon is a proxy caching server for Web client applications. For more information on configuring a squid
proxy server, use a Web browser to open the /usr/share/doc/squid-<version>
/
directory (replace <version>
with the squid
version number installed on the system). By default, this file sets squid
to start in daemon mode and sets the amount of time before it shuts itself down.
/etc/sysconfig/system-config-securitylevel
/etc/sysconfig/system-config-securitylevel
file contains all options chosen by the user the last time the Security Level Configuration Tool (system-config-securitylevel
) was run. Users should not modify this file by hand. For more information about the Security Level Configuration Tool, refer to Seção 46.8.2, “Configurações Básicas de Firewall ”.
/etc/sysconfig/system-config-selinux
/etc/sysconfig/system-config-selinux
file contains all options chosen by the user the last time the SELinux Administration Tool (system-config-selinux
) was run. Users should not modify this file by hand. For more information about the SELinux Administration Tool and SELinux in general, refer to Seção 47.2, “Introdução ao SELinux”.
/etc/sysconfig/system-config-users
/etc/sysconfig/system-config-users
file is the configuration file for the graphical application, User Manager. This file is used to filter out system users such as root
, daemon
, or lp
. This file is edited by the > pull-down menu in the User Manager application and should never be edited by hand. For more information on using this application, refer to Seção 35.1, “Configuração de Usuário e Grupo”.
/etc/sysconfig/system-logviewer
/etc/sysconfig/system-logviewer
file is the configuration file for the graphical, interactive log viewing application, Log Viewer. This file is edited by the > pull-down menu in the Log Viewer application and should not be edited by hand. For more information on using this application, refer to Capítulo 38, Arquivos de Registro.
/etc/sysconfig/tux
/etc/sysconfig/tux
file is the configuration file for the Red Hat Content Accelerator (formerly known as TUX), the kernel-based Web server. For more information on configuring the Red Hat Content Accelerator, use a Web browser to open the /usr/share/doc/tux-<version>
/tux/index.html
file (replace <version>
with the version number of TUX installed on the system). The parameters available for this file are listed in /usr/share/doc/tux-<version>
/tux/parameters.html
.
/etc/sysconfig/vncservers
/etc/sysconfig/vncservers
file configures the way the Virtual Network Computing (VNC) server starts up.
VNCSERVERS=<value>
, where <value>
is set to something like "1:fred"
, to indicate that a VNC server should be started for user fred on display :1. User fred must have set a VNC password using the vncpasswd
command before attempting to connect to the remote VNC server.
/etc/sysconfig/xinetd
/etc/sysconfig/xinetd
file is used to pass arguments to the xinetd
daemon at boot time. The xinetd
daemon starts programs that provide Internet services when a request to the port for that service is received. For more information about available parameters for this file, refer to the xinetd
man page. For more information on the xinetd
service, refer to Seção 46.5.3, “xinetd”.
/etc/sysconfig/
Directory/etc/sysconfig/
.
apm-scripts/
/etc/sysconfig/apm-scripts/apmcontinue
which is called at the end of the script. It is also possible to control the script by editing /etc/sysconfig/apmd
.
cbq/
networking/
system-config-network
), and its contents should not be edited manually. For more information about configuring network interfaces using the Network Administration Tool, refer to Capítulo 16, Configuração de Rede.
network-scripts/
ifcfg-eth0
for the eth0
Ethernet interface.
ifup
and ifdown
.
ifup-isdn
and ifdown-isdn
.
network-scripts
directory, refer to Capítulo 15, Network Interfaces.
rhn/
/etc/sysconfig/
directory. The following source contains more comprehensive information.
/usr/share/doc/initscripts-<version-number>
/sysconfig.txt
— This file contains a more authoritative listing of the files found in the /etc/sysconfig/
directory and the configuration options available for them. The <version-number>
in the path to this file corresponds to the version of the initscripts
package installed.
system-config-date
, system-config-time
, or dateconfig
at a shell prompt (for example, in an XTerm or a GNOME terminal).
system-config-keyboard
at a shell prompt.
Xorg
binary) listens for connections from X client applications via a network or local loopback interface. The server communicates with the hardware, such as the video card, monitor, keyboard, and mouse. X client applications exist in the user-space, creating a graphical user interface (GUI) for the user and passing user requests to the X server.
/usr/
instead of /usr/X11R6
. The /etc/X11/
directory contains configuration files for X client and server applications. This includes configuration files for the X server itself, the xfs
font server, the X display managers, and many other base components.
/etc/fonts/fonts.conf
. For more on configuring and adding fonts, refer to Seção 33.4, “Fontes”.
system-config-display
), particularly for devices that are not detected manually.
/etc/X11/xorg.conf
. For information about the structure of this file, refer to Seção 33.3, “Arquivos de Configuração de Servidor X”.
kwin
metacity
metacity
.
mwm
mwm
) é um gestor de janela independente e básico. Como é criado para ser um gestor de janela independente, ele não deve ser usado junto com um GNOME ou KDE. Para rodar este gestor de janela, você irá precisar instalar o pacote openmotif
.
twm
twm
que oferece o conjunto de ferramentas mais básico do que qualquer gestor de janelas, pode ser usado tanto como independente ou com um ambiente de desktop. É instalado como parte de um lançamento X11R7.1.
xinit -e <path-to-window-manager>
at the prompt.
<path-to-window-manager>
é o local do arquivo binário do gestor de janela. O arquivo binário pode ser localizado digitando whichwindow-manager-name
, onde window-manager-name
é o nome do gestor de janela que você quer rodar.
~]#which twm
/usr/bin/twm ~]#xinit -e /usr/bin/twm
twm
, o segundo comando inicia o twm
.
startx
na janela de comandos.
/usr/bin/Xorg
). Arquivos de configuração associados estão armazenados no diretório /etc/X11/
( como um link simbólico — X — que se refere ao /usr/bin/Xorg
). O arquivo se configuração para o servidor X é /etc/X11/xorg.conf
.
/usr/lib/xorg/modules/
contém módulos do servidor X que podem ser carregados dinamicamente em tempo de execução. Por padrão, somente alguns módulos no /usr/lib/xorg/modules/
são carregados automaticamente pelo servidor X.
/etc/X11/xorg.conf
. For more information about loading modules, refer to Seção 33.3.1.5, “Module
”.
xorg.conf
/etc/X11/xorg.conf
file, it is useful to understand the various sections and optional parameters available, especially when troubleshooting.
/etc/X11/xorg.conf
file is comprised of many different sections which address specific aspects of the system hardware.
Section "<section-name>
"
line (where <section-name>
is the title for the section) and ends with an EndSection
line. Each section contains lines that include option names and one or more option values. These are sometimes enclosed in double quotes ("
).
#
) are not read by the X server and are used for human-readable comments.
/etc/X11/xorg.conf
file accept a boolean switch which turns the feature on or off. Acceptable boolean values are:
1
, on
, true
, or yes
— Turns the option on.
0
, off
, false
, or no
— Turns the option off.
/etc/X11/xorg.conf
file. More detailed information about the X server configuration file can be found in the xorg.conf
man page.
ServerFlags
ServerFlags
section contains miscellaneous global X server settings. Any settings in this section may be overridden by options placed in the ServerLayout
section (refer to Seção 33.3.1.3, “ServerLayout
” for details).
ServerFlags
section is on its own line and begins with the term Option
followed by an option enclosed in double quotation marks ("
).
ServerFlags
section:
Section "ServerFlags" Option "DontZap" "true" EndSection
"DontZap" "<boolean>
"
— When the value of <boolean>
is set to true, this setting prevents the use of the Ctrl+Alt+Backspace key combination to immediately terminate the X server.
"DontZoom" "<boolean>
"
— When the value of <boolean>
is set to true, this setting prevents cycling through configured video resolutions using the Ctrl+Alt+Keypad-Plus and Ctrl+Alt+Keypad-Minus key combinations.
ServerLayout
ServerLayout
section binds together the input and output devices controlled by the X server. At a minimum, this section must specify one output device and one input device. By default, a monitor (output device) and keyboard (input device) are specified.
ServerLayout
section:
Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection
ServerLayout
section:
Identifier
— Specifies a unique name for this ServerLayout
section.
Screen
— Specifies the name of a Screen
section to be used with the X server. More than one Screen
option may be present.
Screen
entry:
Screen 0 "Screen0" 0 0
Screen
entry (0
) indicates that the first monitor connector or head on the video card uses the configuration specified in the Screen
section with the identifier "Screen0"
.
Screen
section with the identifier "Screen0"
can be found in Seção 33.3.1.9, “Screen
”.
Screen
entry with a different number and a different Screen
section identifier is necessary .
"Screen0"
give the absolute X and Y coordinates for the upper-left corner of the screen (0 0
by default).
InputDevice
— Specifies the name of an InputDevice
section to be used with the X server.
InputDevice
entries: one for the default mouse and one for the default keyboard. The options CorePointer
and CoreKeyboard
indicate that these are the primary mouse and keyboard.
Option "<option-name>
"
— An optional entry which specifies extra parameters for the section. Any options listed here override those listed in the ServerFlags
section.
<option-name>
with a valid option listed for this section in the xorg.conf
man page.
ServerLayout
no arquivo /etc/X11/xorg.conf
. No entanto, por padrão, o servidor somente lê o primeiro que ele encontra.
ServerLayout
, ela pode especificar como um argumento de linha de comando ao iniciar uma sessão X.
Files
Files
section sets paths for services vital to the X server, such as the font path. This is an optional section, these paths are normally detected automatically. This section may be used to override any automatically detected defaults.
Files
section:
Section "Files" RgbPath "/usr/share/X11/rgb.txt" FontPath "unix/:7100" EndSection
Files
section:
RgbPath
— Specifies the location of the RGB color database. This database defines all valid color names in X and ties them to specific RGB values.
FontPath
— Specifies where the X server must connect to obtain fonts from the xfs
font server.
FontPath
is unix/:7100
. This tells the X server to obtain font information using UNIX-domain sockets for inter-process communication (IPC) on port 7100.
ModulePath
— An optional parameter which specifies alternate directories which store X server modules.
Module
/usr/lib/xorg/modules/
:
extmod
dbe
glx
freetype
type1
record
dri
ModulePath
parameter in the Files
section. Refer to Seção 33.3.1.4, “Files
” for more information on this section.
Module
para /etc/X11/xorg.conf
instui o servidor X para carregar os módulos listados nesta seção ao invés dosmódulos padrão.
Module
section:
Section "Module" Load "fbdevhw" EndSectioninstructs the X server to load the
fbdevhw
instead of the default modules.
Module
ao /etc/X11/xorg.conf
, você precisará especificar quaisquer módulos padrão que você quiser para carregar, assim como módulos extras.
InputDevice
InputDevice
section configures one input device for the X server. Systems typically have at least one InputDevice
section for the keyboard. It is perfectly normal to have no entry for a mouse, as most mouse settings are automatically detected.
InputDevice
section for a keyboard:
Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection
InputDevice
section:
Identifier
— Specifies a unique name for this InputDevice
section. This is a required entry.
Driver
— Specifies the name of the device driver X must load for the device.
Option
— Specifies necessary options pertaining to the device.
xorg.conf
:
Protocol
— Specifies the protocol used by the mouse, such as IMPS/2
.
Device
— Specifies the location of the physical device.
Emulate3Buttons
— Specifies whether to allow a two-button mouse to act like a three-button mouse when both mouse buttons are pressed simultaneously.
xorg.conf
man page for a list of valid options for this section.
Monitor
Monitor
section configures one type of monitor used by the system. This is an optional entry as well, as most monitors are now automatically detected.
Monitor
section for a monitor:
Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "DDC Probed Monitor - ViewSonic G773-2" DisplaySize 320 240 HorizSync 30.0 - 70.0 VertRefresh 50.0 - 180.0 EndSection
Monitor
section of /etc/X11/xorg.conf
. Inappropriate values can damage or destroy a monitor. Consult the monitor's documentation for a listing of safe operating parameters.
Monitor
section:
Identifier
— Specifies a unique name for this Monitor
section. This is a required entry.
VendorName
— An optional parameter which specifies the vendor of the monitor.
ModelName
— An optional parameter which specifies the monitor's model name.
DisplaySize
— An optional parameter which specifies, in millimeters, the physical size of the monitor's picture area.
HorizSync
— Specifies the range of horizontal sync frequencies compatible with the monitor in kHz. These values help the X server determine the validity of built-in or specified Modeline
entries for the monitor.
VertRefresh
— Specifies the range of vertical refresh frequencies supported by the monitor, in kHz. These values help the X server determine the validity of built in or specified Modeline
entries for the monitor.
Modeline
— An optional parameter which specifies additional video modes for the monitor at particular resolutions, with certain horizontal sync and vertical refresh resolutions. Refer to the xorg.conf
man page for a more detailed explanation of Modeline
entries.
Option "<option-name>
"
— An optional entry which specifies extra parameters for the section. Replace <option-name>
with a valid option listed for this section in the xorg.conf
man page.
Device
Device
section configures one video card on the system. While one Device
section is the minimum, additional instances may occur for each video card installed on the machine.
Device
section for a video card:
Section "Device" Identifier "Videocard0" Driver "mga" VendorName "Videocard vendor" BoardName "Matrox Millennium G200" VideoRam 8192 Option "dpms" EndSection
Device
section:
Identifier
— Specifies a unique name for this Device
section. This is a required entry.
Driver
— Specifies which driver the X server must load to utilize the video card. A list of drivers can be found in /usr/share/hwdata/videodrivers
, which is installed with the hwdata
package.
VendorName
— An optional parameter which specifies the vendor of the video card.
BoardName
— An optional parameter which specifies the name of the video card.
VideoRam
— An optional parameter which specifies the amount of RAM available on the video card in kilobytes. This setting is only necessary for video cards the X server cannot probe to detect the amount of video RAM.
BusID
— An entry which specifies the bus location of the video card. On systems with only one video card a BusID
entry is optional and may not even be present in the default /etc/X11/xorg.conf
file. On systems with more than one video card, however, a BusID
entry must be present.
Screen
— An optional entry which specifies which monitor connector or head on the video card the Device
section configures. This option is only useful for video cards with multiple heads.
Device
sections must exist and each of these sections must have a different Screen
value.
Screen
entry must be an integer. The first head on the video card has a value of 0
. The value for each additional head increments this value by one.
Option "<option-name>
"
— An optional entry which specifies extra parameters for the section. Replace <option-name>
with a valid option listed for this section in the xorg.conf
man page.
"dpms"
(for Display Power Management Signaling, a VESA standard), which activates the Service Star energy compliance setting for the monitor.
Screen
Screen
section binds one video card (or video card head) to one monitor by referencing the Device
section and the Monitor
section for each. While one Screen
section is the minimum, additional instances may occur for each video card and monitor combination present on the machine.
Screen
section:
Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 16 SubSection "Display" Depth 24 Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1152x864" "1024x768" "800x600" "640x480" EndSubSection EndSection
Screen
section:
Identifier
— Specifies a unique name for this Screen
section. This is a required entry.
Device
— Specifies the unique name of a Device
section. This is a required entry.
Monitor
— Specifies the unique name of a Monitor
section. This is only required if a specific Monitor
section is defined in the xorg.conf
file. Normally, monitors are automatically detected.
DefaultDepth
— Specifies the default color depth in bits. In the previous example, 16
(which provides thousands of colors) is the default. Only one DefaultDepth
is permitted, although this can be overridden with the Xorg command line option -depth <n>
,where <n>
is any additional depth specified.
SubSection "Display"
— Specifies the screen modes available at a particular color depth. The Screen
section can have multiple Display
subsections, which are entirely optional since screen modes are automatically detected.
Option "<option-name>
"
— An optional entry which specifies extra parameters for the section. Replace <option-name>
with a valid option listed for this section in the xorg.conf
man page.
DRI
DRI
section specifies parameters for the Direct Rendering Infrastructure (DRI). DRI is an interface which allows 3D software applications to take advantage of 3D hardware acceleration capabilities built into most modern video hardware. In addition, DRI can improve 2D performance via hardware acceleration, if supported by the video card driver.
xorg.conf
irá sobrescrever os padrões.
DRI
section:
Section "DRI" Group 0 Mode 0666 EndSection
xfs
.
/etc/fonts/fonts.conf
configuration file, which should not be edited by hand.
~/.gtkrc.mine
:
style "user-font" {
fontset = "<font-specification>
"
}
widget_class "*" style "user-font"
<font-specification>
with a font specification in the style used by traditional X applications, such as -adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*
. A full list of core fonts can be obtained by running xlsfonts
or created interactively using the xfontsel
command.
/usr/share/fonts/
directory. It is a good idea to create a new subdirectory, such as local/
or similar, to help distinguish between user-installed and default fonts.
.fonts/
directory in the user's home directory.
fc-cache
command to update the font information cache, as in the following example:
fc-cache <path-to-font-directory>
<path-to-font-directory>
with the directory containing the new fonts (either /usr/share/fonts/local/
or /home/<user>
/.fonts/
).
fonts:///
into the Nautilus address bar, and dragging the new font files there.
.gz
extension, it is compressed and cannot be used until uncompressed. To do this, use the gunzip
command or double-click the file and drag the font to a directory in Nautilus.
xfs
) to provide fonts to X client applications.
FontPath
directive within the Files
section of the /etc/X11/xorg.conf
configuration file. Refer to Seção 33.3.1.4, “Files
” for more information about the FontPath
entry.
xfs
server on a specified port to acquire font information. For this reason, the xfs
service must be running for X to start. For more about configuring services for a particular runlevel, refer to Capítulo 17, Controlando Acesso aos Serviços.
xfs
Configuration/etc/rc.d/init.d/xfs
script starts the xfs
server. Several options can be configured within its configuration file, /etc/X11/fs/config
.
alternate-servers
— Specifies a list of alternate font servers to be used if this font server is not available. A comma must separate each font server in a list.
catalogue
— Specifies an ordered list of font paths to use. A comma must separate each font path in a list.
:unscaled
immediately after the font path to make the unscaled fonts in that path load first. Then specify the entire path again, so that other scaled fonts are also loaded.
client-limit
— Specifies the maximum number of clients the font server services. The default is 10
.
clone-self
— Allows the font server to clone a new version of itself when the client-limit
is hit. By default, this option is on
.
default-point-size
— Specifies the default point size for any font that does not specify this value. The value for this option is set in decipoints. The default of 120
corresponds to a 12 point font.
default-resolutions
— Specifies a list of resolutions supported by the X server. Each resolution in the list must be separated by a comma.
deferglyphs
— Specifies whether to defer loading glyphs (the graphic used to visually represent a font). To disable this feature use none
, to enable this feature for all fonts use all
, or to turn this feature on only for 16-bit fonts use 16
.
error-file
— Specifies the path and file name of a location where xfs
errors are logged.
no-listen
— Prevents xfs
from listening to particular protocols. By default, this option is set to tcp
to prevent xfs
from listening on TCP ports for security reasons.
xfs
is used to serve fonts over the network, remove this line.
port
— Specifies the TCP port that xfs
listens on if no-listen
does not exist or is commented out.
use-syslog
— Specifies whether to use the system error log.
xfs
xfs
), follow these steps:
/usr/share/fonts/local/
using the following command as root:
mkdir /usr/share/fonts/local/
/usr/share/fonts/local/
directory is necessary, it must be added to the xfs
path using the following command as root:
chkfontpath --add /usr/share/fonts/local/
/usr/share/fonts/local/
directory
ttmkfdir -d /usr/share/fonts/local/ -o /usr/share/fonts/local/fonts.scale
xfs
font server configuration file by issuing the following command as root:
service xfs reload
startx
. The startx
command is a front-end to the xinit
command, which launches the X server (Xorg
) and connects X client applications to it. Because the user is already logged into the system at runlevel 3, startx
does not launch a display manager or authenticate users. Refer to Seção 33.5.2, “Nível de Execução 5” for more information about display managers.
startx
command is executed, it searches for the .xinitrc
file in the user's home directory to define the desktop environment and possibly other X client applications to run. If no .xinitrc
file is present, it uses the system default /etc/X11/xinit/xinitrc
file instead.
xinitrc
script then searches for user-defined files and default system files, including .Xresources
, .Xmodmap
, and .Xkbmap
in the user's home directory, and Xresources
, Xmodmap
, and Xkbmap
in the /etc/X11/
directory. The Xmodmap
and Xkbmap
files, if they exist, are used by the xmodmap
utility to configure the keyboard. The Xresources
file is read to assign specific preference values to applications.
xinitrc
script executes all scripts located in the /etc/X11/xinit/xinitrc.d/
directory. One important script in this directory is xinput.sh
, which configures settings such as the default language.
xinitrc
script attempts to execute .Xclients
in the user's home directory and turns to /etc/X11/xinit/Xclients
if it cannot be found. The purpose of the Xclients
file is to start the desktop environment or, possibly, just a basic window manager. The .Xclients
script in the user's home directory starts the user-specified desktop environment in the .Xclients-default
file. If .Xclients
does not exist in the user's home directory, the standard /etc/X11/xinit/Xclients
script attempts to start another desktop environment, trying GNOME first and then KDE followed by twm
.
GNOME
— The default display manager for Red Hat Enterprise Linux, GNOME
allows the user to configure language settings, shutdown, restart or log in to the system.
KDE
— KDE's display manager which allows the user to shutdown, restart or log in to the system.
xdm
— A very basic display manager which only lets the user log in to the system.
prefdm
script determines the preferred display manager by referencing the /etc/sysconfig/desktop
file. A list of options for this file is available in this file:
/usr/share/doc/initscripts-<version-number>
/sysconfig.txt
<version-number>
is the version number of the initscripts
package.
/etc/X11/xdm/Xsetup_0
file to set up the login screen. Once the user logs into the system, the /etc/X11/xdm/GiveConsole
script runs to assign ownership of the console to the user. Then, the /etc/X11/xdm/Xsession
script runs to accomplish many of the tasks normally performed by the xinitrc
script when starting X from runlevel 3, including setting system and user resources, as well as running the scripts in the /etc/X11/xinit/xinitrc.d/
directory.
GNOME
or KDE
display managers by selecting it from the menu item (accessed by selecting System (on the panel) > > > ). If the desktop environment is not specified in the display manager, the /etc/X11/xdm/Xsession
script checks the .xsession
and .Xclients
files in the user's home directory to decide which desktop environment to load. As a last resort, the /etc/X11/xinit/Xclients
file is used to select a desktop environment or window manager to use in the same way as runlevel 3.
:0
) and logs out, the /etc/X11/xdm/TakeConsole
script runs and reassigns ownership of the console to the root user. The original display manager, which continues running after the user logged in, takes control by spawning a new display manager. This restarts the X server, displays a new login window, and starts the entire process over again.
/usr/share/doc/gdm-<version-number>
/README
(where <version-number>
is the version number for the gdm
package installed) and the xdm
man page.
/usr/share/X11/doc/
— contains detailed documentation on the X Window System architecture, as well as how to get additional information about the Xorg project as a new user.
man xorg.conf
— Contains information about the xorg.conf
configuration files, including the meaning and syntax for the different sections within the files.
man Xorg
— Describes the Xorg
display server.
system-config-display
at a shell prompt (for example, in an XTerm or GNOME terminal). If the X Window System is not running, a small version of X is started to run the program.
system-config-users
RPM package installed. To start the User Manager from the desktop, go to System (on the panel) > > . You can also type the command system-config-users
at a shell prompt (for example, in an XTerm or a GNOME terminal).
/bin/bash
. The default home directory is /home/<username>
/
. You can change the home directory that is created for the user, or you can choose not to create the home directory by unselecting Create home directory.
/etc/skel/
directory into the new home directory.
system-config-users
). For more information on User Manager, refer to Seção 35.1, “Configuração de Usuário e Grupo”.
useradd
, usermod
, and userdel
— Industry-standard methods of adding, deleting and modifying user accounts
groupadd
, groupmod
, and groupdel
— Industry-standard methods of adding, deleting, and modifying user groups
gpasswd
— Industry-standard method of administering the /etc/group
file
pwck
, grpck
— Tools used for the verification of the password, group, and associated shadow files
pwconv
, pwunconv
— Tools used for the conversion of passwords to shadow passwords and back to standard passwords
useradd
are detailed in Tabela 35.1, “useradd
Command Line Options”.
useradd
Command Line OptionsOpção | Descrição |
---|---|
-c '<comment> '
|
<comment> pode ser substituída por qualquer faixa. Esta opção é geralmente usada para especificar o nome completo de um usuário.
|
-d <home-dir>
|
Home directory to be used instead of default /home/
|
-e <date>
| Data para a conta a ser desabilitada no formato YYYY-MM-DD |
-f <days>
|
Number of days after the password expires until the account is disabled. If 0 is specified, the account is disabled immediately after the password expires. If -1 is specified, the account is not be disabled after the password expires.
|
-g <group-name>
| Nome do grupo ou número do grupo para o grupo padrão do usuário. O grupo deve existir antes de ser especificado aqui. |
-G <group-list>
| Lista de nomes de grupos adicionais (além do padrão), separado por vírgulas, do qual o usuário é membro. Os grupos devem existir antes de serem especificados aqui. |
-m
| Criar o diretório pessoal se não existir. |
-M
| Não criar o diretório pessoal. |
-n
| Não criar o grupo privado de usuário para o mesmo. |
-r
| Criar uma conta de sistema com um UID menor do que 500 e sem um diretório pessoal. |
-p <password>
|
The password encrypted with crypt
|
-s
|
User's login shell, which defaults to /bin/bash
|
-u <uid>
| ID de usuário para o usuário, que deve ser único e maior do que 499. |
groupadd
:
groupadd <group-name>
groupadd
are detailed in Tabela 35.2, “groupadd
Command Line Options”.
groupadd
Command Line OptionsOpção | Descrição |
---|---|
-g <gid>
| ID de Grupo para o grupo, que deve ser único e maior do que 499. |
-r
| Criar um grupo de sistema com um GID menor do que 500. |
-f
|
Quando usado com -g <gid> e já existir o <gid> , ogroupadd escolherá outro <gid> único para o grupo.
|
chage
command with an option from Tabela 35.3, “chage
Command Line Options”, followed by the username.
chage
command. For more information, see Seção 35.6, “Senhas Shadow”.
chage
Command Line OptionsOpção | Descrição |
---|---|
-m <days>
| Especifica uma quantia mínima de dias que o usuário deve trocar sua senha. Se o valor for 0, a senha não irá expirar. |
-M <days>
|
Especifica a quantia máxima de dias que uma senha é válida. Quando os dias especificados por esta opção mais os dias especificados na opção -d forem menores do que o dia atual, o usuário deve trocar as senhas antes de usar a conta.
|
-d <days>
| Especifica quantas vezes a senha foi trocada desde 1 de Janeiro de 1970 |
-I <days>
| Especifica quantos dias inativos se passaram desde que a senha expirou, antes de bloquear a conta. Se o valor for 0, a conta não será bloqueada após a senha expirar. |
-E <date>
| Especifica a data em que a conta foi bloqueada, no formato AAAA-MM-DD. Ao invés da data, também pode ser usada a quantia de dias desde 1 de Janeiro de 1970. |
-W <days>
| Especifica quantos dias antes da senha expirar, o usuário deve ser avisado. |
-l
| Lists current account aging settings. |
chage
command is followed directly by a username (with no options), it displays the current password aging values and allows them to be changed interactively.
python
command. It displays the following:
Python 2.4.3 (#1, Jul 21 2006, 08:46:09) [GCC 4.1.1 20060718 (Red Hat 4.1.1-9)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>>
<password>
com a senha para criptografar <salt>
e com uma combinação aleatória de ao menos 2 dos seguintes caractéres: qualquer um alfanumérico, a barra (/) ou um ponto (.):
import crypt
print crypt.crypt("
<password>
","<salt>
")
'12CsGd8FRcMSM'
.
<encrypted-password>
com a saída criptografada do interpretador de Python):
usermod -p "<encrypted-password>
" <username>
usermod -p "" username
chage -d 0 username
useradd juan
is issued on a system that has shadow passwords enabled:
juan
is created in /etc/passwd
. The line has the following characteristics:
juan
.
x
for the password field indicating that the system is using shadow passwords.
juan
is set to /home/juan/
.
/bin/bash
.
juan
is created in /etc/shadow
. The line has the following characteristics:
juan
.
!!
) appear in the password field of the /etc/shadow
file, which locks the account.
-p
flag, it is placed in the /etc/shadow
file on the new line for the user.
juan
is created in /etc/group
. A group with the same name as a user is called a user private group. For more information on user private groups, refer to Seção 35.1.1, “Adicionando um Novo Usuário”.
/etc/group
has the following characteristics:
juan
.
x
appears in the password field indicating that the system is using shadow group passwords.
juan
in /etc/passwd
.
juan
is created in /etc/gshadow
. The line has the following characteristics:
juan
.
!
) appears in the password field of the /etc/gshadow
file, which locks the group.
juan
is created in the /home/
directory. This directory is owned by user juan
and group juan
. However, it has read, write, and execute privileges only for the user juan
. All other permissions are denied.
/etc/skel/
directory (which contain default user settings) are copied into the new /home/juan/
directory.
juan
exists on the system. To activate it, the administrator must next assign a password to the account using the passwd
command and, optionally, set password aging guidelines.
/etc/passwd
file by an Everything installation. The groupid (GID) in this table is the primary group for the user. See Seção 35.4, “Grupos Padrão” for a listing of standard groups.
Usuário | UID | GID | Diretório Pessoal | Shell |
---|---|---|---|---|
root | 0 | 0 |
/root
|
/bin/bash
|
bin | 1 | 1 |
/bin
|
/sbin/nologin
|
daemon | 2 | 2 |
/sbin
|
/sbin/nologin
|
adm | 3 | 4 |
/var/adm
|
/sbin/nologin
|
lp | 4 | 7 |
/var/spool/lpd
|
/sbin/nologin
|
sync | 5 | 0 |
/sbin
|
/bin/sync
|
fechar | 6 | 0 |
/sbin
|
/sbin/shutdown
|
saltar | 7 | 0 |
/sbin
|
/sbin/halt
|
correio | 8 | 12 |
/var/spool/mail
|
/sbin/nologin
|
notícias | 9 | 13 |
/etc/news
| |
uucp | 10 | 14 |
/var/spool/uucp
|
/sbin/nologin
|
operador | 11 | 0 |
/root
|
/sbin/nologin
|
jogos | 12 | 100 |
/usr/games
|
/sbin/nologin
|
gopher | 13 | 30 |
/var/gopher
|
/sbin/nologin
|
ftp | 14 | 50 |
/var/ftp
|
/sbin/nologin
|
ninguém | 99 | 99 |
/
|
/sbin/nologin
|
rpm | 37 | 37 |
/var/lib/rpm
|
/sbin/nologin
|
vcsa | 69 | 69 |
/dev
|
/sbin/nologin
|
dbus | 81 | 81 |
/
|
/sbin/nologin
|
ntp | 38 | 38 |
/etc/ntp
|
/sbin/nologin
|
canna | 39 | 39 |
/var/lib/canna
|
/sbin/nologin
|
nscd | 28 | 28 |
/
|
/sbin/nologin
|
rpc | 32 | 32 |
/
|
/sbin/nologin
|
postfix | 89 | 89 |
/var/spool/postfix
|
/sbin/nologin
|
carteiro | 41 | 41 |
/var/mailman
|
/sbin/nologin
|
chamado | 25 | 25 |
/var/named
|
/bin/false
|
amanda | 33 | 6 |
var/lib/amanda/
|
/bin/bash
|
postgres | 26 | 26 |
/var/lib/pgsql
|
/bin/bash
|
exim | 93 | 93 |
/var/spool/exim
|
/sbin/nologin
|
sshd | 74 | 74 |
/var/empty/sshd
|
/sbin/nologin
|
rpcuser | 29 | 29 |
/var/lib/nfs
|
/sbin/nologin
|
nsfnobody | 65534 | 65534 |
/var/lib/nfs
|
/sbin/nologin
|
pvm | 24 | 24 |
/usr/share/pvm3
|
/bin/bash
|
apache | 48 | 48 |
/var/www
|
/sbin/nologin
|
xfs | 43 | 43 |
/etc/X11/fs
|
/sbin/nologin
|
gdm | 42 | 42 |
/var/gdm
|
/sbin/nologin
|
htt | 100 | 101 |
/usr/lib/im
|
/sbin/nologin
|
mysql | 27 | 27 |
/var/lib/mysql
|
/bin/bash
|
webalizer | 67 | 67 |
/var/www/usage
|
/sbin/nologin
|
correio nulo | 47 | 47 |
/var/spool/mqueue
|
/sbin/nologin
|
smmsp | 51 | 51 |
/var/spool/mqueue
|
/sbin/nologin
|
squid | 23 | 23 |
/var/spool/squid
|
/sbin/nologin
|
ldap | 55 | 55 |
/var/lib/ldap
|
/bin/false
|
netdump | 34 | 34 |
/var/crash
|
/bin/bash
|
pcap | 77 | 77 |
/var/arpwatch
|
/sbin/nologin
|
radiusd | 95 | 95 |
/
|
/bin/false
|
radvd | 75 | 75 |
/
|
/sbin/nologin
|
quagga | 92 | 92 |
/var/run/quagga
|
/sbin/login
|
wnn | 49 | 49 |
/var/lib/wnn
|
/sbin/nologin
|
dovecot | 97 | 97 |
/usr/libexec/dovecot
|
/sbin/nologin
|
/etc/group
file.
Grupo | GID | Membros |
---|---|---|
root | 0 | root |
bin | 1 | root, bin, daemon |
daemon | 2 | root, bin, daemon |
sys | 3 | root, bin, adm |
adm | 4 | root, adm, daemon |
tty | 5 | |
disco | 6 | root |
lp | 7 | daemon, lp |
mem | 8 | |
kmem | 9 | |
wheel | 10 | root |
correio | 12 | mail, postfix, exim |
notícias | 13 | notícias |
uucp | 14 | uucp |
man | 15 | |
jogos | 20 | |
gopher | 30 | |
dip | 40 | |
ftp | 50 | |
bloquear | 54 | |
ninguém | 99 | |
users | 100 | |
rpm | 37 | |
utmp | 22 | |
floppy | 19 | |
vcsa | 69 | |
dbus | 81 | |
ntp | 38 | |
canna | 39 | |
nscd | 28 | |
rpc | 32 | |
postdrop | 90 | |
postfix | 89 | |
carteiro | 41 | |
exim | 93 | |
chamado | 25 | |
postgres | 26 | |
sshd | 74 | |
rpcuser | 29 | |
nfsnobody | 65534 | |
pvm | 24 | |
apache | 48 | |
xfs | 43 | |
gdm | 42 | |
htt | 101 | |
mysql | 27 | |
webalizer | 67 | |
correio nulo | 47 | |
smmsp | 51 | |
squid | 23 | |
ldap | 55 | |
netdump | 34 | |
pcap | 77 | |
quaggavt | 102 | |
quagga | 92 | |
radvd | 75 | |
slocate | 21 | |
wnn | 49 | |
dovecot | 97 | |
radiusd | 95 |
/etc/bashrc
file. Traditionally on UNIX systems, the umask
is set to 022
, which allows only the user who created the file or directory to make modifications. Under this scheme, all other users, including members of the creator's group, are not allowed to make any modifications. However, under the UPG scheme, this "group protection" is not necessary since every user has their own private group.
/usr/share/emacs/site-lisp/
directory. Some people are trusted to modify the directory, but certainly not everyone is trusted. First create an emacs
group, as in the following command:
groupadd emacs
emacs
group, type:
chown -R root.emacs /usr/share/emacs/site-lisp
gpasswd
command:
gpasswd -a <username>
emacs
chmod 775 /usr/share/emacs/site-lisp
emacs
). Use the following command:
chmod 2775 /usr/share/emacs/site-lisp
emacs
group can create and edit files in the /usr/share/emacs/site-lisp/
directory without the administrator having to change file permissions every time users write new files.
shadow-utils
package). Doing so enhances the security of system authentication files. For this reason, the installation program enables shadow passwords by default.
/etc/passwd
file to /etc/shadow
, which is readable only by the root user.
/etc/login.defs
file to enforce security policies.
shadow-utils
package work properly whether or not shadow passwords are enabled. However, since password aging information is stored exclusively in the /etc/shadow
file, any commands which create or modify password aging information do not work.
chage
gpasswd
/usr/sbin/usermod
-e
or -f
options
/usr/sbin/useradd
-e
or -f
options
man chage
— A command to modify password aging policies and account expiration.
man gpasswd
— A command to administer the /etc/group
file.
man groupadd
— A command to add groups.
man grpck
— A command to verify the /etc/group
file.
man groupdel
— A command to remove groups.
man groupmod
— A command to modify group membership.
man pwck
— A command to verify the /etc/passwd
and /etc/shadow
files.
man pwconv
— A tool to convert standard passwords to shadow passwords.
man pwunconv
— A tool to convert shadow passwords to standard passwords.
man useradd
— A command to add users.
man userdel
— A command to remove users.
man usermod
— A command to modify users.
man 5 group
— The file containing group information for the system.
man 5 passwd
— The file containing user information for the system.
man 5 shadow
— The file containing passwords and account expiration information for the system.
system-config-printer
at a shell prompt.
computer name/printer share
. In Figura 36.5, “Adicionando uma Impressora SMB ”, the computer name
is dellbox
, while the printer share
is r2
.
guest
para servidores Windows ou nobody
para servidores Samba.
lpq
. As últimas linhas se parecerão com o seguinte:
lpq
Rank Owner/ID Class Job Files Size Time active user@localhost+902 A 902 sample.txt 2050 01:20:46
lpq
and then use the command lprm job number
. For example, lprm 902
would cancel the print job in Exemplo 36.1, “Exemplo de saída do lpq
”. You must have proper permissions to cancel a print job. You can not cancel print jobs that were started by other users unless you are logged in as root on the machine to which the printer is attached.
lpr sample.txt
imprimirá o arquivo texto sample.txt
. O filtro de impressão determina qual o tipo do arquivo e converte-o em um formato que a impressora possa entender.
map lpr
— The manual page for the lpr
command that allows you to print files from the command line.
man lprm
— A página do manual para o utilitário de linha de comando para remover tarefas de impressão da fila de impressão.
man mpage
— A página do manual para o utilitário de linha de comando para imprimir páginas múltiplas em uma folha de papel.
man cupsd
— A página do manual para o daemon da impressora CUPS.
man cupsd.conf
— A página do manual para o arquivo de configuração do daemon da impressora CUPS.
man classes.conf
— A página do manual para o arquivo de configuração de classe do CUPS.
locate
command is updated daily. A system administrator can use automated tasks to perform periodic backups, monitor the system, run custom scripts, and more.
cron
, at
, and batch
.
vixie-cron
RPM package must be installed and the crond
service must be running. To determine if the package is installed, use the rpm -q vixie-cron
command. To determine if the service is running, use the command /sbin/service crond status
.
/etc/crontab
, contains the following lines:
SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root HOME=/ # run-parts 01 * * * * root run-parts /etc/cron.hourly 02 4 * * * root run-parts /etc/cron.daily 22 4 * * 0 root run-parts /etc/cron.weekly 42 4 1 * * root run-parts /etc/cron.monthly
SHELL
variable tells the system which shell environment to use (in this example the bash shell), while the PATH
variable defines the path used to execute commands. The output of the cron tasks are emailed to the username defined with the MAILTO
variable. If the MAILTO
variable is defined as an empty string (MAILTO=""
), email is not sent. The HOME
variable can be used to set the home directory to use when executing commands or scripts.
/etc/crontab
file represents a task and has the following format:
minute hour day month dayofweek command
minute
— any integer from 0 to 59
hour
— any integer from 0 to 23
day
— any integer from 1 to 31 (must be a valid day if a month is specified)
month
— any integer from 1 to 12 (or the short name of the month such as jan or feb)
dayofweek
— any integer from 0 to 7, where 0 or 7 represents Sunday (or the short name of the week such as sun or mon)
command
— the command to execute (the command can either be a command such as ls /proc >> /tmp/proc
or the command to execute a custom script)
1-4
means the integers 1, 2, 3, and 4.
3, 4, 6, 8
indicates those four specific integers.
/<integer
>
. For example, 0-59/2
can be used to define every other minute in the minute field. Step values can also be used with an asterisk. For instance, the value */3
can be used in the month field to run the task every third month.
/etc/crontab
file, the run-parts
script executes the scripts in the /etc/cron.hourly/
, /etc/cron.daily/
, /etc/cron.weekly/
, and /etc/cron.monthly/
directories on an hourly, daily, weekly, or monthly basis respectively. The files in these directories should be shell scripts.
/etc/cron.d/
directory. All files in this directory use the same syntax as /etc/crontab
. Refer to Exemplo 37.1, “Exemplos de crontab” for examples.
# record the memory usage of the system every monday # at 3:30AM in the file /tmp/meminfo 30 3 * * mon cat /proc/meminfo >> /tmp/meminfo # run custom script the first day of every month at 4:10AM 10 4 1 * * /root/scripts/backup.sh
crontab
utility. All user-defined crontabs are stored in the /var/spool/cron/
directory and are executed using the usernames of the users that created them. To create a crontab as a user, login as that user and type the command crontab -e
to edit the user's crontab using the editor specified by the VISUAL
or EDITOR
environment variable. The file uses the same format as /etc/crontab
. When the changes to the crontab are saved, the crontab is stored according to username and written to the file /var/spool/cron/username
.
/etc/crontab
file, the /etc/cron.d/
directory, and the /var/spool/cron/
directory every minute for any changes. If any changes are found, they are loaded into memory. Thus, the daemon does not need to be restarted if a crontab file is changed.
/etc/cron.allow
and /etc/cron.deny
files are used to restrict access to cron. The format of both access control files is one username on each line. Whitespace is not permitted in either file. The cron daemon (crond
) does not have to be restarted if the access control files are modified. The access control files are read each time a user tries to add or delete a cron task.
cron.allow
exists, only users listed in it are allowed to use cron, and the cron.deny
file is ignored.
cron.allow
does not exist, users listed in cron.deny
are not allowed to use cron.
/sbin/service crond start
. To stop the service, use the command /sbin/service crond stop
. It is recommended that you start the service at boot time. Refer to Capítulo 17, Controlando Acesso aos Serviços for details on starting the cron service automatically at boot time.
at
command is used to schedule a one-time task at a specific time and the batch
command is used to schedule a one-time task to be executed when the systems load average drops below 0.8.
at
or batch
, the at
RPM package must be installed, and the atd
service must be running. To determine if the package is installed, use the rpm -q at
command. To determine if the service is running, use the command /sbin/service atd status
.
at time
, where time
is the time to execute the command.
hora
pode ser um dos seguintes:
/usr/share/doc/at-<version>
/timespec
text file.
at
command with the time argument, the at>
prompt is displayed. Type the command to execute, press Enter, and type Ctrl+D . Multiple commands can be specified by typing each command followed by the Enter key. After typing all the commands, press Enter to go to a blank line and type Ctrl+D . Alternatively, a shell script can be entered at the prompt, pressing Enter after each line in the script, and typing Ctrl+D on a blank line to exit. If a script is entered, the shell used is the shell set in the user's SHELL
environment, the user's login shell, or /bin/sh
(whichever is found first).
atq
to view pending jobs. Refer to Seção 37.2.3, “Visualizando Trabalhos Pendentes” for more information.
at
command can be restricted. For more information, refer to Seção 37.2.5, “Controlando o Acesso a At e Batch” for details.
batch
command.
batch
command, the at>
prompt is displayed. Type the command to execute, press Enter, and type Ctrl+D . Multiple commands can be specified by typing each command followed by the Enter key. After typing all the commands, press Enter to go to a blank line and type Ctrl+D . Alternatively, a shell script can be entered at the prompt, pressing Enter after each line in the script, and typing Ctrl+D on a blank line to exit. If a script is entered, the shell used is the shell set in the user's SHELL
environment, the user's login shell, or /bin/sh
(whichever is found first). As soon as the load average is below 0.8, the set of commands or script is executed.
atq
to view pending jobs. Refer to Seção 37.2.3, “Visualizando Trabalhos Pendentes” for more information.
batch
command can be restricted. For more information, refer to Seção 37.2.5, “Controlando o Acesso a At e Batch” for details.
at
and batch
jobs, use the atq
command. The atq
command displays a list of pending jobs, with each job on a line. Each line follows the job number, date, hour, job class, and username format. Users can only view their own jobs. If the root user executes the atq
command, all jobs for all users are displayed.
at
and batch
include:
at
and batch
Command Line OptionsOpção | Descrição |
---|---|
-f
| Lê os comandos ou script a partir de um arquivo ao invés de especificá-los na janela de comandos. |
-m
| Envia e-mail ao usuário quando o trabalho estiver completo. |
-v
| Exibe a hora em que o trabalho será executado. |
/etc/at.allow
and /etc/at.deny
files can be used to restrict access to the at
and batch
commands. The format of both access control files is one username on each line. Whitespace is not permitted in either file. The at
daemon (atd
) does not have to be restarted if the access control files are modified. The access control files are read each time a user tries to execute the at
or batch
commands.
at
and batch
commands, regardless of the access control files.
at.allow
exists, only users listed in it are allowed to use at
or batch
, and the at.deny
file is ignored.
at.allow
does not exist, users listed in at.deny
are not allowed to use at
or batch
.
at
service, use the command /sbin/service atd start
. To stop the service, use the command /sbin/service atd stop
. It is recommended that you start the service at boot time. Refer to Capítulo 17, Controlando Acesso aos Serviços for details on starting the cron service automatically at boot time.
cron
man page — overview of cron.
crontab
man pages in sections 1 and 5 — The man page in section 1 contains an overview of the crontab
file. The man page in section 5 contains the format for the file and some example entries.
/usr/share/doc/at-<version>
/timespec
contains more detailed information about the times that can be specified for cron jobs.
at
man page — description of at
and batch
and their command line options.
syslogd
. A list of log messages maintained by syslogd
can be found in the /etc/syslog.conf
configuration file.
/var/log/
directory. Some applications such as httpd
and samba
have a directory within /var/log/
for their log files.
logrotate
package contains a cron task that automatically rotates log files according to the /etc/logrotate.conf
configuration file and the configuration files in the /etc/logrotate.d/
directory. By default, it is configured to rotate every week and keep four weeks worth of previous log files.
Vi
or Emacs. Some log files are readable by all users on the system; however, root privileges are required to read most log files.
gnome-system-log
at a shell prompt.
Índice
stap
.
stapprobes
para maiores detalhes. Todos estes eventos são nomeados utilizando uma sintáxe unificada que parece identificadores com parâmetros parada por ponto.
Evento | Descrição |
---|---|
begin
| O início da sessão systemtap |
final
| O final da sessão sistemtap |
kernel.function("sys_open")
| A entrada para a função chamada sys_abrir no kernel. |
syscall.close.return
| O retorno da chamada de sistema fechada. |
module("ext3").statement(0xdeadbeef)
| A instrução direcionada no driver ext3filesystem. |
timer.ms(200)
| Um timer que inicia a cada 200 milisegundos. |
net/socket.c
no kernel. O ponto da sonda kernel.function
deixa você expressar isto facilmente, uma vez que o systemtap examina as informações depuradas do kernel para relatar o código do objeto ao código de fonte. Funciona como um depurador: se você puder nomear ou acomodá-lo, você poderá sondá-lo. Utilize o kernel.function("*@net/socket.c")
para as entradas de funções e o kernel.function("*@net/socket.c").return
para as saídas. Note o uso de curingas no nome da função, e a parte @FILENAME
subsequente. Você também pode colocar curingas no nome de arquivo e até mesmo adicionar "dois pontos" (:) e um número de linha se você quiser restringir a procura de forma precisa. Como o systemtap irá colocar uma sonda separada em todos os lugares que combinar com um ponto de sonda, alguns curingas podem se expandir para cem, mil sondas, portanto tenha cuidado com o que você pede.
probe
apresenta um ponto de sonda, ou uma lista deles separada por vírgula. Os seguintes {e}colchetes fecham o manipulador para todos os pontos de sonda listados.
stap -v FILE
. Finalize-o a qualquer momento com ^C
. (A opção - v
informa ao systemtap para imprimir mais mensagens verbais durante seu processo. Tente a opção -h
para ver mais opções).
ps ax
command displays a list of current system processes, including processes owned by other users. To display the owner alongside each process, use the ps aux
command. This list is a static list; in other words, it is a snapshot of what was running when you invoked the command. If you want a constantly updated list of running processes, use top
as described below.
ps
output can be long. To prevent it from scrolling off the screen, you can pipe it through less:
ps aux | less
ps
command in combination with the grep
command to see if a process is running. For example, to determine if Emacs is running, use the following command:
ps ax | grep emacs
top
command displays currently running processes and important information about them including their memory and CPU usage. The list is both real-time and interactive. An example of output from the top
command is provided as follows:
top - 15:02:46 up 35 min, 4 users, load average: 0.17, 0.65, 1.00 Tasks: 110 total, 1 running, 107 sleeping, 0 stopped, 2 zombie Cpu(s): 41.1% us, 2.0% sy, 0.0% ni, 56.6% id, 0.0% wa, 0.3% hi, 0.0% si Mem: 775024k total, 772028k used, 2996k free, 68468k buffers Swap: 1048568k total, 176k used, 1048392k free, 441172k cached PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 4624 root 15 0 40192 18m 7228 S 28.4 2.4 1:23.21 X 4926 mhideo 15 0 55564 33m 9784 S 13.5 4.4 0:25.96 gnome-terminal 6475 mhideo 16 0 3612 968 760 R 0.7 0.1 0:00.11 top 4920 mhideo 15 0 20872 10m 7808 S 0.3 1.4 0:01.61 wnck-applet 1 root 16 0 1732 548 472 S 0.0 0.1 0:00.23 init 2 root 34 19 0 0 0 S 0.0 0.0 0:00.00 ksoftirqd/0 3 root 5 -10 0 0 0 S 0.0 0.0 0:00.03 events/0 4 root 6 -10 0 0 0 S 0.0 0.0 0:00.02 khelper 5 root 5 -10 0 0 0 S 0.0 0.0 0:00.00 kacpid 29 root 5 -10 0 0 0 S 0.0 0.0 0:00.00 kblockd/0 47 root 16 0 0 0 0 S 0.0 0.0 0:01.74 pdflush 50 root 11 -10 0 0 0 S 0.0 0.0 0:00.00 aio/0 30 root 15 0 0 0 0 S 0.0 0.0 0:00.05 khubd 49 root 16 0 0 0 0 S 0.0 0.0 0:01.44 kswapd0
top
, press the q key.
top
commands” contains useful interactive commands that you can use with top
. For more information, refer to the top
(1) manual page.
top
commandsComando | Descrição |
---|---|
Space | Atualizar a tela imediatamente |
h | Exibir uma tela de ajuda |
k | Matar (kill) um processo. Você deve indicar o ID do processo e o sinal a ser enviado para ele. |
n | Alterar o número de processos exibidos. Você deve indicar o número. |
u | Ordenar por usuário. |
M | Ordenar por uso da memória. |
P | Ordenar por uso da CPU. |
top
, you can use the GNOME System Monitor. To start it from the desktop, select > > or type gnome-system-monitor
at a shell prompt (such as an XTerm). Select the Process Listing tab.
free
command displays the total amount of physical memory and swap space for the system as well as the amount of memory that is used, free, shared, in kernel buffers, and cached.
total used free shared buffers cached Mem: 645712 549720 95992 0 176248 224452 -/+ buffers/cache: 149020 496692 Swap: 1310712 0 1310712
free -m
shows the same information in megabytes, which are easier to read.
total used free shared buffers cached Mem: 630 536 93 0 172 219 -/+ buffers/cache: 145 485 Swap: 1279 0 1279
free
, you can use the GNOME System Monitor. To start it from the desktop, go to > > or type gnome-system-monitor
at a shell prompt (such as an XTerm). Click on the Resources tab.
df
command reports the system's disk space usage. If you type the command df
at a shell prompt, the output looks similar to the following:
Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/VolGroup00-LogVol00 11675568 6272120 4810348 57% / /dev/sda1 100691 9281 86211 10% /boot none 322856 0 322856 0% /dev/shm
df -h
. The -h
argument stands for human-readable format. The output looks similar to the following:
Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup00-LogVol00 12G 6.0G 4.6G 57% / /dev/sda1 99M 9.1M 85M 10% /boot none 316M 0 316M 0% /dev/shm
/dev/shm
. This entry represents the system's virtual memory file system.
du
command displays the estimated amount of space being used by files in a directory. If you type du
at a shell prompt, the disk usage for each of the subdirectories is displayed in a list. The grand total for the current directory and subdirectories are also shown as the last line in the list. If you do not want to see the totals for all the subdirectories, use the command du -hs
to see only the grand total for the directory in human-readable format. Use the du --help
command to see more options.
gnome-system-monitor
at a shell prompt (such as an XTerm). Select the File Systems tab to view the system's partitions. The figure below illustrates the File Systems tab.
hwbrowser
at a shell prompt. As shown in Figura 40.4, “Hardware Browser”, it displays your CD-ROM devices, diskette drives, hard drives and their partitions, network devices, pointing devices, system devices, and video cards. Click on the category name in the left menu, and the information is displayed.
hal-device-manager
. Depending on your installation preferences, the graphical menu above may start this application or the Hardware Browser when clicked. The figure below illustrates the Device Manager window.
lspci
command to list all PCI devices. Use the command lspci -v
for more verbose information or lspci -vv
for very verbose output.
lspci
can be used to determine the manufacturer, model, and memory size of a system's video card:
00:00.0 Host bridge: ServerWorks CNB20LE Host Bridge (rev 06) 00:00.1 Host bridge: ServerWorks CNB20LE Host Bridge (rev 06) 00:01.0 VGA compatible controller: S3 Inc. Savage 4 (rev 04) 00:02.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev 08) 00:0f.0 ISA bridge: ServerWorks OSB4 South Bridge (rev 50) 00:0f.1 IDE interface: ServerWorks OSB4 IDE Controller 00:0f.2 USB Controller: ServerWorks OSB4/CSB5 OHCI USB Controller (rev 04) 01:03.0 SCSI storage controller: Adaptec AIC-7892P U160/m (rev 02) 01:05.0 RAID bus controller: IBM ServeRAID Controller
lspci
is also useful to determine the network card in your system if you do not know the manufacturer or model number.
ps --help
— Displays a list of options that can be used with ps
.
top
manual page — Type man top
to learn more about top
and its many options.
free
manual page — type man free
to learn more about free
and its many options.
df
manual page — Type man df
to learn more about the df
command and its many options.
du
manual page — Type man du
to learn more about the du
command and its many options.
lspci
manual page — Type man lspci
to learn more about the lspci
command and its many options.
oprofile
RPM package must be installed to use this tool.
--separate=library
seja usada.
opreport
does not associate samples for inline functions' properly — opreport
uses a simple address range mechanism to determine which function an address is in. Inline function samples are not attributed to the inline function but rather to the function the inline function was inserted into.
opcontrol --reset
to clear out the samples from previous runs.
oprofile
package.
Comando | Decrição |
---|---|
ophelp
|
Exibe eventos disponíveis do processador do sistema junto a uma breve descrição de cada.
|
opimport
|
Converte o arquivo do banco de dados de amostras de um formato diferente para o formato nativo do sistema. Use esta opção somente ao analisar um banco de dados de amostras de uma arquitetura diferente.
|
opannotate
|
Creates annotated source for an executable if the application was compiled with debugging symbols. Refer to Seção 41.5.4, “Using opannotate ” for details.
|
opcontrol
|
Configures what data is collected. Refer to Seção 41.2, “Configurando o OProfile” for details.
|
opreport
|
Retrieves profile data. Refer to Seção 41.5.1, “Using
opreport ” for details.
|
oprofiled
|
Roda como um daemon para gravar dados da amostra no disco periodicamente.
|
opcontrol
utility to configure OProfile. As the opcontrol
commands are executed, the setup options are saved to the /root/.oprofile/daemonrc
file.
opcontrol --setup --vmlinux=/usr/lib/debug/lib/modules/`uname -r`/vmlinux
debuginfo
package must be installed (which contains the uncompressed kernel) in order to monitor the kernel.
opcontrol --setup --no-vmlinux
oprofile
kernel module, if it is not already loaded, and creates the /dev/oprofile/
directory, if it does not already exist. Refer to Seção 41.6, “Understanding /dev/oprofile/
” for details about this directory.
oprofile
module can be loaded from it.
Processador |
cpu_type
| Número de Contadores |
---|---|---|
Pentium Pro | i386/ppro | 2 |
Pentium II | i386/pii | 2 |
Pentium III | i386/piii | 2 |
Pentium 4 (não-hyper-threaded) | i386/p4 | 8 |
Pentium 4 (hyper-threaded) | i386/p4-ht | 4 |
Athlon | i386/athlon | 4 |
AMD64 | x86-64/hammer | 4 |
Itanium | ia64/itanium | 4 |
Itanium 2 | ia64/itanium2 | 4 |
TIMER_INT | timer | 1 |
IBM eServer iSeries and pSeries | timer | 1 |
ppc64/power4 | 8 | |
ppc64/power5 | 6 | |
ppc64/970 | 8 | |
IBM eServer S/390 and S/390x | timer | 1 |
IBM eServer zSeries | timer | 1 |
timer
is used as the processor type if the processor does not have supported performance monitoring hardware.
timer
is used, events cannot be set for any processor because the hardware does not have support for hardware performance counters. Instead, the timer interrupt is used for profiling.
timer
is not used as the processor type, the events monitored can be changed, and counter 0 for the processor is set to a time-based event by default. If more than one counter exists on the processor, the counters other than counter 0 are not set to an event by default. The default events monitored are shown in Tabela 41.3, “Eventos Default”.
Processador | Default Event for Counter | Decrição |
---|---|---|
Pentium Pro, Pentium II, Pentium III, Athlon e AMD64 | CPU_CLK_UNHALTED | O relógio do processador não é desligado (halted) |
Pentium 4 (HT and non-HT) | GLOBAL_POWER_EVENTS | O tempo durante o qual o processador não é parado |
Itanium 2 | CPU_CYCLES | Ciclos da CPU |
TIMER_INT | (nenhum) | Amostra de cada interrupção do timer |
ppc64/power4 | CYCLES | Processor Cycles |
ppc64/power5 | CYCLES | Processor Cycles |
ppc64/970 | CYCLES | Processor Cycles |
ls -d /dev/oprofile/[0-9]*
ophelp
opcontrol
:
opcontrol --event=<event-name>
:<sample-rate>
<event-name>
with the exact name of the event from ophelp
, and replace <sample-rate>
with the number of events between samples.
cpu_type
is not timer
, each event can have a sampling rate set for it. The sampling rate is the number of events between each sample snapshot.
opcontrol --event=<event-name>
:<sample-rate>
<sample-rate>
pelo número de eventos a aguardar antes de fazer o 'sampling' novamente. Quanto menor a contagem, mais frequentes as amostras. Para eventos que ocorrem esporadicamente, pode-se precisar de uma contagem menor para capturar as instâncias do evento.
ophelp
command. The values for each unit mask are listed in hexadecimal format. To specify more than one unit mask, the hexadecimal values must be combined using a bitwise or operation.
opcontrol --event=<event-name>
:<sample-rate>
:<unit-mask>
opcontrol --event=<event-name>
:<sample-rate>
:<unit-mask>
:0
opcontrol --event=<event-name>
:<sample-rate>
:<unit-mask>
:1
opcontrol --event=<event-name>
:<sample-rate>
:<unit-mask>
:<kernel>
:0
opcontrol --event=<event-name>
:<sample-rate>
:<unit-mask>
:<kernel>
:1
opcontrol --separate=<choice>
<choice>
pode ser uma das seguintes:
none
— do not separate the profiles (default)
library
— generate per-application profiles for libraries
kernel
— generate per-application profiles for the kernel and kernel modules
all
— generate per-application profiles for libraries and per-application profiles for the kernel and kernel modules
--separate=library
é usada, o nome do arquivo de amostras inclui os nomes dos executáveis, assim como o nome da biblioteca.
oprofile
is restarted.
opcontrol --start
Using log file /var/lib/oprofile/oprofiled.log Daemon started. Profiler running.
/root/.oprofile/daemonrc
are used.
oprofiled
, is started; it periodically writes the sample data to the /var/lib/oprofile/samples/
directory. The log file for the daemon is located at /var/lib/oprofile/oprofiled.log
.
opcontrol --shutdown
<name>
por um nome descritivo único para a sessão corrente:
opcontrol --save=<name>
/var/lib/oprofile/samples/name
/
is created and the current sample files are copied to it.
oprofiled
, collects the samples and writes them to the /var/lib/oprofile/samples/
directory. Before reading the data, make sure all data has been written to this directory by executing the following command as root:
opcontrol --dump
/bin/bash
becomes:
\{root\}/bin/bash/\{dep\}/\{root\}/bin/bash/CPU_CLK_UNHALTED.100000
opreport
opannotate
oparchive
can be used to address this problem.
opreport
opreport
tool provides an overview of all the executables being profiled.
Profiling through timer interrupt TIMER:0| samples| %| ------------------ 25926 97.5212 no-vmlinux 359 1.3504 pi 65 0.2445 Xorg 62 0.2332 libvte.so.4.4.0 56 0.2106 libc-2.3.4.so 34 0.1279 libglib-2.0.so.0.400.7 19 0.0715 libXft.so.2.1.2 17 0.0639 bash 8 0.0301 ld-2.3.4.so 8 0.0301 libgdk-x11-2.0.so.0.400.13 6 0.0226 libgobject-2.0.so.0.400.7 5 0.0188 oprofiled 4 0.0150 libpthread-2.3.4.so 4 0.0150 libgtk-x11-2.0.so.0.400.13 3 0.0113 libXrender.so.1.2.2 3 0.0113 du 1 0.0038 libcrypto.so.0.9.7a 1 0.0038 libpam.so.0.77 1 0.0038 libtermcap.so.2.0.8 1 0.0038 libX11.so.6.2 1 0.0038 libgthread-2.0.so.0.400.7 1 0.0038 libwnck-1.so.4.9.0
opreport
man page for a list of available command line options, such as the -r
option used to sort the output from the executable with the smallest number of samples to the one with the largest number of samples.
opreport
on a Single Executableopreport
:
opreport <mode>
<executable>
<executable>
deve ser a localidade completa do executável a ser analisado. O <mode>
deve ser um dos seguintes:
-l
opreport -l /lib/tls/libc-<version>
.so
:
samples % symbol name 12 21.4286 __gconv_transform_utf8_internal 5 8.9286 _int_malloc 4 7.1429 malloc 3 5.3571 __i686.get_pc_thunk.bx 3 5.3571 _dl_mcount_wrapper_check 3 5.3571 mbrtowc 3 5.3571 memcpy 2 3.5714 _int_realloc 2 3.5714 _nl_intern_locale_data 2 3.5714 free 2 3.5714 strcmp 1 1.7857 __ctype_get_mb_cur_max 1 1.7857 __unregister_atfork 1 1.7857 __write_nocancel 1 1.7857 _dl_addr 1 1.7857 _int_free 1 1.7857 _itoa_word 1 1.7857 calc_eclosure_iter 1 1.7857 fopen@@GLIBC_2.1 1 1.7857 getpid 1 1.7857 memmove 1 1.7857 msort_with_tmp 1 1.7857 strcpy 1 1.7857 strlen 1 1.7857 vfprintf 1 1.7857 write
-r
em conjunto com a opção -l
.
-i <symbol-name>
opreport -l -i __gconv_transform_utf8_internal /lib/tls/libc-<version>
.so
:
samples % symbol name 12 100.000 __gconv_transform_utf8_internal
-d
-l
. For example, the following output is from the command opreport -l -d __gconv_transform_utf8_internal /lib/tls/libc-<version>
.so
:
vma samples % symbol name 00a98640 12 100.000 __gconv_transform_utf8_internal 00a98640 1 8.3333 00a9868c 2 16.6667 00a9869a 1 8.3333 00a986c1 1 8.3333 00a98720 1 8.3333 00a98749 1 8.3333 00a98753 1 8.3333 00a98789 1 8.3333 00a98864 1 8.3333 00a98869 1 8.3333 00a98b08 1 8.3333
-l
, exceto que, para cada símbolo, é exibido um endereço usado da memória virtual. Para cada endereço da memória virtual, são apresentados o número de amostras e a porcentagem de amostras realativa ao número total de amostras do símbolo.
-x
<symbol-name>
session
:<name>
/var/lib/oprofile/samples/
directory.
~]$ opreport /ext3
CPU: AMD64 processors, speed 797.948 MHz (estimated)
Counted DATA_CACHE_ACCESSES events (Data cache accesses) with a unit mask of 0x00 (No unit mask) count 500000
Counted DATA_CACHE_MISSES events (Data cache misses) with a unit mask of 0x00 (No unit mask) count 500000
DATA_CACHE_ACC...|DATA_CACHE_MIS...|
samples| %| samples| %|
------------------------------------
148721 100.000 1493 100.000 ext3
~]# ln -s /lib/modules/`uname -r`/kernel/fs/ext3/ext3.ko /ext3
Then the detailed information can be obtained with:
~]# opreport image:/ext3 -l|more
warning: could not check that the binary file /ext3 has not been modified since the profile was taken. Results may be inaccurate.
CPU: AMD64 processors, speed 797.948 MHz (estimated)
Counted DATA_CACHE_ACCESSES events (Data cache accesses) with a unit mask of 0x00 (No unit mask) count 500000
Counted DATA_CACHE_MISSES events (Data cache misses) with a unit mask of 0x00 (No unit mask) count 500000
samples % samples % symbol name
16728 11.2479 7 0.4689 ext3_group_sparse
16454 11.0637 4 0.2679 ext3_count_free_blocks
14583 9.8056 51 3.4159 ext3_fill_super
8281 5.5681 129 8.6403 ext3_ioctl
7810 5.2514 62 4.1527 ext3_write_info
7286 4.8991 67 4.4876 ext3_ordered_writepage
6509 4.3767 130 8.7073 ext3_new_inode
6378 4.2886 156 10.4488 ext3_new_block
5932 3.9887 87 5.8272 ext3_xattr_block_list
...
opannotate
opannotate
tool tries to match the samples for particular instructions to the corresponding lines in the source code. The resulting files generated should have the samples for the lines at the left. It also puts in a comment at the beginning of each function listing the total samples for the function.
-g
option. By default, Red Hat Enterprise Linux packages are not compiled with this option.
opannotate
is as follows:
opannotate --search-dirs <src-dir>
--source <executable>
opannotate
man page for a list of additional command line options.
/dev/oprofile/
/dev/oprofile/
directory contains the file system for OProfile. Use the cat
command to display the values of the virtual files in this file system. For example, the following command displays the type of processor OProfile detected:
cat /dev/oprofile/cpu_type
/dev/oprofile/
for each counter. For example, if there are 2 counters, the directories /dev/oprofile/0/
and dev/oprofile/1/
exist.
count
— The interval between samples.
enabled
— If 0, the counter is off and no samples are collected for it; if 1, the counter is on and samples are being collected for it.
event
— The event to monitor.
kernel
— If 0, samples are not collected for this counter event when the processor is in kernel-space; if 1, samples are collected even if the processor is in kernel-space.
unit_mask
— Defines which unit masks are enabled for the counter.
user
— If 0, samples are not collected for the counter event when the processor is in user-space; if 1, samples are collected even if the processor is in user-space.
cat
command. For example:
cat /dev/oprofile/0/count
opreport
can be used to determine how much processor time an application or service uses. If the system is used for multiple services but is under performing, the services consuming the most processor time can be moved to dedicated systems.
CPU_CLK_UNHALTED
event can be monitored to determine the processor load over a given period of time. This data can then be used to determine if additional processors or a faster processor might improve system performance.
oprof_start
command as root at a shell prompt. To use the graphical interface, you will need to have the oprofile-gui
package installed.
/root/.oprofile/daemonrc
, and the application exits. Exiting the application does not stop OProfile from sampling.
oprof_start
interface
vmlinux
file for the kernel to monitor in the Kernel image file text field. To configure OProfile not to monitor the kernel, select No kernel image.
oprofiled
daemon log includes more information.
opcontrol --separate=kernel
command. If Per-application shared libs samples files is selected, OProfile generates per-application profiles for libraries. This is equivalent to the opcontrol --separate=library
command.
opcontrol --dump
command.
/usr/share/doc/oprofile-<version>
/oprofile.html
— OProfile Manual
oprofile
man page — Discusses opcontrol
, opreport
, opannotate
, and ophelp
Índice
yum
command. The Package Management Tool automatically queries the Red Hat Enterprise Linux servers and determines which packages need to be updated on your machine, including the kernel. This chapter is only useful for those individuals that require manual updating of kernel packages, without using the yum
command.
yum
is highly recommended by Red Hat for installing upgraded kernels.
yum
, refer to Capítulo 14, Product Subscriptions and Entitlements.
kernel
— Contains the kernel for multi-processor systems. For x86 system, only the first 4GB of RAM is used. As such, x86 systems with over 4GB of RAM should use the kernel-PAE
.
kernel-devel
— Contains the kernel headers and makefiles sufficient to build modules against the kernel
package.
kernel-PAE
(only for i686 systems) — This package offers the following key configuration option (in addition to the options already enabled for the kernel
package):
kernel-hugemem
package) is able to reliably address all 64GB of memory. Additionally, the Red Hat Enterprise Linux 5 PAE variant does not allow 4GB of addressable memory per-process like the Red Hat Enterprise Linux 4 kernel-hugemem
variant does. However, the x86_64 kernel does not suffer from any of these limitations, and is the suggested Red Hat Enterprise Linux 5 architecture to use with large-memory systems.
kernel-PAE-devel
— Contains the kernel headers and makefiles required to build modules against the kernel-PAE
package.
kernel-doc
— Contains documentation files from the kernel source. Various portions of the Linux kernel and the device drivers shipped with it are documented in these files. Installation of this package provides a reference to the options that can be passed to Linux kernel modules at load time.
/usr/share/doc/kernel-doc-<version>
/
directory.
kernel-headers
— Inclui os arquivos de cabeçalho C que especificam a interface entre o kernel Linux e as bibliotecas de userspace e programas. Os arquivos de cabeçalho definem as estruturas e constâncias que são necessárias para construir a maioria dos programas padrão.
kernel-xen
— Inclui a versão do kernel do Linux que é necessária para rodar o componente de Virtualização.
kernel-xen-devel
— Contém cabeçalhos do kernel e makefiles necessários para construir módulos no pacote kernel-xen
.
kernel-source
package has been removed and replaced with an RPM that can only be retrieved from Red Hat Network. This *.src.rpm
package must then be rebuilt locally using the rpmbuild
command. For more information on obtaining and installing the kernel source package, refer to the latest updated Release Notes (including all updates) at http://www.redhat.com/docs/manuals/enterprise/
/sbin/mkbootdisk `uname -r`
at a shell prompt.
mkbootdisk
man page for more options. You can create bootable media via CD-Rs, CD-RWs, and USB flash drives, provided that your system BIOS also supports it.
rpm -qa | grep kernel
at a shell prompt:
kernel-2.6.9-5.EL kernel-devel-2.6.9-5.EL kernel-utils-2.6.9-5.EL kernel-doc-2.6.9-5.EL kernel-smp-2.6.9-5.EL kernel-smp-devel-2.6.9-5.EL kernel-hugemem-devel-2.6.9-5.EL
kernel
package. Refer to Seção 42.1, “Visão Geral dos Pacotes do Kernel” for descriptions of the different packages.
<variant>
-<version>
.<arch>
.rpm, where <variant>
is one of either PAE
, xen
, and so forth. The <arch>
is one of the following:
x86_64
for the AMD64 and Intel EM64T architectures
ia64
for the Intel® Itanium™ architecture
ppc64
for the IBM® eServer™ pSeries™ architecture
s390
for the IBM® S/390® architecture
s390x
for the IBM® eServer™ System z® architecture
i686
for Intel® Pentium® II, Intel® Pentium® III, Intel® Pentium® 4, AMD Athlon®, and AMD Duron® systems
-i
argument with the rpm
command to keep the old kernel. Do not use the -U
option, since it overwrites the currently installed kernel, which creates boot loader problems. For example:
rpm -ivh kernel-<kernel version>
.<arch>
.rpm
/etc/fstab
, an initial RAM disk is needed. The initial RAM disk allows a modular kernel to have access to modules that it might need to boot from before the kernel has access to the device where the modules normally reside.
mkinitrd
command. However, this step is performed automatically if the kernel and its associated packages are installed or upgraded from the RPM packages distributed by Red Hat; in such cases, you do not need to create the initial RAM disk manually. To verify that an initial RAM disk already exists, use the command ls -l /boot
to make sure the initrd-<version>
.img
file was created (the version should match the version of the kernel just installed).
vmlinux
file are combined into one file, which is created with the addRamDisk
command. This step is performed automatically if the kernel and its associated packages are installed or upgraded from the RPM packages distributed by Red Hat, Inc.; thus, it does not need to be executed manually. To verify that it was created, use the command ls -l /boot
to make sure the /boot/vmlinitrd-<kernel-version>
file already exists (the <kernel-version>
should match the version of the kernel just installed).
kernel
RPM package configures the boot loader to boot the newly installed kernel (except for IBM eServer iSeries systems). However, it does not configure the boot loader to boot the new kernel by default.
/boot/grub/grub.conf
contains a title
section with the same version as the kernel
package just installed
# Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/hda2 # initrd /initrd-version.img #boot=/dev/hda default=1 timeout=10 splashimage=(hd0,0)/grub/splash.xpm.gz title Red Hat Enterprise Linux (2.6.9-5.EL) root (hd0,0) kernel /vmlinuz-2.6.9-5.EL ro root=LABEL=/ initrd /initrd-2.6.9-5.EL.img title Red Hat Enterprise Linux (2.6.9-1.906_EL) root (hd0,0) kernel /vmlinuz-2.6.9-1.906_EL ro root=LABEL=/ initrd /initrd-2.6.9-1.906_EL.img
/boot/
partition was created, the paths to the kernel and initrd
image are relative to /boot/
.
default
variable to the title section number for the title section that contains the new kernel. The count starts with 0. For example, if the new kernel is the first title section, set default
to 0
.
/boot/efi/EFI/redhat/elilo.conf
as the configuration file. Confirm that this file contains an image
section with the same version as the kernel
package just installed:
prompt timeout=50 default=old image=vmlinuz-2.6.9-5.EL label=linux initrd=initrd-2.6.9-5.EL.img read-only append="root=LABEL=/" image=vmlinuz-2.6.9-1.906_EL label=old initrd=initrd-2.6.9-1.906.img read-only append="root=LABEL=/"
default
variable to the value of the label
for the image
section that contains the new kernel.
/etc/zipl.conf
as the configuration file. Confirm that the file contains a section with the same version as the kernel package just installed:
[defaultboot] default=old target=/boot/ [linux] image=/boot/vmlinuz-2.6.9-5.EL ramdisk=/boot/initrd-2.6.9-5.EL.img parameters="root=LABEL=/" [old] image=/boot/vmlinuz-2.6.9-1.906_EL ramdisk=/boot/initrd-2.6.9-1.906_EL.img parameters="root=LABEL=/"
default
variable to the name of the section that contains the new kernel. The first line of each section contains the name in brackets.
/sbin/zipl
as root to enable the changes.
/boot/vmlinitrd-<kernel-version>
file is installed when you upgrade the kernel. However, you must use the dd
command to configure the system to boot the new kernel:
cat /proc/iSeries/mf/side
to determine the default side (either A, B, or C).
<versão-do-kernel>
é a versão do kernel novo e <lado>
é o lado do comando anterior:
dd if=/boot/vmlinitrd-<kernel-version>
of=/proc/iSeries/mf/<side>
/vmlinux bs=8k
/etc/aboot.conf
as the configuration file. Confirm that the file contains an image
section with the same version as the kernel
package just installed:
boot=/dev/sda1 init-message=Welcome to Red Hat Enterprise Linux! Hit <TAB> for boot options partition=2 timeout=30 install=/usr/lib/yaboot/yaboot delay=10 nonvram image=/vmlinux--2.6.9-5.EL label=old read-only initrd=/initrd--2.6.9-5.EL.img append="root=LABEL=/" image=/vmlinux-2.6.9-5.EL label=linux read-only initrd=/initrd-2.6.9-5.EL.img append="root=LABEL=/"
default
and set it to the label
of the image stanza that contains the new kernel.
kernel-smp-unsupported-<kernel-version>
and kernel-hugemem-unsupported-<kernel-version>
. Replace <kernel-version>
with the version of the kernel installed on the system. These packages are not installed by the Red Hat Enterprise Linux installation program, and the modules provided are not supported by Red Hat, Inc.
module-init-tools
package is installed. Use these commands to determine if a module has been loaded successfully or when trying different modules for a piece of new hardware.
/sbin/lsmod
displays a list of currently loaded modules. For example:
Module Size Used by tun 11585 1 autofs4 21573 1 hidp 16193 2 rfcomm 37849 0 l2cap 23873 10 hidp,rfcomm bluetooth 50085 5 hidp,rfcomm,l2cap sunrpc 153725 1 dm_mirror 29073 0 dm_mod 57433 1 dm_mirror video 17221 0 sbs 16257 0 i2c_ec 5569 1 sbs container 4801 0 button 7249 0 battery 10565 0 asus_acpi 16857 0 ac 5701 0 ipv6 246113 12 lp 13065 0 parport_pc 27493 1 parport 37001 2 lp,parport_pc uhci_hcd 23885 0 floppy 57317 1 sg 34653 0 snd_ens1371 26721 1 gameport 16073 1 snd_ens1371 snd_rawmidi 24897 1 snd_ens1371 snd_ac97_codec 91360 1 snd_ens1371 snd_ac97_bus 2753 1 snd_ac97_codec snd_seq_dummy 4293 0 snd_seq_oss 32705 0 serio_raw 7493 0 snd_seq_midi_event 8001 1 snd_seq_oss snd_seq 51633 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event snd_seq_device 8781 4 snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq snd_pcm_oss 42849 0 snd_mixer_oss 16833 1 snd_pcm_oss snd_pcm 76485 3 snd_ens1371,snd_ac97_codec,snd_pcm_oss snd_timer 23237 2 snd_seq,snd_pcm snd 52933 12 snd_ens1371,snd_rawmidi,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer soundcore 10145 1 snd i2c_piix4 8909 0 ide_cd 38625 3 snd_page_alloc 10569 1 snd_pcm i2c_core 21697 2 i2c_ec,i2c_piix4 pcnet32 34117 0 cdrom 34913 1 ide_cd mii 5825 1 pcnet32 pcspkr 3521 0 ext3 129737 2 jbd 58473 1 ext3 mptspi 17353 3 scsi_transport_spi 25025 1 mptspi mptscsih 23361 1 mptspi sd_mod 20929 16 scsi_mod 134121 5 sg,mptspi,scsi_transport_spi,mptscsih,sd_mod mptbase 52193 2 mptspi,mptscsih
/sbin/lsmod
output is less verbose and easier to read than the output from viewing /proc/modules
.
/sbin/modprobe
command followed by the kernel module name. By default, modprobe
attempts to load the module from the /lib/modules/<kernel-version>
/kernel/drivers/
subdirectories. There is a subdirectory for each type of module, such as the net/
subdirectory for network interface drivers. Some kernel modules have module dependencies, meaning that other modules must be loaded first for it to load. The /sbin/modprobe
command checks for these dependencies and loads the module dependencies before loading the specified module.
modprobe e100
e100
module.
/sbin/modprobe
executes them, use the -v
option. For example:
modprobe -v e100
insmod /lib/modules/2.6.9-5.EL/kernel/drivers/net/e100.ko Using /lib/modules/2.6.9-5.EL/kernel/drivers/net/e100.ko Symbol version prefix 'smp_'
/sbin/insmod
command also exists to load kernel modules; however, it does not resolve dependencies. Thus, it is recommended that the /sbin/modprobe
command be used.
/sbin/rmmod
command followed by the module name. The rmmod
utility only unloads modules that are not in use and that are not a dependency of other modules in use.
rmmod e100
e100
kernel module.
modinfo
. Use the command /sbin/modinfo
to display information about a kernel module. The general syntax is:
modinfo [options]
<module>
-d
, which displays a brief description of the module, and -p
, which lists the parameters the module supports. For a complete list of options, refer to the modinfo
man page (man modinfo
).
/etc/modprobe.conf
file. However, it is sometimes necessary to explicitly force the loading of a module at boot time.
/etc/rc.modules
file at boot time, which contains various commands to load modules. The rc.modules
should be used, and not rc.local
because rc.modules
is executed earlier in the boot process.
foo
module at boot time (as root):
echo modprobe foo >> /etc/rc.modules
chmod +x /etc/rc.modules
e100
driver with the e100_speed_duplex=4
option.
modinfo
command is also useful for listing various information about a kernel module, such as version, dependencies, parameter options, and aliases.
Hardware | Module | Parameters |
---|---|---|
3ware Storage Controller and 9000 series |
3w-xxxx.ko, 3w-9xxx.ko
| |
Adaptec Advanced Raid Products, Dell PERC2, 2/Si, 3/Si, 3/Di, HP NetRAID-4M, IBM ServeRAID, and ICP SCSI driver |
aacraid.ko
|
nondasd — Control scanning of hba for nondasd devices. 0=off, 1=on
dacmode — Control whether dma addressing is using 64 bit DAC. 0=off, 1=on
commit — Control whether a COMMIT_CONFIG is issued to the adapter for foreign arrays. This is typically needed in systems that do not have a BIOS. 0=off, 1=on
startup_timeout — The duration of time in seconds to wait for adapter to have it's kernel up and running. This is typically adjusted for large systems that do not have a BIOS
aif_timeout — The duration of time in seconds to wait for applications to pick up AIFs before deregistering them. This is typically adjusted for heavily burdened systems.
numacb — Request a limit to the number of adapter control blocks (FIB) allocated. Valid values are 512 and down. Default is to use suggestion from Firmware.
acbsize — Request a specific adapter control block (FIB) size. Valid values are 512, 2048, 4096 and 8192. Default is to use suggestion from Firmware.
|
Adaptec 28xx, R9xx, 39xx AHA-284x, AHA-29xx, AHA-394x, AHA-398x, AHA-274x, AHA-274xT, AHA-2842, AHA-2910B, AHA-2920C, AHA-2930/U/U2, AHA-2940/W/U/UW/AU/, U2W/U2/U2B/, U2BOEM, AHA-2944D/WD/UD/UWD, AHA-2950U2/W/B, AHA-3940/U/W/UW/, AUW/U2W/U2B, AHA-3950U2D, AHA-3985/U/W/UW, AIC-777x, AIC-785x, AIC-786x, AIC-787x, AIC-788x , AIC-789x, AIC-3860 |
aic7xxx.ko
|
verbose — Enable verbose/diagnostic logging
allow_memio — Allow device registers to be memory mapped
debug — Bitmask of debug values to enable
no_probe — Toggle EISA/VLB controller probing
probe_eisa_vl — Toggle EISA/VLB controller probing
no_reset — Supress initial bus resets
extended — Enable extended geometry on all controllers
periodic_otag — Send an ordered tagged transaction periodically to prevent tag starvation. This may be required by some older disk drives or RAID arrays.
tag_info:<tag_str> — Set per-target tag depth
global_tag_depth:<int> — Global tag depth for every target on every bus
seltime:<int> — Selection Timeout (0/256ms,1/128ms,2/64ms,3/32ms)
|
IBM ServeRAID |
ips.ko
| |
LSI Logic MegaRAID Mailbox Driver |
megaraid_mbox.ko
|
unconf_disks — Set to expose unconfigured disks to kernel (default=0)
busy_wait — Max wait for mailbox in microseconds if busy (default=10)
max_sectors — Maximum number of sectors per IO command (default=128)
cmd_per_lun — Maximum number of commands per logical unit (default=64)
fast_load — Faster loading of the driver, skips physical devices! (default=0)
debug_level — Debug level for driver (default=0)
|
Emulex LightPulse Fibre Channel SCSI driver |
lpfc.ko
|
lpfc_poll — FCP ring polling mode control: 0 - none, 1 - poll with interrupts enabled 3 - poll and disable FCP ring interrupts
lpfc_log_verbose — Verbose logging bit-mask
lpfc_lun_queue_depth — Max number of FCP commands we can queue to a specific LUN
lpfc_hba_queue_depth — Max number of FCP commands we can queue to a lpfc HBA
lpfc_scan_down — Start scanning for devices from highest ALPA to lowest
lpfc_nodev_tmo — Seconds driver will hold I/O waiting for a device to come back
lpfc_topology — Select Fibre Channel topology
lpfc_link_speed — Select link speed
lpfc_fcp_class — Select Fibre Channel class of service for FCP sequences
lpfc_use_adisc — Use ADISC on rediscovery to authenticate FCP devices
lpfc_ack0 — Enable ACK0 support
lpfc_cr_delay — A count of milliseconds after which an interrupt response is generated
lpfc_cr_count — A count of I/O completions after which an interrupt response is generated
lpfc_multi_ring_support — Determines number of primary SLI rings to spread IOCB entries across
lpfc_fdmi_on — Enable FDMI support
lpfc_discovery_threads — Maximum number of ELS commands during discovery
lpfc_max_luns — Maximum allowed LUN
lpfc_poll_tmo — Milliseconds driver will wait between polling FCP ring
|
HP Smart Array | cciss.ko | |
LSI Logic MPT Fusion | mptbase.ko mptctl.ko mptfc.ko mptlan.ko mptsas.ko mptscsih.ko mptspi.ko |
mpt_msi_enable — MSI Support Enable
mptfc_dev_loss_tmo — Initial time the driver programs the transport to wait for an rport to return following a device loss event.
mpt_pt_clear — Clear persistency table
mpt_saf_te — Force enabling SEP Processor
|
QLogic Fibre Channel Driver | qla2xxx.ko |
ql2xlogintimeout — Login timeout value in seconds.
qlport_down_retry — Maximum number of command retries to a port that returns a PORT-DOWN status
ql2xplogiabsentdevice — Option to enable PLOGI to devices that are not present after a Fabric scan.
ql2xloginretrycount — Specify an alternate value for the NVRAM login retry count.
ql2xallocfwdump — Option to enable allocation of memory for a firmware dump during HBA initialization. Default is 1 - allocate memory.
extended_error_logging — Option to enable extended error logging.
ql2xfdmienable — Enables FDMI registrations.
|
NCR, Symbios and LSI 8xx and 1010 | sym53c8xx |
cmd_per_lun — The maximum number of tags to use by default
tag_ctrl — More detailed control over tags per LUN
burst — Maximum burst. 0 to disable, 255 to read from registers
led — Set to 1 to enable LED support
diff — 0 for no differential mode, 1 for BIOS, 2 for always, 3 for not GPIO3
irqm — 0 for open drain, 1 to leave alone, 2 for totem pole
buschk — 0 to not check, 1 for detach on error, 2 for warn on error
hostid — The SCSI ID to use for the host adapters
verb — 0 for minimal verbosity, 1 for normal, 2 for excessive
debug — Set bits to enable debugging
settle — Settle delay in seconds. Default 3
nvram — Option currently not used
excl — List ioport addresses here to prevent controllers from being attached
safe — Set other settings to a "safe mode"
|
ethtool
or mii-tool
. Only after these tools fail to work should module parameters be adjusted. Module parameters can be viewed using the modinfo
command.
ethtool
, mii-tool
, and modinfo
.
Hardware | Module | Parameters |
---|---|---|
3Com EtherLink PCI III/XL Vortex (3c590, 3c592, 3c595, 3c597) Boomerang (3c900, 3c905, 3c595) |
3c59x.ko
|
debug — 3c59x debug level (0-6)
options — 3c59x: Bits 0-3: media type, bit 4: bus mastering, bit 9: full duplex
global_options — 3c59x: same as options, but applies to all NICs if options is unset
full_duplex — 3c59x full duplex setting(s) (1)
global_full_duplex — 3c59x: same as full_duplex, but applies to all NICs if full_duplex is unset
hw_checksums — 3c59x Hardware checksum checking by adapter(s) (0-1)
flow_ctrl — 3c59x 802.3x flow control usage (PAUSE only) (0-1)
enable_wol — 3c59x: Turn on Wake-on-LAN for adapter(s) (0-1)
global_enable_wol — 3c59x: same as enable_wol, but applies to all NICs if enable_wol is unset
rx_copybreak — 3c59x copy breakpoint for copy-only-tiny-frames
max_interrupt_work — 3c59x maximum events handled per interrupt
compaq_ioaddr — 3c59x PCI I/O base address (Compaq BIOS problem workaround)
compaq_irq — 3c59x PCI IRQ number (Compaq BIOS problem workaround)
compaq_device_id — 3c59x PCI device ID (Compaq BIOS problem workaround)
watchdog — 3c59x transmit timeout in milliseconds
global_use_mmio — 3c59x: same as use_mmio, but applies to all NICs if options is unset
use_mmio — 3c59x: use memory-mapped PCI I/O resource (0-1)
|
RTL8139, SMC EZ Card Fast Ethernet, RealTek cards using RTL8129, or RTL8139 Fast Ethernet chipsets |
8139too.ko
| |
Broadcom 4400 10/100 PCI ethernet driver |
b44.ko
|
b44_debug — B44 bitmapped debugging message enable value
|
Broadcom NetXtreme II BCM5706/5708 Driver |
bnx2.ko
|
disable_msi — Disable Message Signaled Interrupt (MSI)
|
Intel Ether Express/100 driver |
e100.ko
|
debug — Debug level (0=none,...,16=all)
eeprom_bad_csum_allow — Allow bad eeprom checksums
|
Intel EtherExpress/1000 Gigabit |
e1000.ko
|
TxDescriptors — Number of transmit descriptors
RxDescriptors — Number of receive descriptors
Speed — Speed setting
Duplex — Duplex setting
AutoNeg — Advertised auto-negotiation setting
FlowControl — Flow Control setting
XsumRX — Disable or enable Receive Checksum offload
TxIntDelay — Transmit Interrupt Delay
TxAbsIntDelay — Transmit Absolute Interrupt Delay
RxIntDelay — Receive Interrupt Delay
RxAbsIntDelay — Receive Absolute Interrupt Delay
InterruptThrottleRate — Interrupt Throttling Rate
SmartPowerDownEnable — Enable PHY smart power down
KumeranLockLoss — Enable Kumeran lock loss workaround
|
Myricom 10G driver (10GbE) |
myri10ge.ko
|
myri10ge_fw_name — Firmware image name
myri10ge_ecrc_enable — Enable Extended CRC on PCI-E
myri10ge_max_intr_slots — Interrupt queue slots
myri10ge_small_bytes — Threshold of small packets
myri10ge_msi — Enable Message Signalled Interrupts
myri10ge_intr_coal_delay — Interrupt coalescing delay
myri10ge_flow_control — Pause parameter
myri10ge_deassert_wait — Wait when deasserting legacy interrupts
myri10ge_force_firmware — Force firmware to assume aligned completions
myri10ge_skb_cross_4k — Can a small skb cross a 4KB boundary?
myri10ge_initial_mtu — Initial MTU
myri10ge_napi_weight — Set NAPI weight
myri10ge_watchdog_timeout — Set watchdog timeout
myri10ge_max_irq_loops — Set stuck legacy IRQ detection threshold
|
NatSemi DP83815 Fast Ethernet |
natsemi.ko
|
mtu — DP8381x MTU (all boards)
debug — DP8381x default debug level
rx_copybreak — DP8381x copy breakpoint for copy-only-tiny-frames
options — DP8381x: Bits 0-3: media type, bit 17: full duplex
full_duplex — DP8381x full duplex setting(s) (1)
|
AMD PCnet32 and AMD PCnetPCI |
pcnet32.ko
| |
PCnet32 and PCnetPCI |
pcnet32.ko
|
debug — pcnet32 debug level
max_interrupt_work — pcnet32 maximum events handled per interrupt
rx_copybreak — pcnet32 copy breakpoint for copy-only-tiny-frames
tx_start_pt — pcnet32 transmit start point (0-3)
pcnet32vlb — pcnet32 Vesa local bus (VLB) support (0/1)
options — pcnet32 initial option setting(s) (0-15)
full_duplex — pcnet32 full duplex setting(s) (1)
homepna — pcnet32 mode for 79C978 cards (1 for HomePNA, 0 for Ethernet, default Ethernet
|
RealTek RTL-8169 Gigabit Ethernet driver |
r8169.ko
|
media — force phy operation. Deprecated by ethtool (8).
rx_copybreak — Copy breakpoint for copy-only-tiny-frames
use_dac — Enable PCI DAC. Unsafe on 32 bit PCI slot.
debug — Debug verbosity level (0=none, ..., 16=all)
|
Neterion Xframe 10GbE Server Adapter |
s2io.ko
| |
SIS 900/701G PCI Fast Ethernet |
sis900.ko
|
multicast_filter_limit — SiS 900/7016 maximum number of filtered multicast addresses
max_interrupt_work — SiS 900/7016 maximum events handled per interrupt
sis900_debug — SiS 900/7016 bitmapped debugging message level
|
Adaptec Starfire Ethernet driver |
starfire.ko
|
max_interrupt_work — Maximum events handled per interrupt
mtu — MTU (all boards)
debug — Debug level (0-6)
rx_copybreak — Copy breakpoint for copy-only-tiny-frames
intr_latency — Maximum interrupt latency, in microseconds
small_frames — Maximum size of receive frames that bypass interrupt latency (0,64,128,256,512)
options — Deprecated: Bits 0-3: media type, bit 17: full duplex
full_duplex — Deprecated: Forced full-duplex setting (0/1)
enable_hw_cksum — Enable/disable hardware cksum support (0/1)
|
Broadcom Tigon3 |
tg3.ko
|
tg3_debug — Tigon3 bitmapped debugging message enable value
|
ThunderLAN PCI |
tlan.ko
|
aui — ThunderLAN use AUI port(s) (0-1)
duplex — ThunderLAN duplex setting(s) (0-default, 1-half, 2-full)
speed — ThunderLAN port speen setting(s) (0,10,100)
debug — ThunderLAN debug mask
bbuf — ThunderLAN use big buffer (0-1)
|
Digital 21x4x Tulip PCI Ethernet cards SMC EtherPower 10 PCI(8432T/8432BT) SMC EtherPower 10/100 PCI(9332DST) DEC EtherWorks 100/10 PCI(DE500-XA) DEC EtherWorks 10 PCI(DE450) DEC QSILVER's, Znyx 312 etherarray Allied Telesis LA100PCI-T Danpex EN-9400, Cogent EM110 |
tulip.ko
|
io io_port
|
VIA Rhine PCI Fast Ethernet cards with either the VIA VT86c100A Rhine-II PCI or 3043 Rhine-I D-Link DFE-930-TX PCI 10/100 |
via-rhine.ko
|
max_interrupt_work — VIA Rhine maximum events handled per interrupt
debug — VIA Rhine debug level (0-7)
rx_copybreak — VIA Rhine copy breakpoint for copy-only-tiny-frames
avoid_D3 — Avoid power state D3 (work-around for broken BIOSes)
|
alias
and, possibly, options
lines for each card in /etc/modprobe.conf
.
bonding
kernel module and a special network interface, called a channel bonding interface. Channel bonding enables two or more network interfaces to act as one, simultaneously increasing the bandwidth and providing redundancy.
/etc/modprobe.conf
:
alias bond<N>
bonding
<N>
with the interface number, such as 0
. For each configured channel bonding interface, there must be a corresponding entry in /etc/modprobe.conf
.
miimon
or arp_interval
and the arp_ip_target
parameters. Refer to Seção 43.5.2.1, “bonding Module Directives” for a list of available options and how to quickly determine the best ones for your bonded interface.
BONDING_OPTS="<bonding parameters>
"
directive in your bonding interface configuration file (ifcfg-bond0
for example). Parameters to bonded interfaces can be configured without unloading (and reloading) the bonding module by manipulating files in the sysfs
file system.
sysfs
is a virtual file system that represents kernel objects as directories, files and symbolic links. sysfs
can be used to query for information about kernel objects, and can also manipulate those objects through the use of normal file system commands. The sysfs
virtual file system has a line in /etc/fstab
, and is mounted under /sys
. All bonded interfaces can be configured dynamically by interacting with and manipulating files under the /sys/class/net/
directory.
ifcfg-bond0
and inserted SLAVE=yes
and MASTER=bond0
directives in the bonded interfaces following the instructions in Seção 15.2.3, “Channel Bonding Interfaces”, you can proceed to testing and determining the best parameters for your bonded interface.
ifconfig bond<N>
up
as root:
ifconfig bond0 up
ifcfg-bond0
bonding interface file, you will be able to see bond0
listed in the output of running ifconfig
(without any options):
~]# ifconfig
bond0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
eth0 Link encap:Ethernet HWaddr 52:54:00:26:9E:F1
inet addr:192.168.122.251 Bcast:192.168.122.255 Mask:255.255.255.0
inet6 addr: fe80::5054:ff:fe26:9ef1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:207 errors:0 dropped:0 overruns:0 frame:0
TX packets:205 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:70374 (68.7 KiB) TX bytes:25298 (24.7 KiB)
[output truncated]
~]# cat /sys/class/net/bonding_masters
bond0
/sys/class/net/bond<N>
/bonding/
directory. First, the bond you are configuring must be taken down:
ifconfig bond0 down
echo 1000 > /sys/class/net/bond0/bonding/miimon
balance-alb
mode, you could run either:
echo 6 > /sys/class/net/bond0/bonding/mode
echo balance-alb > /sys/class/net/bond0/bonding/mode
ifconfig bond<N>
up
. If you decide to change the options, take the interface down, modify its parameters using sysfs
, bring it back up, and re-test.
BONDING_OPTS=
directive of the /etc/sysconfig/network-scripts/ifcfg-bond<N>
file for the bonded interface you are configuring. Whenever that bond is brought up (for example, by the system during the boot sequence if the ONBOOT=yes
directive is set), the bonding options specified in the BONDING_OPTS
will take effect for that bond. For more information on configuring bonded interfaces (and BONDING_OPTS
), refer to Seção 15.2.3, “Channel Bonding Interfaces”.
bonding
module. For more in-depth information on configuring channel bonding and the exhaustive list of bonding module parameters, install the kernel-doc package and then locating and opening the included bonding.txt
file:
yum -y install kernel-doc
nano -w $(rpm -ql kernel-doc | grep bonding.txt)
arp_interval=<time_in_milliseconds>
arp_interval
and arp_ip_target
parameters are specified, or, alternatively, the miimon
parameter is specified. Failure to do so can cause degradation of network performance in the event that a link fails.
mode=0
or mode=1
(the two load-balancing modes), the network switch must be configured to distribute packets evenly across the NICs. For more information on how to accomplish this, refer to /usr/share/doc/kernel-doc-<kernel_version>
/Documentation/networking/bonding.txt
0
by default, which disables it.
arp_ip_target=<ip_address>
[,<ip_address_2>
,...<ip_address_16>
]
arp_interval
parameter is enabled. Up to 16 IP addresses can be specified in a comma separated list.
arp_validate=<value>
none
. Other valid values are active
, backup
, and all
.
debug=<number>
0
— Debug messages are disabled. This is the default.
1
— Debug messages are enabled.
downdelay=<time_in_milliseconds>
miimon
parameter. The value is set to 0
by default, which disables it.
<value>
slow
or 0
— Default setting. This specifies that partners should transmit LACPDUs every 30 seconds.
fast
or 1
— Specifies that partners should transmit LACPDUs every 1 second.
miimon=<time_in_milliseconds>
ethtool <interface_name>
| grep "Link detected:"
<interface_name
> with the name of the device interface, such as eth0
, not the bond interface. If MII is supported, the command returns:
Link detected: yes
0
(the default), turns this feature off. When configuring this setting, a good starting point for this parameter is 100
.
arp_interval
and arp_ip_target
parameters are specified, or, alternatively, the miimon
parameter is specified. Failure to do so can cause degradation of network performance in the event that a link fails.
mode=<value>
<value>
is one of:
balance-rr
or 0
— Sets a round-robin policy for fault tolerance and load balancing. Transmissions are received and sent out sequentially on each bonded slave interface beginning with the first one available.
active-backup
or 1
— Sets an active-backup policy for fault tolerance. Transmissions are received and sent out via the first available bonded slave interface. Another bonded slave interface is only used if the active bonded slave interface fails.
balance-xor
or 2
— Sets an XOR (exclusive-or) policy for fault tolerance and load balancing. Using this method, the interface matches up the incoming request's MAC address with the MAC address for one of the slave NICs. Once this link is established, transmissions are sent out sequentially beginning with the first available interface.
broadcast
or 3
— Sets a broadcast policy for fault tolerance. All transmissions are sent on all slave interfaces.
802.3ad
or 4
— Sets an IEEE 802.3ad dynamic link aggregation policy. Creates aggregation groups that share the same speed and duplex settings. Transmits and receives on all slaves in the active aggregator. Requires a switch that is 802.3ad compliant.
balance-tlb
or 5
— Sets a Transmit Load Balancing (TLB) policy for fault tolerance and load balancing. The outgoing traffic is distributed according to the current load on each slave interface. Incoming traffic is received by the current slave. If the receiving slave fails, another slave takes over the MAC address of the failed slave.
balance-alb
or 6
— Sets an Active Load Balancing (ALB) policy for fault tolerance and load balancing. Includes transmit and receive load balancing for IPV4 traffic. Receive load balancing is achieved through ARP negotiation.
num_unsol_na=<number>
0 - 255
; the default value is 1
. This option affects only the active-backup mode.
primary=<interface_name>
eth0
, of the primary device. The primary
device is the first of the bonding interfaces to be used and is not abandoned unless it fails. This setting is particularly useful when one NIC in the bonding interface is faster and, therefore, able to handle a bigger load.
active-backup
mode. Refer to /usr/share/doc/kernel-doc-<kernel-version>
/Documentation/networking/bonding.txt
for more information.
primary_reselect=<value>
always
or 0
(default) — The primary slave becomes the active slave whenever it comes back up.
better
or 1
— The primary slave becomes the active slave when it comes back up, if the speed and duplex of the primary slave is better than the speed and duplex of the current active slave.
failure
or 2
— The primary slave becomes the active slave only if the current active slave fails and the primary slave is up.
primary_reselect
setting is ignored in two cases:
primary_reselect
policy via sysfs
will cause an immediate selection of the best active slave according to the new policy. This may or may not result in a change of the active slave, depending upon the circumstances
updelay=<time_in_milliseconds>
miimon
parameter. The value is set to 0
by default, which disables it.
use_carrier=<number>
miimon
should use MII/ETHTOOL ioctls or netif_carrier_ok()
to determine the link state. The netif_carrier_ok()
function relies on the device driver to maintains its state with netif_carrier_on/off
; most device drivers support this function.
netif_carrier_on/off
.
1
— Default setting. Enables the use of netif_carrier_ok()
.
0
— Enables the use of MII/ETHTOOL ioctls.
netif_carrier_on/off
.
xmit_hash_policy=<value>
balance-xor
and 802.3ad
modes. Possible values are:
0
or layer2
— Default setting. This option uses the XOR of hardware MAC addresses to generate the hash. The formula used is:
(<source_MAC_address>
XOR<destination_MAC>
) MODULO<slave_count>
1
or layer3+4
— Uses upper layer protocol information (when available) to generate the hash. This allows for traffic to a particular network peer to span multiple slaves, although a single connection will not span multiple slaves.
((<source_port>
XOR<dest_port>
) XOR ((<source_IP>
XOR<dest_IP>
) AND0xffff
) MODULO<slave_count>
layer2
transmit hash policy.
2
or layer2+3
— Uses a combination of layer2 and layer3 protocol information to generate the hash.
(((<source_IP>
XOR<dest_IP>
) AND0xffff
) XOR (<source_MAC>
XOR<destination_MAC>
)) MODULO<slave_count>
lsmod
man page — description and explanation of its output.
insmod
man page — description and list of command line options.
modprobe
man page — description and list of command line options.
rmmod
man page — description and list of command line options.
modinfo
man page — description and list of command line options.
/usr/share/doc/kernel-doc-<version>
/Documentation/kbuild/modules.txt
— how to compile and use kernel modules. Note you must have the kernel-doc
package installed to read this file.
kdump
is an advanced crash dumping mechanism. When enabled, the system is booted from the context of another kernel. This second kernel reserves a small amount of memory, and its only purpose is to capture the core dump image in case the system crashes. Since being able to analyze the core dump helps significantly to determine the exact cause of the system failure, it is strongly recommended to have this feature enabled.
kdump
service in Red Hat Enterprise Linux, and provides a brief overview of how to analyze the resulting core dump using the crash debugging utility.
kdump
Servicekdump
service, you must have the kexec-tools package installed. Refer to Parte II, “Gerenciamento de Pacotes” for more information on how to install new packages in Red Hat Enterprise Linux.
kdump
service: at the first boot, using the Kernel Dump Configuration graphical utility, and doing so manually on the command line. It also describes how to test the configuration to verify that everything works as expected.
kdump
service.
kdump
configuration screen
kdump
crash recovery is enabled, the minimum memory requirements increase by the amount of memory reserved for it. This value is determined by a user, and defaults to 128 MB.
kdump
daemon at boot time, select the Enable kdump? check box. This will enable the service for runlevels 2
, 3
, 4
, and 5
, and start it for the current session. Similarly, unselecting the check box will disable it for all runlevels and stop the service immediately.
kdump
kernel, click the up and down arrow buttons next to the Kdump Memory field to increase or decrease the value. Notice that the Usable System Memory field changes accordingly showing you the remaining memory that will be available to the system.
system-config-kdump
at a shell prompt (for example, xterm or GNOME Terminal). Unless you are already authenticated, you will be prompted to enter the superuser password.
kdump
as well as to enable or disable starting the service at boot time. When you are done, click to save the changes. The system reboot will be requested.
kdump
crash recovery is enabled, the minimum memory requirements increase by the amount of memory reserved for it. This value is determined by a user, and defaults to 128 MB.
kdump
daemon at boot time, select the Enable kdump check box. This will enable the service for runlevels 2
, 3
, 4
, and 5
, and start it for the current session. Similarly, unselecting the check box will disable it for all runlevels and stop the service immediately.
kdump
kernel, click the up and down arrow buttons next to the New kdump Memory field to increase or decrease the value. Notice that the Usable Memory field changes accordingly showing you the remaining memory that will be available to the system.
/dev/sdb1
). When you are done, click to confirm your choice.
hostname:directory
form (for example, penguin.example.com:/export
). Clicking the button will confirm your changes. Finally, edit the value of the Path field to customize the destination directory (for instance, cores
).
username@hostname
form (for example, john@penguin.example.com
). Clicking the button will confirm your changes. Finally, edit the value of the Path field to customize the destination directory (for instance, /export/cores
).
vmcore
dump file, kdump
allows you to specify an external application (that is, a core collector) to compress the data, and optionally leave out all irrelevant information. Currently, the only fully supported core collector is makedumpfile
.
-c
parameter is listed after the makedumpfile
command in the Core Collector field (for example, makedumpfile -c
).
-d value
parameter after the makedumpfile
command in the Core Collector field. The value
is a sum of values of pages you want to omit as described in Tabela 44.1, “Supported filtering levels”. For example, to remove both zero and free pages, use makedumpfile -d 17
.
makedumpfile
for a complete list of available options.
kdump
fails to create a core dump, select the appropriate option from the Default Action pulldown list. Available options are (the default action), (to reboot the system), (to present a user with an interactive shell prompt), and (to halt the system).
kdump
on the Command Line~]$ su -
Password:
kdump
kernel, open the /boot/grub/grub.conf
file in a text editor and add the crashkernel=<size>
M@16M
parameter to the list of kernel options as shown in Exemplo 44.1, “A sample /boot/grub/grub.conf
file”.
/boot/grub/grub.conf
file# grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/sda3 # initrd /initrd-version.img #boot=/dev/sda default=0 timeout=5 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title Red Hat Enterprise Linux Server (2.6.18-274.3.1.el5) root (hd0,0) kernel /vmlinuz-2.6.18-274.3.1.el5 ro root=/dev/sda3 crashkernel=128M@16M initrd /initrd-2.6.18-274.3.1.el5.img
kdump
crash recovery is enabled, the minimum memory requirements increase by the amount of memory reserved for it. This value is determined by a user, and defaults to 128 MB, as lower values proved to be unreliable. For more information on minimum memory requirements for Red Hat Enterprise Linux, refer to the Required minimums section of the Red Hat Enterprise Linux comparison chart.
vmcore
file in the /var/crash/
directory of the local file system. To change this, open the /etc/kdump.conf
configuration file in a text editor and edit the options as described below.
#path /var/crash
line, and replace the value with a desired directory path. Optionally, if you wish to write the file to a different partition, follow the same procedure with the #ext3 /dev/sda3
line as well, and change both the file system type and the device (a device name, a file system label, and UUID are all supported) accordingly. For example:
ext3 /dev/sda4 path /usr/local/cores
#raw /dev/sda5
line, and replace the value with a desired device name. For example:
raw /dev/sdb1
#net my.server.com:/export/tmp
line, and replace the value with a valid hostname and directory path. For example:
net penguin.example.com:/export/cores
#net user@my.server.com
line, and replace the value with a valid username and hostname. For example:
net john@penguin.example.com
vmcore
dump file, kdump
allows you to specify an external application (that is, a core collector) to compress the data, and optionally leave out all irrelevant information. Currently, the only fully supported core collector is makedumpfile
.
/etc/kdump.conf
configuration file in a text editor, remove the hash sign (“#”) from the beginning of the #core_collector makedumpfile -c --message-level 1
line, and edit the command line options as described below.
-c
parameter. For example:
core_collector makedumpfile -c
-d value
parameter, where value
is a sum of values of pages you want to omit as described in Tabela 44.1, “Supported filtering levels”. For example, to remove both zero and free pages, use the following:
core_collector makedumpfile -d 17 -c
makedumpfile
for a complete list of available options.
Option | Description |
---|---|
1
| Zero pages |
2
| Cache pages |
4
| Cache private |
8
| User pages |
16
| Free pages |
kdump
fails to create a core dump, the root file system is mounted and /sbin/init
is run. To change this behavior, open the /etc/kdump.conf
configuration file in a text editor, remove the hash sign (“#”) from the beginning of the #default shell
line, and replace the value with a desired action as described in Tabela 44.2, “Supported actions”. For example:
default halt
Option | Action |
---|---|
reboot
| Reboot the system, losing the core in the process. |
halt
| After failing to capture a core, halt the system. |
shell
| Run the msh session from within the initramfs, allowing a user to record the core manually. |
kdump
daemon at boot time, type the following at a shell prompt:
~]# chkconfig kdump on
2
, 3
, 4
, and 5
. Similarly, typing chkconfig kdump off
will disable it for all runlevels. To start the service in the current session, use the following command:
~]# service kdump start
No kdump initial ramdisk found. [WARNING]
Rebuilding /boot/initrd-2.6.18-194.8.1.el5kdump.img
Starting kdump: [ OK ]
kdump
enabled, and make sure that the service is running:
~]# service kdump status
Kdump is operational
~]#echo 1 > /proc/sys/kernel/sysrq
~]#echo c > /proc/sysrq-trigger
YYYY-MM-DD
-HH:MM
/vmcore
file will be copied to the location you have selected in the configuration (that is, to /var/crash/
by default).
vmcore
dump file, you must have the crash and kernel-debuginfo packages installed. To do so, type the following at a shell prompt:
~]# yum install --enablerepo=rhel-debuginfo crash kernel-debuginfo
netdump
, diskdump
, xendump
, or kdump
. When started, it presents you with an interactive prompt very similar to the GNU Debugger (GDB).
crash /var/crash/timestamp
/vmcore /usr/lib/debug/lib/modules/kernel
/vmlinux
kernel
version should be the same as the one that was captured by kdump
. To find out which kernel you are currently running, use the uname -r
command.
crash
utility~]#crash /var/crash/2010-08-04-17\:55/vmcore \
/usr/lib/debug/lib/modules/2.6.18-194.8.1.el5/vmlinux
crash 4.1.2-4.el5_5.1 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Red Hat, Inc. Copyright (C) 2004, 2005, 2006 IBM Corporation Copyright (C) 1999-2006 Hewlett-Packard Co Copyright (C) 2005, 2006 Fujitsu Limited Copyright (C) 2006, 2007 VA Linux Systems Japan K.K. Copyright (C) 2005 NEC Corporation Copyright (C) 1999, 2002, 2007 Silicon Graphics, Inc. Copyright (C) 1999, 2000, 2001, 2002 Mission Critical Linux, Inc. This program is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Enter "help copying" to see the conditions. This program has absolutely no warranty. Enter "help warranty" for details. GNU gdb 6.1 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu"... KERNEL: /usr/lib/debug/lib/modules/2.6.18-194.8.1.el5/vmlinux DUMPFILE: /var/crash/2010-08-04-17:55/vmcore CPUS: 1 DATE: Wed Aug 4 17:50:41 2010 UPTIME: 00:56:53 LOAD AVERAGE: 0.47, 0.47, 0.55 TASKS: 128 NODENAME: localhost.localdomain RELEASE: 2.6.18-194.el5 VERSION: #1 SMP Tue Mar 16 21:52:43 EDT 2010 MACHINE: i686 (2702 Mhz) MEMORY: 1 GB PANIC: "SysRq : Trigger a crashdump" PID: 6042 COMMAND: "bash" TASK: f09c7000 [THREAD_INFO: e1ba9000] CPU: 0 STATE: TASK_RUNNING (SYSRQ) crash>
exit
.
log
command at the interactive prompt.
crash> log
Linux version 2.6.18-194.el5 (mockbuild@x86-007.build.bos.redhat.com) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #1 SMP Tue Mar 16 21:52:43 EDT 2010
BIOS-provided physical RAM map:
BIOS-e820: 0000000000010000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
BIOS-e820: 000000003fff0000 - 0000000040000000 (ACPI data)
BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
127MB HIGHMEM available.
896MB LOWMEM available.
Using x86 segment limits to approximate NX protection
On node 0 totalpages: 262128
DMA zone: 4096 pages, LIFO batch:0
Normal zone: 225280 pages, LIFO batch:31
HighMem zone: 32752 pages, LIFO batch:7
DMI 2.5 present.
Using APIC driver default
... several lines omitted ...
SysRq : Trigger a crashdump
help log
for more information on the command usage.
bt
command at the interactive prompt. You can use bt pid
to display the backtrace of the selected process.
crash> bt
PID: 6042 TASK: f09c7000 CPU: 0 COMMAND: "bash"
#0 [e1ba9d10] schedule at c061c738
#1 [e1ba9d28] netlink_getsockopt at c05d50bb
#2 [e1ba9d34] netlink_queue_skip at c05d40d5
#3 [e1ba9d40] netlink_sock_destruct at c05d506d
#4 [e1ba9d84] sock_recvmsg at c05b6cc8
#5 [e1ba9dd4] enqueue_task at c041eed5
#6 [e1ba9dec] try_to_wake_up at c041f798
#7 [e1ba9e10] vsnprintf at c04efef2
#8 [e1ba9ec0] machine_kexec at c0419bf0
#9 [e1ba9f04] sys_kexec_load at c04448a1
#10 [e1ba9f4c] tty_audit_exit at c0549f06
#11 [e1ba9f50] tty_audit_add_data at c0549d5d
#12 [e1ba9f84] do_readv_writev at c0476055
#13 [e1ba9fb8] system_call at c0404f10
EAX: ffffffda EBX: 00000001 ECX: b7f7f000 EDX: 00000002
DS: 007b ESI: 00000002 ES: 007b EDI: b7f7f000
SS: 007b ESP: bf83f478 EBP: bf83f498
CS: 0073 EIP: 009ac402 ERR: 00000004 EFLAGS: 00000246
help bt
for more information on the command usage.
ps
command at the interactive prompt. You can use ps pid
to display the status of the selected process.
crash> ps
PID PPID CPU TASK ST %MEM VSZ RSS COMM
0 0 0 c068a3c0 RU 0.0 0 0 [swapper]
1 0 0 f7c81aa0 IN 0.1 2152 616 init
... several lines omitted ...
6017 1 0 e39f6550 IN 1.2 40200 13000 gnome-terminal
6019 6017 0 e39f6000 IN 0.1 2568 708 gnome-pty-helpe
6020 6017 0 f0421550 IN 0.1 4620 1480 bash
6021 1 0 f7f69aa0 ?? 1.2 40200 13000 gnome-terminal
6039 6020 0 e7e84aa0 IN 0.1 5004 1300 su
> 6042 6039 0 f09c7000 RU 0.1 4620 1464 bash
help ps
for more information on the command usage.
vm
command at the interactive prompt. You can use vm pid
to display information on the selected process.
crash> vm
PID: 6042 TASK: f09c7000 CPU: 0 COMMAND: "bash"
MM PGD RSS TOTAL_VM
e275ee40 e2b08000 1464k 4620k
VMA START END FLAGS FILE
e315d764 1fe000 201000 75 /lib/libtermcap.so.2.0.8
e315de9c 201000 202000 100073 /lib/libtermcap.so.2.0.8
c9b040d4 318000 46a000 75 /lib/libc-2.5.so
e315da04 46a000 46c000 100071 /lib/libc-2.5.so
e315d7b8 46c000 46d000 100073 /lib/libc-2.5.so
e315de48 46d000 470000 100073
e315dba8 9ac000 9ad000 8040075
c9b04a04 a2f000 a4a000 875 /lib/ld-2.5.so
c9b04374 a4a000 a4b000 100871 /lib/ld-2.5.so
e315d6bc a4b000 a4c000 100873 /lib/ld-2.5.so
e315d908 fa1000 fa4000 75 /lib/libdl-2.5.so
e315db00 fa4000 fa5000 100071 /lib/libdl-2.5.so
e315df44 fa5000 fa6000 100073 /lib/libdl-2.5.so
e315d320 ff0000 ffa000 75 /lib/libnss_files-2.5.so
e315d668 ffa000 ffb000 100071 /lib/libnss_files-2.5.so
e315def0 ffb000 ffc000 100073 /lib/libnss_files-2.5.so
e315d374 8048000 80f5000 1875 /bin/bash
c9b045c0 80f5000 80fa000 101873 /bin/bash
... several lines omitted ...
help vm
for more information on the command usage.
files
command at the interactive prompt. You can use files pid
to display files opened by the selected process.
crash> files
PID: 6042 TASK: f09c7000 CPU: 0 COMMAND: "bash"
ROOT: / CWD: /root
FD FILE DENTRY INODE TYPE PATH
0 e33be480 e609bf70 f0e1d880 CHR /dev/pts/1
1 e424d8c0 d637add8 f7809b78 REG /proc/sysrq-trigger
2 e33be480 e609bf70 f0e1d880 CHR /dev/pts/1
10 e33be480 e609bf70 f0e1d880 CHR /dev/pts/1
255 e33be480 e609bf70 f0e1d880 CHR /dev/pts/1
help files
for more information on the command usage.
man kdump.conf
/etc/kdump.conf
configuration file containing the full documentation of available options.
man kexec
kexec
containing the full documentation on its usage.
man crash
/usr/share/doc/kexec-tools-version
/kexec-kdump-howto.txt
kdump
and kexec
installation and usage.
kexec
and kdump
configuration.
Índice
nmap
seguido do nome ou endereço IP da máquina que você deseja escanear.
nmap foo.example.com
Starting nmap V. 3.50 ( www.insecure.org/nmap/ ) Interesting ports on localhost.localdomain (127.0.0.1): (The 1591 ports scanned but not shown below are in state: closed) Port State Service 22/tcp open ssh 25/tcp open smtp 111/tcp open sunrpc 443/tcp open https 515/tcp open printer 950/tcp open oftep-rpc 6000/tcp open X11 Nmap run completed -- 1 IP address (1 host up) scanned in 71.825 seconds
Exploit | Descrição | Notas | |||
---|---|---|---|---|---|
Senhas em Branco ou Padrão | Deixar senhas administrativas em branco ou usar a senha padrão provida pelo fabricante. Isto é mais comum em hardware, como roteadores e firewalls, porém alguns dos serviços que rodam no Linux podem conter senhas padrão de administrador (apesar do Red Hat Enterprise Linux 5 não incluí-las). |
| |||
Chaves Compartilhadas Padrão | Serviços seguros às vezes incluem chaves de segurança padrão com a finalidade de facilitar o exercício de desenvolvimento ou testes de avaliação. Se estas chaves permanecerem inalteradas e estiverem localizadas em um ambiente de produção na Internet, quaisquer usuários com as mesmas chaves padrão tem acesso àquele recurso de chave compartilhada assim como a quaisquer informações importantes lá contidas. |
| |||
Falsificação (Spoofing) do IP | A remote machine acts as a node on your local network, finds vulnerabilities with your servers, and installs a backdoor program or Trojan horse to gain control over your network resources. |
| |||
Eavesdropping | Coleta não autorizada de dados que trafegam entre dois nós ativos em uma rede através da prática do eavesdropping na conexão entre estes dois nós. |
| |||
Vulnerabilidades em Serviços | Um atacante encontra uma falha ou uma deficiência em um serviço executado através da Internet; através desta vulnerabilidade, o atacante compromete o sistema inteiro e quaisquer dados que este possa conter; e pode possivelmente comprometer outros sistemas na rede. |
| |||
Vulnerabilidades em Aplicações | Attackers find faults in desktop and workstation applications (such as e-mail clients) and execute arbitrary code, implant Trojan horses for future compromise, or crash systems. Further exploitation can occur if the compromised workstation has administrative privileges on the rest of the network. |
| |||
Ataques de Negação de Serviço (DoS) | Um atacante ou grupo de atacantes executam uma ação coordenada contra os recursos de rede ou de servidores de uma organização através do envio de pacotes não autorizados para o host alvo (servidor, roteador, ou estação de trabalho). Isto força o recurso a tornar-se indisponível a usuários legítimos. |
|
/tmp/updates
, and save all the downloaded packages to it.
/mnt/cdrom
, use the following command to import it into the keyring (a database of trusted keys on the system):
rpm --import /mnt/cdrom/RPM-GPG-KEY-redhat-release
rpm -qa gpg-pubkey*
gpg-pubkey-37017186-45761324
rpm -qi
command followed by the output from the previous command, as in this example:
rpm -qi gpg-pubkey-37017186-45761324
rpm -K /tmp/updates/*.rpm
gpg OK
. If it doesn't, make sure you are using the correct Red Hat public key, as well as verifying the source of the content. Packages that do not pass GPG verifications should not be installed, as they may have been altered by a third party.
rpm -Uvh /tmp/updates/*.rpm
rpm -ivh /tmp/updates/<kernel-package>
<pacote-de-kernel>
pelo nome do RPM do kernel.
rpm -e <old-kernel-package>
<pacote-de-kernel-antigo>
pelo nome do RPM do kernel antigo.
glibc
, which are used by a number of applications and services. Applications utilizing a shared library typically load the shared code when the application is initialized, so any applications using the updated library must be halted and relaunched.
lsof
command as in the following example:
lsof /usr/lib/libwrap.so*
tcp_wrappers
package is updated.
sshd
, vsftpd
, and xinetd
.
/sbin/service
command as in the following example:
service <service-name>
restart
<service-name>
with the name of the service, such as sshd
.
xinetd
Servicesxinetd
super service only run when a there is an active connection. Examples of services controlled by xinetd
include Telnet, IMAP, and POP3.
xinetd
each time a new request is received, connections that occur after an upgrade are handled by the updated software. However, if there are active connections at the time the xinetd
controlled service is upgraded, they are serviced by the older version of the software.
xinetd
controlled service, upgrade the package for the service then halt all processes currently running. To determine if the process is running, use the ps
command and then use the kill
or killall
command to halt current instances of the service.
imap
packages are released, upgrade the packages, then type the following command as root into a shell prompt:
ps -aux | grep imap
kill <PID>
kill -9 <PID>
<PID>
with the process identification number (found in the second column of the ps
command) for an IMAP session.
killall imapd
cat
.
grub-md5-crypt
/boot/grub/grub.conf
. Abra o arquivo e, abaixo da linha de comando timeout
na seção principal do documento, adicione a seguinte linha:
password --md5 <hash-da-senha>
/boot/grub/grub.conf
deve ser editada.
title
do sistema operacional ao qual você deseja adicionar segurança, e adicione abaixo desta uma linha contendo a diretiva lock
.
title DOS lock
password
deve constar na seção principal do arquivo /boot/grub/grub.conf
. Do contrário, um atacante poderá acessar a interface de edição do GRUB e remover a linha lock.
lock
na estrofe, seguida de uma linha para a senha.
title DOS lock password --md5 <password-hash>
/etc/passwd
file, which makes the system vulnerable to offline password cracking attacks. If an intruder can gain access to the machine as a regular user, they can copy the /etc/passwd
file to their own machine and run any number of password cracking programs against it. If there is an insecure password in the file, it is only a matter of time before the password cracker discovers it.
/etc/shadow
, legível somente pelo usuário root.
otrattw,tghwg.
n
por 9
e a letra d
pelo símbolo arroba (@
):
o7r@77w,7ghwg.
F
.
o7r@77w,7gHwg.
passwd
, which is Pluggable Authentication Manager (PAM) aware and therefore checks to see if the password is too short or otherwise easy to crack. This check is performed using the pam_cracklib.so
PAM module. Since PAM is customizable, it is possible to add more password integrity checkers, such as pam_passwdqc
(available from http://www.openwall.com/passwdqc/) or to write a new module. For a list of available PAM modules, refer to http://www.kernel.org/pub/linux/libs/pam/modules.html. For more information about PAM, refer to Seção 46.4, “Módulos de Autenticação Plugáveis (Pluggable Authentication Modules - PAM)”.
chage
ou o aplicativo gráfico Gerenciador de Usuários (system-config-users
).
-M
do comando chage
especifica a validade máxima de uma senha (em número de dias). Por exemplo, para fazer com que a senha de um usuário vença em 90 dias, use o seguinte comando:
chage -M 90 <nome-de-usuário>
<nome-de-usuário>
pelo nome de usuário correspondente. Para fazer com que a senha nunca vença, é comum usar o valor 99999
após a opção -M
(isto equivale a um pouco mais do que 273 anos).
chage
em modo interativo para modificar o vencimento e detalhes de várias senhas ao mesmo tempo. Use o seguinte comando para entrar em modo interativo:
chage <nome-de-usuário>
~]# chage davido
Changing the aging information for davido
Enter the new value, or press ENTER for the default
Minimum Password Age [0]: 10
Maximum Password Age [99999]: 90
Last Password Change (YYYY-MM-DD) [2006-08-18]:
Password Expiration Warning [7]:
Password Inactive [-1]:
Account Expiration Date (YYYY-MM-DD) [1969-12-31]:
~]#
system-config-users
na janela de comandos.
sudo
ou o su
. Um programa setuid roda com o ID (UID) do proprietário do programa, ao invés de usar o ID do usuário executando o programa. Tais programas são identificados por um s
na seção do proprietário em uma listagem, como no exemplo seguinte:
-rwsr-xr-x 1 root root 47324 May 1 08:09 /bin/su
s
pode ser maiúsculo ou minúsculo. Se for maiúsculo, significa que o bit de permissão adjacente não foi definido.
pam_console.so
, some activities normally reserved only for the root user, such as rebooting and mounting removable media are allowed for the first user that logs in at the physical console (refer to Seção 46.4, “Módulos de Autenticação Plugáveis (Pluggable Authentication Modules - PAM)” for more information about the pam_console.so
module.) However, other important system administration tasks, such as altering network settings, configuring a new mouse, or mounting network devices, are not possible without administrative privileges. As a result, system administrators must decide how much access the users on their network should receive.
/sbin/nologin
in the /etc/passwd
file.
Efeitos | Não Afeta |
---|---|
Prevents access to the root shell and logs any such attempts. The following programs are prevented from accessing the root account:
|
Programs that do not require a shell, such as FTP clients, mail clients, and many setuid programs. The following programs are not prevented from accessing the root account:
|
/etc/securetty
file. This file lists all devices the root user is allowed to log into. If the file does not exist at all, the root user can log in through any communication device on the system, whether via the console or a raw network interface. This is dangerous, because a user can log in to their machine as root via Telnet, which transmits the password in plain text over the network.
/etc/securetty
file only allows the root user to log in at the console physically attached to the machine. To prevent the root user from logging in, remove the contents of this file by typing the following command at a shell prompt as root:
echo > /etc/securetty
securetty
support in the KDM, GDM, and XDM login managers, add the following line:
auth [user_unknown=ignore success=ok ignore=ignore default=bad] pam_securetty.so
/etc/pam.d/gdm
/etc/pam.d/gdm-autologin
/etc/pam.d/gdm-fingerprint
/etc/pam.d/gdm-password
/etc/pam.d/gdm-smartcard
/etc/pam.d/kdm
/etc/pam.d/kdm-np
/etc/pam.d/xdm
/etc/securetty
em branco não impede que o usuário root autentique-se remotamente usando o conjunto de ferramentas OpenSSH porque o console só é aberto após a autenticação.
Efeitos | Não Afeta |
---|---|
Impede acesso à conta do root através do console ou rede. Os seguintes programas não tem acesso à conta do root:
|
Programs that do not log in as root, but perform administrative tasks through setuid or other mechanisms. The following programs are not prevented from accessing the root account:
|
/etc/ssh/sshd_config
, and change the line that reads:
#PermitRootLogin yes
PermitRootLogin no
Efeitos | Não Afeta |
---|---|
Impede o acesso root através do conjunto de ferramentas Open SSH. Os seguintes programas não tem acesso à conta do root:
|
Programs that are not part of the OpenSSH suite of tools.
|
/lib/security/pam_listfile.so
module, allows great flexibility in denying specific accounts. The administrator can use this module to reference a list of users who are not allowed to log in. To limit root access to a system service, edit the file for the target service in the /etc/pam.d/
directory and make sure the pam_listfile.so
module is required for authentication.
vsftpd
FTP server in the /etc/pam.d/vsftpd
PAM configuration file (the \
character at the end of the first line is not necessary if the directive is on a single line):
auth required /lib/security/pam_listfile.so item=user \ sense=deny file=/etc/vsftpd.ftpusers onerr=succeed
/etc/vsftpd.ftpusers
e recusar a qualquer usuário lá listado o acesso ao serviço. O administrador pode alterar o nome deste arquivo e pode manter listas separadas para cada serviço ou usar uma lista central para recusar o acesso a múltiplos serviços.
/etc/pam.d/pop
e /etc/pam.d/imap
para clientes de e-mail ou /etc/pam.d/ssh
para clientes SSH.
Efeitos | Não Afeta |
---|---|
Prevents root access to network services that are PAM aware. The following services are prevented from accessing the root account:
|
Programas e serviços que não ofereçam integração com o PAM.
|
su
ou o sudo
.
su
su
, o mesmo precisa entrar com a senha root e, após a autenticação, recebe uma solicitação de janela da root.
su
, o usuário é o usuário root e tem acesso administrativo total ao sistema[16]. Além disso, ao se tornar um usuário root, é possível que ele use o comando su
para assumir a identidade de qualquer outro usuário no sistema sem precisar entrar com a respectiva senha.
usermod -G wheel <nome-de-usuário>
<nome-de-usuário>
pelo nome do usuário sendo adicionado ao grupo wheel
.
system-config-users
na janela de comandos.
su
(/etc/pam.d/su
) em um editor de texto e remova o comentário # da seguinte linha:
auth required /lib/security/$ISA/pam_wheel.so use_uid
wheel
usem o programa.
wheel
de acordo com a configuração padrão.
sudo
sudo
oferece outra abordagem para permitir que usuários tenham acesso administrativo. Quando um usuário confiável precede um comando administrativo com sudo
, o sistema pede que o usuário entre a sua própria senha. Então, após a autenticação, e assumindo que seja permitido, o comando administrativo é executado como se o usuário fosse o root.
sudo
é o seguinte:
sudo <comando>
<comando>
seria substituído por um comando normalmente reservado apenas ao usuário root, como, por exemplo, mount
.
sudo
devem tomar cuidado extra para fazer o logout antes de deixarem suas máquinas, já que é possível usar o comando novamente sem precisar indicar a senha, por um período de cinco minutos. Esta configuração pode ser alterada através do arquivo de configuração /etc/sudoers
.
sudo
command allows for a high degree of flexibility. For instance, only users listed in the /etc/sudoers
configuration file are allowed to use the sudo
command and the command is executed in the user's shell, not a root shell. This means the root shell can be completely disabled, as shown in Seção 46.1.4.2, “Impedindo Acesso Root”.
sudo
também oferece um registro detalhado da seqüência de eventos. Cada autenticação bem-sucedida é registrada no arquivo /var/log/messages
e os comandos submetidos são registrados com o nome do usuário no arquivo /var/log/secure
.
sudo
é que um administrador pode permitir que usuários acessem diferentes comandos específicos de acordo com suas necessidades.
sudo
, o /etc/sudoers
, devem usar o comando visudo
.
visudo
e adicione uma linha similar na seguinte na seção de especificação de privilégios do usuário:
juan ALL=(ALL) ALL
juan
pode usar o sudo
em qualquer máquina e executar qualquer comando.
sudo
:
%users localhost=/sbin/shutdown -h now
/sbin/shutdown -h now
desde que o faça pelo console.
sudoers
tem uma lista detalhada das opções para este arquivo.
cupsd
— O servidor de impressão padrão do Red Hat Enterprise Linux.
lpd
— Um servidor de impressão alternativo.
xinetd
— Um super servidor que controla conexões à uma gama de servidores subordinados, como gssftp
e telnet
.
sendmail
— O Agente de Transporte de Correio (Mail Transport Agent ou MTA) Sendmail é habilitado pela configuração padrão, mas somente escuta por conexões a partir do localhost.
sshd
— O servidor OpenSSH, um substituto seguro para o Telnet.
cupsd
rodando. O mesmo vale para o portmap
. Se você não monta volumes NFSv3 ou não usa o NIS (o serviço ypbind
), então o portmap
deve ser desabilitado.
system-config-services
), ntsysv, and chkconfig
. For information on using these tools, refer to Capítulo 17, Controlando Acesso aos Serviços.
netdump
, passam o conteúdo da memória não criptografado através da rede. Despejos de memória podem conter senhas ou, pior ainda, informações de bancos de dados ou outras informações confidenciais.
finger
e rwhod
revelam informações sobre os usuários do sistema.
rlogin
, rsh
, telnet
, and vsftpd
.
rlogin
, rsh
, and telnet
) should be avoided in favor of SSH. Refer to Seção 46.1.7, “Ferramentas de Comunicação com Segurança Aprimorada” for more information about sshd
.
finger
authd
(chamado de identd
em lançamentos anteriores do Red Hat Enterprise Linux)
netdump
netdump-server
nfs
rwhod
sendmail
smb
(Samba)
yppasswdd
ypserv
ypxfrd
system-config-securitylevel
). This tool creates broad iptables
rules for a general-purpose firewall using a control panel interface.
iptables
is probably a better option. Refer to Seção 46.8, “Firewalls” for more information. Refer to Seção 46.9, “IPTables” for a comprehensive guide to the iptables
command.
telnet
e rsh
. OpenSSH inclui um serviço de rede chamado sshd
, e três aplicações cliente de linha de comandos:
ssh
— Um cliente de acesso seguro a consoles remotos.
scp
— Um comando seguro de cópia remota.
sftp
— Um cliente pseudo-ftp seguro que permite seções interativas de transferência de arquivos.
sshd
service is inherently secure, the service must be kept up-to-date to prevent security threats. Refer to Seção 45.5, “Atualizações de Segurança” for more information.
xinetd
, um super servidor que oferece acesso adicional, registro, vinculação, redirecionamento e controle de utilização de recursos.
xinetd
to create redundancy within service access controls. Refer to Seção 46.8, “Firewalls” for more information about implementing firewalls with iptables commands.
xinetd
.
hosts_options
para obter uma lista completa das funcionalidades e linguagem de controle do TCP Wrapper.
banner
.
vsftpd
. Para começar, crie um arquivo de banner. Pode estar em qualquer lugar do sistema, mas deve levar o mesmo nome que o daemon. Neste exemplo, o arquivo é chamado /etc/banners/vsftpd
e contém as seguintes linhas:
220-Hello, %c 220-All activity on ftp.example.com is logged. 220-Inappropriate use will result in your access privileges being removed.
%c
oferece uma gama de informações do cliente, tais como nome de usuário e nome de host ou nome de usuário e endereço IP, para intimidar ainda mais a conexão.
/etc/hosts.allow
:
vsftpd : ALL : banners /etc/banners/
spawn
.
/etc/hosts.deny
, a tentativa de conexão a partir daquela rede é negada e registrada em um arquivo especial:
ALL : 206.182.68.0 : spawn /bin/ 'date' %c %d >> /var/log/intruder_alert
%d
traz o nome do serviço que o atacante estava tentando acessar.
spawn
no arquivo /etc/hosts.allow
.
spawn
executa qualquer comando de linha, crie um script especial para notificar o administrador ou para executar uma série de comandos quando um determinado cliente tentar conectar ao servidor.
severity
.
emerg
nos arquivos de registro ao invés do sinal padrão, info
, e negue a conexão.
/etc/hosts.deny
:
in.telnetd : ALL : severity emerg
authpriv
padrão, mas eleva a prioridade do valor padrão info
para emerg
, o que envia mensagens de registro diretamente ao console.
xinetd
para configurar um serviço armadilha e usá-lo para controlar níveis de recursos disponíveis para quaisquer serviços xinetd
. Estabelecer limites de recursos para serviços pode ajudar a frustrar ataques de Negação de Serviço (Denial of Service, ou DoS). Consulte as páginas man para o xinetd
e o xinetd.conf
para uma lista de opções disponíveis.
xinetd
é sua habilidade em adicionar hosts à uma lista global no_access
. Aos hosts desta lista são negadas as conexões subseqüentes aos serviços gerenciados pelo xinetd
por um determinado período ou até o xinetd
ser reiniciado. Isto é feito usando o atributo SENSOR
. Esta técnica é uma maneira fácil de bloquear hosts que tentarem scanear o servidor.
SENSOR
é escolher um serviço que você não planeja utilizar. Neste exemplo, usamos o Telnet.
/etc/xinetd.d/telnet
e altere a linha flags
para:
flags = SENSOR
deny_time = 30
deny_time
são FOREVER (sempre), que mantém o banimento efetivo até que o xinetd
seja reiniciado, e NEVER (nunca), que permite a conexão e a registra.
disable = no
SENSOR
ser uma boa maneira de detectar e parar conexões de hosts perigosos, há duas desvantagens:
SENSOR
pode montar um ataque de Negação de Serviço contra determinados hosts forjando seus endereços IP e conectando à porta proibida.
xinetd
é sua habilidade em controlar a quantidade de recursos que os serviços sob seu controle podem utilizar.
cps = <number_of_connections> <wait_period>
— Limita a taxa de conexões de entrada. Esta diretiva leva dois argumentos:
<number_of_connections>
— O número de conexões por segundo a serem manuseadas. Se a taxa de conexões de entrada for mais alta que isto, o serviço torna-se temporariamente desabilitado. O valor padrão é cinqüenta (50).
<wait_period>
— O número de segundos a esperar antes de reabilitar o serviço após o mesmo tenha sido desabilitado. O intervalo padrão é dez (10) segundos.
instances = <number_of_connections>
— Determina o número total de conexões permitidas a um serviço. Esta diretiva aceita tanto um valor inteiro como UNLIMITED
.
per_source = <number_of_connections>
— Determina as conexões permitidas a um serviço por cada host. Esta diretiva aceita tanto um valor inteiro como UNLIMITED
.
rlimit_as = <number[K|M]>
— Determina a quantidade de espaço de endereço de memória que o serviço pode ocupar em kilobytes ou megabytes. Esta diretiva aceita tanto um valor inteiro como UNLIMITED
.
rlimit_cpu = <number_of_seconds>
— Determina o tempo em segundos durante o qual um serviço pode ocupar a CPU. Esta diretiva aceita tanto um valor inteiro como UNLIMITED
.
xinetd
sobrecarregue o sistema, resultando em negação de serviço.
portmap
é um daemon de atribuição dinâmica de portas para serviços RPC, como o NIS e o NFS. Tem mecanismos de autenticação fracos e tem habilidade para delegar uma vasta gama de portas para os serviços que controla. Por estas razões, é difícil de proteger.
portmap
afeta somente as implementações do NFSv2 e NFSv3, já que o NFSv4 não o requer mais. Se você planeja implementar um servidor NFSv2 ou NFSv3, o portmap
é necessário e a seção seguinte é válida.
portmap
já que este não possui uma forma de autenticação própria.
portmap
, é uma boa idéia adicionar regras do iptables ao servidor e restringir o acesso à redes específicas.
portmap
) a partir da rede 192.168.0.0/24. O segundo permite conexões TCP à mesma porta a partir do host local. Isto é necessário para o serviço sgi_fam
usado pelo Nautilus. Todos os outros pacotes são descartados.
iptables -A INPUT -p tcp -s! 192.168.0.0/24 --dport 111 -j DROP
iptables -A INPUT -p tcp -s 127.0.0.1 --dport 111 -j ACCEPT
iptables -A INPUT -p udp -s! 192.168.0.0/24 --dport 111 -j DROP
ypserv
,--> which is used in conjunction with portmap
and other related services to distribute maps of usernames, passwords, and other sensitive information to any computer claiming to be within its domain.
/usr/sbin/rpc.yppasswdd
— Também chamado de serviço yppasswdd
, esse daemon permite que os usuários alterem suas senhas NIS.
/usr/sbin/rpc.ypxfrd
— Também chamado de serviço ypxfrd
, esse daemon é responsável pelas transferências de mapa do NIS através da rede.
/usr/sbin/yppush
— Essa aplicação propaga bancos de dados NIS alterados para servidores NIS múltiplos.
/usr/sbin/ypserv
— Este é o servidor daemon do NIS.
portmap
service as outlined in Seção 46.2.2, “Protegendo o Portmap”, then address the following issues, such as network planning.
/etc/passwd
:
ypcat -d <NIS_domain>
-h <DNS_hostname>
passwd
/etc/shadow
digitando o seguinte comando:
ypcat -d <NIS_domain>
-h <DNS_hostname>
shadow
/etc/shadow
não estará armazenado em um mapa NIS.
o7hfawtgmhwg.domain.com
. Similarmente, crie um nome diferente de domínio NIS randomizado . Isto dificulta bastante o acesso de um atacante ao servidor NIS.
/var/yp/securenets
/var/yp/securenets
estiver vazio, ou não existir (como é o caso logo após uma instalação padrão), o NIS escuta à todas as redes. Uma das primeiras coisas a serem feitas é colocar pares de rede/máscara de rede no arquivo para que o ypserv
apenas responda à pedidos de redes apropriadas.
/var/yp/securenets
:
255.255.255.0 192.168.0.0
/var/yp/securenets
.
rpc.yppasswdd
— o daemon que permite a usuários alterarem suas senhas de autenticação. Atribuir portas para os outros dois daemons do servidor NIS, rpc.ypxfrd
e ypserv
, permite criar regras de firewall para proteger futuramente os daemons do servidor NIS contra intrusos.
/etc/sysconfig/network
:
YPSERV_ARGS="-p 834" YPXFRD_ARGS="-p 835"
iptables -A INPUT -p tcp -s! 192.168.0.0/24 --dport 834 -j DROP
iptables -A INPUT -p tcp -s! 192.168.0.0/24 --dport 835 -j DROP
iptables -A INPUT -p udp -s! 192.168.0.0/24 --dport 834 -j DROP
iptables -A INPUT -p udp -s! 192.168.0.0/24 --dport 835 -j DROP
/etc/shadow
através da rede. Se um intruso obtiver acesso a um domínio NIS e bisbilhotar o tráfego de rede, os hashes de senha e nomes de usuários podem ser discretamente coletados. Com tempo suficiente, um programa de quebra de senhas pode adivinhar senhas fáceis e um atacante pode obter acesso a uma conta válida na rede.
portmap
service as outlined in Seção 46.2.2, “Protegendo o Portmap”. NFS traffic now utilizes TCP in all versions, rather than UDP, and requires it when using NFSv4. NFSv4 now includes Kerberos user and group authentication, as part of the RPCSEC_GSS
kernel module. Information on portmap
is still included, since Red Hat Enterprise Linux supports NFSv2 and NFSv3, both of which utilize portmap
.
/etc/exports
. Cuidado para não adicionar espaços extras ao editar este arquivo.
/etc/exports
compartilha o diretório /tmp/nfs/
com o host bob.example.com
com permissões de leitura e escrita.
/tmp/nfs/ bob.example.com(rw)
/etc/exports
compartilha o mesmo diretório com o host bob.example.com
com permissão somente-leitura, e o compartilha com o mundo com permissões leitura e escrita devido um único caractere de espaço após o nome de host.
/tmp/nfs/ bob.example.com (rw)
showmount
para checar o que está sendo compartilhado:
showmount -e <hostname>
no_root_squash
nfsnobody
, uma conta de usuário sem privilégios. Isto muda o proprietário de todos os arquivos criados pelo root para nfsnobody
, que previne o carregamento de programas com o setuid definido.
no_root_squash
is used, remote root users are able to change any file on the shared file system and leave applications infected by Trojans for other users to inadvertently execute.
FollowSymLinks
/
.
Indexes
UserDir
UserDir
é desabilitada por padrão porque esta pode confirmar a presença de uma conta de usuário no sistema. Para possibilitar a navegação pelos diretórios do usuário no servidor, use as seguintes diretivas:
UserDir enabled UserDir disabled root
/root/
. Para adicionar usuários à lista de contas desativadas, adicione uma lista de usuários delimitada por espaço na linha UserDir disabled
.
IncludesNoExec
chown root
<directory_name>
chmod 755
<directory_name>
gssftpd
— Um FTP daemon kerberizado baseado no xinetd
que não passa informações de autenticação através da rede.
tux
) — Um servidor Web de espaço de kernel com capacidades de FTP.
vsftpd
— Uma implementação auto-suficiente do serviço FTP orientada à segurança.
vsftpd
.
vsftpd
, adicione a seguinte diretiva ao arquivo /etc/vsftpd/vsftpd.conf
:
ftpd_banner=<insira_saudação_aqui>
<insira_saudação_aqui>
na diretiva acima pelo texto de sua mensagem de saudação.
/etc/banners/
. O arquivo de banners para conexões FTP, neste exemplo, é /etc/banners/ftp.msg
. O exemplo abaixo mostra como este arquivo se parece:
########## Hello, all activity on ftp.example.com is logged. #########
220
as specified in Seção 46.2.1.1.1, “TCP Wrappers e Banners de Conexão”.
vsftpd
, adicione a seguinte diretiva ao arquivo /etc/vsftpd/vsftpd.conf
:
banner_file=/etc/banners/ftp.msg
/etc/vsftpd/vsftpd.conf
, or else every attempt to connect to vsftpd will result in the connection being closed immediately and a 500 OOPS: cannot open banner <path_to_banner_file>
error message.
banner_file
directive in /etc/vsftpd/vfsftpd.conf
takes precedence over any ftpd_banner
directives in the configuration file: if banner_file
is specified, then ftpd_banner
is ignored.
/var/ftp/
ativa a conta anônima.
vsftpd
. Este pacote define uma árvore de diretório para usuários anônimos e configura as permissões dos diretórios para somente-leitura para usuários anônimos.
/var/ftp/pub/
.
mkdir /var/ftp/pub/upload
chmod 730 /var/ftp/pub/upload
drwx-wx--- 2 root ftp 4096 Feb 13 20:05 upload
vsftpd
, adicione a seguinte linha ao arquivo /etc/vsftpd/vsftpd.conf
:
anon_upload_enable=YES
vsftpd
, adicione a seguinte diretiva a /etc/vsftpd/vsftpd.conf
:
local_enable=NO
sudo
privileges, the easiest way is to use a PAM list file as described in Seção 46.1.4.2, “Impedindo Acesso Root”. The PAM configuration file for vsftpd
is /etc/pam.d/vsftpd
.
vsftpd
, adicione o nome do usuário a /etc/vsftpd.ftpusers
.
/etc/mail/sendmail.cf
by editing the /etc/mail/sendmail.mc
and using the m4
command.
/etc/mail/sendmail.mc
, a efetividade de ataques deste tipo é limitada.
confCONNECTION_RATE_THROTTLE
— O número de conexões que o servidor pode receber por segundo. Por padrão, o Sendmail não limita o número de conexões. Se um limite for definido e alcançado, conexões subseqüentes terão que esperar.
confMAX_DAEMON_CHILDREN
— O número máximo de processos filho que podem ser gerados pelo servidor. Por padrão, o Sendmail não determina um número limite de processos filho. Se um limite for definido e alcançado, conexões futuras terão que esperar.
confMIN_FREE_BLOCKS
— O número mínimo de blocos livres que devem estar disponíveis para que o servidor aceite correspondência. O valor padrão é 100 blocos.
confMAX_HEADERS_LENGTH
— O tamanho máximo aceitável (em bytes) para o cabeçalho de uma mensagem.
confMAX_MESSAGE_SIZE
— O tamanho máximo aceitável (em bytes) para qualquer mensagem.
/var/spool/mail/
, em um volume NFS compartilhado.
SECRPC_GSS
não utiliza a autenticação baseada no UID. Entretanto, é uma boa idéia não colocar o diretório spool de correspondência em volumes NFS compartilhados.
/etc/passwd
devem ser definidos para /sbin/nologin
(com a possível exceção do usuário root).
netstat -an
ou lsof -i
. Este método é menos confiável já que estes programas não conectam à máquina pela rede, mas checam o que está sendo executado no sistema. Por esta razão, estas aplicações são alvos freqüentes de substituição por atacantes. Desta maneira, os crackers tentam cobrir seus passos se abrirem portas de rede não autorizadas através da substituição do netstat
e do lsof
pelas suas próprias versões modificadas.
nmap
.
nmap -sT -O localhost
Starting nmap 3.55 ( http://www.insecure.org/nmap/ ) at 2004-09-24 13:49 EDT Interesting ports on localhost.localdomain (127.0.0.1): (The 1653 ports scanned but not shown below are in state: closed) PORT STATE SERVICE 22/tcp open ssh 25/tcp open smtp 111/tcp open rpcbind 113/tcp open auth 631/tcp open ipp 834/tcp open unknown 2601/tcp open zebra 32774/tcp open sometimes-rpc11 Device type: general purpose Running: Linux 2.4.X|2.5.X|2.6.X OS details: Linux 2.5.25 - 2.6.3 or Gentoo 1.2 Linux 2.4.19 rc1-rc7) Uptime 12.857 days (since Sat Sep 11 17:16:20 2004) Nmap run completed -- 1 IP address (1 host up) scanned in 5.190 seconds
portmap
devido à presença do serviço sunrpc
. No entanto, também há um serviço misterioso na porta 834. Para verificar se a porta está associada à lista oficial de serviços conhecidos, digite:
cat /etc/services | grep 834
netstat
ou lsof
. Para verificar a porta 834 usando netstat
, use o seguinte comando:
netstat -anp | grep 834
tcp 0 0 0.0.0.0:834 0.0.0.0:* LISTEN 653/ypbind
netstat
afirma que um cracker que abrir clandestinamente uma porta num sistema violado provavelmente não permitirá que esta seja revelada através deste comando. A opção [p]
também revela o id do processo (PID) do serviço que abriu a porta. Neste caso, a porta aberta pertence ao ypbind
(NIS), que é um serviço RPC administrado juntamente ao serviço portmap
.
lsof
revela informações similares ao netstat
já que é capaz de ligar portas abertas a serviços:
lsof -i | grep 834
ypbind 653 0 7u IPv4 1319 TCP *:834 (LISTEN) ypbind 655 0 7u IPv4 1319 TCP *:834 (LISTEN) ypbind 656 0 7u IPv4 1319 TCP *:834 (LISTEN) ypbind 657 0 7u IPv4 1319 TCP *:834 (LISTEN)
lsof
, do netstat
, do nmap
, e do services
para maiores informações.
nss-tools
estão carregados.
certutil -A -d /etc/pki/nssdb -n "root ca cert" -t "CT,C,C" \
-i ./ca_cert_in_base64_format.crt
/etc/pam_pkcs11/pam_pkcs11.conf
e procure pela seguinte linha:
enable_ocsp = false;
enable_ocsp = true;
/etc/pam_pkcs11/cn_map
.
cn_map
:
MY.CAC_CN.123454
-> myloginid
MY.CAC_CN.123454
é o Nome Comum em seu CAC e myloginid
é seu ID de registro UNIX
pklogin_finder debug
pklogin_finder
no modo depurador, enquanto um cartão inteligente registrado estiver conectado, ela tentará enviar informações sobre a validade dos certificados. Se a tarefa for bem sucedida, ela tentará mapear um ID de registro dos certificados que estiverem no cartão.
about:config
para exibir a lista de opções de configuração atual.
negociate
para restringir a lista de opções.
.exemplo.com
.
kinit
para recuperar os tickets do Kerberos. Para obter a lista de permissões disponíveis, digite klist
. A seguir veja um exemplo do resultado destes comandos:
~]$kinit
Password for user@EXAMPLE.COM: ~]$klist
Ticket cache: FILE:/tmp/krb5cc_10920 Default principal: user@EXAMPLE.COM Valid starting Expires Service principal 10/26/06 23:47:54 10/27/06 09:47:54 krbtgt/USER.COM@USER.COM renew until 10/26/06 23:47:54 Kerberos 4 ticket cache: /tmp/tkt10920 klist: You have no tickets cached
export NSPR_LOG_MODULES=negotiateauth:5
export NSPR_LOG_FILE=/tmp/moz.log
/tmp/moz.log
, e poderão lhe dar algumas pistas para a solução do problema. Por exemplo:
-1208550944[90039d0]: entering nsNegotiateAuth::GetNextToken() -1208550944[90039d0]: gss_init_sec_context() failed: Miscellaneous failure Não foram encontrados cache de credenciais
kinit
.
kinit
com êxito a partir de sua máquina mas não conseguir autenticá-lo, procure por algo como isto no arquivo de registro:
-1208994096[8d683d8]: entering nsAuthGSSAPI::GetNextToken() -1208994096[8d683d8]: gss_init_sec_context() failed: Miscellaneous failure Server not found in Kerberos database
/etc/krb5.conf
. Por exemplo:
.example.com = EXAMPLE.COM example.com = EXAMPLE.COM
/etc/pam.d/
contém os arquivos de configuração do PAM para cada aplicativo que use o PAM. Em versões mais antigas do PAM, o /etc/pam.conf
era usado, mas este arquivo agora está obsoleto e é usado apenas se o diretório /etc/pam.d/
não existir.
/etc/pam.d/
. Cada arquivo neste diretório tem o mesmo nome que o serviço ao qual ele controla o acesso.
/etc/pam.d/
. Por exemplo, o programa login
define o seu nome de serviço como login
e instala o arquivo de configuração do PAM /etc/pam.d/login
.
<interface de módulo>
<sinalizador de controle>
<nome do módulo>
<argumentos do módulo>
auth
— Esta interface de módulo autentica usuários. Por exemplo, ela pede por uma senha e então verifica a sua validade. Módulos com essa interface também podem estabelecer credenciais, tais como a associação à grupos, ou tickets do Kerberos.
account
— Esta interface de módulo verifica se o acesso é permitido. Por exemplo, ela pode verificar se uma conta de usuário venceu ou se um usuário tem permissão para se autenticar durante um determinado período do dia.
password
— Esta interface de módulo é usada para mudar as senhas dos usuários.
session
— Esta interface de módulo configura e gerencia sessões de usuários. Módulos com esta interface também podem desempenhar tarefas adicionais que são necessárias para permitir acesso, como montar o diretório pessoal e disponibilizar a caixa de correio de um usuário.
pam_unix.so
fornece todas as quatro interfaces de módulo.
auth required pam_unix.so
auth
do módulo pam_unix.so
.
reboot
normalmente usa vários módulos agregados, o que pode ser verificado no seu arquivo de configuração do PAM:
~]# cat /etc/pam.d/reboot
#%PAM-1.0
auth sufficient pam_rootok.so
auth required pam_console.so
#auth include system-auth
account required pam_permit.so
auth sufficient pam_rootok.so
— Esta linha usa o módulo pam_rootok.so
para determinar se o usuário atual é o root, verificando se a UID do usuário é 0. Se este teste for bem sucedido, nenhum outro módulo é consultado e o comando é executado. Se este teste falhar, o próximo módulo é consultado.
auth required pam_console.so
— Esta linha usa o módulo pam_console.so
para tentar autenticar o usuário. Se este usuário já estiver autenticado no console, o pam_console.so
verifica se existe um arquivo no diretório /etc/security/console.apps/
com o mesmo nome do serviço em si (reboot). Se tal arquivo existir, a autenticação é efetuada com sucesso e o controle é passado ao próximo módulo.
#auth include system-auth
— Esta linha é apenas um comentário e não é processada.
account required pam_permit.so
— Esta linha usa o módulo pam_permit.so
para permitir que o usuário root ou qualquer um que esteja conectado ao console possa reinicializar o sistema.
required
— O resultado do módulo deve ser bem sucedido para que a autenticação continue. Se o teste falhar à esta altura, o usuário não é notificado até que os resultados dos testes de todos os módulos, que façam referência àquela interface, estejam completos.
requisite
— O resultado do módulo deve ser bem sucedido para que a autenticação continue. Entretanto, se um teste falhar à esta altura, o usuário é notificado imediatamente com uma mensagem refletindo o primeiro teste de módulo required
ou requisite
que tenha falhado.
sufficient
— O resultado do módulo é ignorado se falhar. Entretanto, se o resultado de um módulo sinalizado como sufficient
é de sucesso e nenhum módulo prévio sinalizado como required
falhou, então nenhum outro resultado é necessário e o usuário é autenticado ao servidor.
optional
— O resultado do módulo é ignorado. Um módulo sinalizado como optional
torna-se necessário à autenticação bem sucedida apenas quando nenhum outro módulo faz referência à interface.
required
são chamados não é crítica. Apenas os sinalizadores de controle sufficient
e requisite
fazem com que a ordem torne-se importante.
pam.d
e a documentação do PAM, disponível no diretório /usr/share/doc/pam-<número-da-versão>
/
, onde <número-da-versão>
é o número da versão do PAM no seu sistema, descrevem esta nova sintaxe em detalhes.
/lib64/security/
, o nome do diretório é omitido porque o aplicativo é vinculado à versão certa do libpam
, o qual é capaz de encontrar a versão correta do módulo.
pam_userdb.so
usa informações armazenadas em um arquivo Berkeley DB para autenticar o usuário. O Berkeley DB é um sistema banco de dados de código aberto incorporado a vários aplicativos. O módulo leva um argumento db
de forma que o Berkeley DB saiba qual banco de dados usar para o serviço requisitado.
pam_userdb.so
típica em uma configuração PAM. O <caminho-para-o-arquivo>
é o caminho completo para o arquivo de banco de dados Berkeley DB:
auth required pam_userdb.so db=<path-to-file>
/var/log/secure
.
#%PAM-1.0 auth required pam_securetty.so auth required pam_unix.so nullok auth required pam_nologin.so account required pam_unix.so password required pam_cracklib.so retry=3 password required pam_unix.so shadow nullok use_authtok session required pam_unix.so
#
) no início da linha.
auth required pam_securetty.so
— Este módulo garante que se o usuário está tentando se autenticar como root, o tty ao qual o usuário está tentando se autenticar, está listado no arquivo /etc/securetty
, se tal arquivo existir.
Autenticação Incorreta
.
auth required pam_unix.so nullok
— Este módulo solicita que o usuário forneça uma senha e então verifica a senha, se ela existir, no /etc/shadow
, usando a informação contida no /etc/passwd
..
pam_unix.so
module automatically detects whether the user's password is in the passwd
file or the shadow
file. Refer to Seção 35.6, “Senhas Shadow” for more information.
auth required pam_nologin.so
— Este é o último passo da autenticação, e verifica se o arquivo /etc/nologin
existe. Se existir, e o usuário não for o root, a autenticação iráfalhar.
auth
são verificados, mesmo se o primeiro módulo auth
falhe. Isto impede que o usuário fique sabendo em qual estágio a sua autenticação falhou. Tal informação nas mãos de um atacante pode permitir que ele deduza mais facilmente como violar a segurança do sistema.
account required pam_unix.so
— Este módulo executa quaisquer verificações de conta necessárias. Por exemplo, se senhas shadow foram habilitadas, a interface account
do módulo pam_unix.so
verifica se a conta venceu ou se o usuário não mudou sua senha dentro do período de carência permitido.
password required pam_cracklib.so retry=3
— Se uma senha estiver vencida, o componente de senha do módulo pam_cracklib.so
solicita o fornecimento de uma nova senha. Logo após, testa a nova senha para ver se a mesma pode ser facilmente determinada por um programa de quebra de senhas baseado em um dicionário.
retry=3
especifica que se o teste falhar na primeira vez, o usuário tem mais duas chances para criar uma senha mais robusta.
password required pam_unix.so shadow nullok use_authtok
— Esta linha especifica que se o programa mudar a senha do usuário, deve fazê-lo usando a interface password
do módulo pam_unix.so
.
shadow
faz com que o módulo crie senhas shadow ao atualizar a senha de um usuário.
nullok
faz com que o módulo permita que o usuário mude a sua senha a partir de uma senha em branco, caso contrário, uma senha em branco é tratada como um bloqueio para a conta.
use_authtok
, fornece um bom exemplo da importância da ordem ao agregar módulos PAM. Este argumento faz com que o módulo não solicite que o usuário forneça uma nova senha. Ao invés disto, aceita qualquer senha que tenha sido registrada anteriormente por um módulo de senha. Desta forma, todas as novas senhas devem passar o teste pam_cracklib.so
para senhas seguras antes de serem aceitas.
session required pam_unix.so
— A última linha faz com que a interface session
do módulo pam_unix.so
gerencie a sessão. Este módulo registra o nome de usuário e o tipo de serviço em /var/log/secure
no início e no fim de cada sessão. Este módulo pode ser suplementado com funcionalidades adicionais ao ser agregado a outros módulos de sessão.
/usr/share/doc/pam-<número-da-versão>
/
, onde <número-da-versão>
é o número da versão do PAM instalado no seu sistema.
pam_timestamp.so
. É importante entender como este mecanismo funciona, uma vez que se um usuário abandona um terminal enquanto o pam_timestamp.so
estiver em funcionamento, deixa a máquina vulnerável à manipulação por parte de qualquer um que tenha acesso físico ao console.
pam_timestamp.so
cria um arquivo de carimbo de data e hora. Por padrão, este arquivo é criado no diretório /var/run/sudo/
. Se o arquivo de carimbo de data e hora já existir, programas administrativos gráficos não solicitam uma senha. Ao invés disto, o módulo pam_timestamp.so
atualiza o arquivo de carimbo de data e hora, reservando mais cinco minutos de acesso administrativo inquestionável ao usuário.
/var/run/sudo/<user>
. Para a área de trabalho, o arquivo relevante é o unknown:root
. Se o mesmo estiver presente e o seu carimbo de data e hora tiver sido feito há menos do que cinco minutos, as credencias são válidas.
ssh
, use o comando /sbin/pam_timestamp_check -k root
para destruir o arquivo de carimbo de data e hora.
/sbin/pam_timestamp_check -k root
da mesma janela de terminal de onde o aplicativo com privilégios foi lançado.
pam_timestamp.so
para poder usar o comando /sbin/pam_timestamp_check -k
. Não autentique-se como root para usar este comando.
pam_timestamp_check -k root </dev/null >/dev/null 2>/dev/null
pam_timestamp_check
para maiores informações sobre a destruição de um arquivo de carimbo de data e hora usando o pam_timestamp_check
.
pam_timestamp.so
aceita várias diretivas. Veja a seguir as duas opções mais utilizadas:
timestamp_timeout
— Especifica o período (em segundos) durante o qual o arquivo de carimbo de data e hora é válido. O valor padrão é 300 (cinco minutos).
timestampdir
— Especifica o diretório no qual o arquivo de carimbo de data e hora é armazenado. O valor padrão é /var/run/sudo/
.
pam_timestamp.so
module.
pam_console.so
.
pam_console.so
é invocado pelos programas login
ou pelos programas gráficos de autenticação, gdm, kdm, e xdm. Se este usuário for o primeiro a se autenticar no console físico — também chamado de usuário do console — o módulo dá ao usuário a propriedade sobre uma gama de dispositivos normalmente de propriedade do root. O usuário do console torna-se o dono destes dispositivos até que a última sessão local para aquele usuário termine. Após este usuário ter feito o logoff, a propriedade dos dispositivos reverte novamente para o usuário root.
pam_console.so
editando os seguintes arquivos:
/etc/security/console.perms
/etc/security/console.perms.d/50-default.perms
50-default.perms
, você deve criar um novo arquivo (por exemplo, xx
-name.perms
) e introduzir as modificações necessárias. O nome do novo arquivo padrão deve iniciar com um número maior do que 50 (por exemplo, 51-default.perms
). Isto sobrescreverá os valores padrão no arquivo 50-default.perms
.
<console>
e <xconsole>
no /etc/security/console.perms
para os seguintes valores:
<console>=tty[0-9][0-9]* vc/[0-9][0-9]* :0\.[0-9] :0 <xconsole>=:0\.[0-9] :0
<xconsole>
e mudar a diretiva <console>
para o seguinte valor:
<console>=tty[0-9][0-9]* vc/[0-9][0-9]*
/etc/security/console.apps/
.
/sbin
e /usr/sbin
.
/sbin/halt
/sbin/reboot
/sbin/poweroff
pam_console.so
seja obrigatória para o seu uso.
pam
— Boas informações introdutórias sobre o PAM, incluindo a estrutura e a finalidade dos arquivos de configuração do PAM.
/etc/pam.conf
como arquivos de configuração individuais no diretório /etc/pam.d/
. Por padrão, o Red Hat Enterprise Linux usa os arquivos de configuração individuais no diretório /etc/pam.d/
, ignorando o /etc/pam.conf
, caso exista.
pam_console
— Descreve a finalidade do módulo pam_console.so
, assim como a sintaxe adequada para uma entrada num arquivo de configuração do PAM.
console.apps
— Descreve o formato e as opções disponíveis para o arquivo de configuração /etc/security/console.apps
, o qual define quais aplicativos são acessíveis pelo usuário do console atribuído pelo PAM.
console.perms
— Descreve o formato e as opções disponíveis par o arquivo de configuração /etc/security/console.perms
, o qual especifica as permissões do usuário do console atribuídas pelo PAM.
pam_timestamp
— Descreve o módulo pam_timestamp.so
.
/usr/share/doc/pam-<número-da-versão>
— Contém um System Administrator's Guide (Guia do Administrador de Sistemas), um Module Writer's Manual (Manual do Autor de Módulos), e o Application Developer's Manual (Manual do Desenvolvedor de Aplicativos), assim como uma cópia da norma DCE-RFC 86.0 do PAM, onde <número-da-versão>
é o número da versão do PAM.
/usr/share/doc/pam-<número-da-versão>
/txts/README.pam_timestamp
— Contém informações sobre o módulo PAM pam_timestamp.so
, onde <número-da-versão>
é o número da versão do PAM.
iptables
filtra pacotes de rede não desejáveis na stack de rede do kernel. O TCP Wrappers adiciona uma camada de proteção adicional aos serviços de rede que o utilizam, definindo quais hosts tem ou não têm a permissão para conectar a serviços de rede "embrulhados" (wrapped). Um exemplo de tal serviço de rede embrulhado é o super servidor xinetd
. Este serviço é chamado de super servidor porque ele controla conexões a um subconjunto de serviços de rede e refina ainda mais o controle de acesso.
xinetd
in controlling access to network services and reviews how these tools can be used to enhance both logging and utilization management. Refer to Seção 46.9, “IPTables” for information about using firewalls with iptables
.
tcp_wrappers
) faz parte da instalação padrão e oferece controle de de acesso a serviços de rede baseado no host. O componente mais importante do pacote é a biblioteca /usr/lib/libwrap.a
. Em termos gerais, um serviço que use o TCP Wrappers é um que foi compilado com vinculação à biblioteca libwrap.a
.
/etc/hosts.allow
e /etc/hosts.deny
) para determinar se um cliente tem permissão para conectar. Na maioria dos casos, o serviço então usa o daemon syslog (syslogd
) para escrever o nome do cliente fazendo o pedido e o serviço requisitado em /var/log/secure
ou /var/log/messages
.
libwrap.a
porque o TCP Wrappers é uma adição valiosa ao arsenal de segurança de qualquer administrador de sistemas. Algumas destas aplicações incluem o /usr/sbin/sshd
, o /usr/sbin/sendmail
, e o /usr/sbin/xinetd
.
libwrap.a
, digite o seguinte comando como usuário root.
ldd <binary-name> | grep libwrap
<nome-do-binário>
pelo nome do binário de serviço de rede.
libwrap.a
.
/usr/sbin/sshd
está vinculado à libwrap.a
:
~]# ldd /usr/sbin/sshd | grep libwrap
libwrap.so.0 => /usr/lib/libwrap.so.0 (0x00655000)
~]#
/etc/hosts.allow
/etc/hosts.deny
/etc/hosts.allow
. — O serviço usuário do TCP Wrappers analisa o arquivo /etc/hosts.allow
seqüencialmente e aplica a primeira regra especificada para aquele serviço. Se encontra uma regra correspondente, permite a conexão. Caso contrário, continua com o próximo passo.
/etc/hosts.deny
. — O serviço TCP Wrappers analisa o arquivo /etc/hosts.deny
seqüencialmente. Se encontra uma regra correspondente, nega a conexão. Caso contrário, permite acesso ao serviço.
hosts.allow
tem precedência sobre as regras especificadas em hosts.deny
porque elas são aplicadas primeiro. Conseqüentemente, se o acesso a um serviço for permitido em hosts.allow
, uma regra negando o acesso aquele mesmo serviço em hosts.deny
é ignorada.
hosts.allow
ou hosts.deny
tem efeito imediato sem precisar reiniciar serviços de rede.
/var/log/messages
ou /var/log/secure
. Isto também aplica-se à regras que usem mais de uma linha sem usar o caractere de barra invertida. O seguinte exemplo ilustra a parte relevante de uma mensagem de registro para a falha de uma regra devido a qualquer uma destas circunstâncias.
warning: /etc/hosts.allow, line 20: missing newline or line too long
/etc/hosts.allow
e do /etc/hosts.deny
é idêntico. Cada regra deve ser especificada na sua própria linha. Linhas em branco ou que comecem com uma cerquilha (#) são ignoradas.
<lista-de-daemons>
:<lista-de-clientes>
[:<opção>
:<opção>
: ...]
<daemon list>
— A comma-separated list of process names (not service names) or the ALL
wildcard. The daemon list also accepts operators (refer to Seção 46.5.2.1.4, “Operadores”) to allow greater flexibility.
<client list>
— A comma-separated list of hostnames, host IP addresses, special patterns, or wildcards which identify the hosts affected by the rule. The client list also accepts operators listed in Seção 46.5.2.1.4, “Operadores” to allow greater flexibility.
<opção>
— Uma ação opcional, ou lista de ações opcionais separadas por vírgulas, executadas quando a regra é invocada. Campos de opção suportam a expansão, lançam comandos shell, permitem ou negam o acesso, e alteram o comportamento da autenticação.
vsftpd : .example.com
vsftpd
) a partir de qualquer host no domínio example.com
. Se esta regra aparece no hosts.allow
, a conexão é aceita. Se esta regra aparece no hosts.deny
, a conexão é rejeitada.
sshd : .example.com \ : spawn /bin/echo `/bin/date` access denied>>/var/log/sshd.log \ : deny
sshd
) is attempted from a host in the example.com
domain, execute the echo
command to append the attempt to a special log file, and deny the connection. Because the optional deny
directive is used, this line denies access even if it appears in the hosts.allow
file. Refer to Seção 46.5.2.2, “Campos de Opção” for a more detailed look at available options.
ALL
— Corresponde a tudo. Pode ser usado tanto com a lista de daemons como com a lista de clientes.
LOCAL
— Faz a correspondência de qualquer host que não contenha um ponto (.), como, por exemplo, localhost.
KNOWN
— Faz a correspondência de qualquer host onde o nome e endereço do host ou o usuário são conhecidos.
UNKNOWN
— Faz a correspondência de qualquer host onde o nome ou endereço do host são desconhecidos, ou o usuário é desconhecido.
PARANOID
— Faz a correspondência de qualquer host onde o nome de host não corresponde ao endereço do host.
KNOWN
, UNKNOWN
, e PARANOID
devem ser usados com cuidado porque eles baseiam-se na operação correta de um servidor DNS para operar corretamente. Qualquer interrupção à resolução de nomes pode impedir que usuários legítimos ganhem acesso a um serviço.
example.com
:
ALL : .example.com
192.168.x.x
:
ALL : 192.168.
192.168.0.0
a 192.168.1.255
:
ALL : 192.168.0.0/255.255.254.0
3ffe:505:2:1::
a 3ffe:505:2:1:ffff:ffff:ffff:ffff
:
ALL : [3ffe:505:2:1::]/64
example.com
:
ALL : *.example.com
/etc/telnet.hosts
para todas as conexões Telnet:
in.telnetd : /etc/telnet.hosts
hosts_access
(5) para maiores informações.
portmap
não suporta a busca por hosts, o que significa que o portmap
não pode usar nomes de hosts para identificar hosts. Conseqüentemente, regras de controle de acesso para o portmap no hosts.allow
ou no hosts.deny
devem usar endereços IP, ou a palavra-chave ALL
para a especificação de hosts.
portmap
podem não entrar em vigor imediatamente. Talvez você precise reiniciar o serviço portmap
.
portmap
para operar. Portanto, esteja ciente destas limitações.
EXCEPT
. Este operador pode ser usado tanto na lista de daemons como na lista de clientes de uma regra.
EXCEPT
permite exceções específicas para correspondências mais genéricas na mesma regra.
hosts.allow
, todos os hosts example.com
, exceto cracker.example.com
, têm permissão para se conectar a todos os serviços:
ALL: .example.com EXCEPT cracker.example.com
hosts.allow
, clientes da rede 192.168.0.x
podem usar todos os serviços, exceto o FTP:
ALL EXCEPT vsftpd: 192.168.0.
EXCEPT
. Isto permite que outros administradores inspecionem os arquivos apropriados para determinar quais hosts tem ou não permissão para acessar serviços sem ter que lidar com operadores EXCEPT
.
severity
.
example.com
são registradas no alvo padrão authpriv
syslog
(uma vez que nenhum valor de alvo é especificado) com prioridade emerg
:
sshd : .example.com : severity emerg
severity
. O seguinte exemplo registra qualquer tentativa de conexão SSH a partir de hosts no domínio example.com
no alvo local0
com prioridade alert
:
sshd : .example.com : severity local0.alert
syslogd
) seja configurado para registrar no alvo local0
. Consulte a página man syslog.conf
para informações sobre configuração de alvos de registro personalizados.
allow
ou deny
como opção final.
client-1.example.com
, mas negam conexões a partir de client-2.example.com
:
sshd : client-1.example.com : allow sshd : client-2.example.com : deny
hosts.allow
ou hosts.deny
. Alguns administradores consideram isto uma maneira mais fácil de organizar regras de acesso.
spawn
— Lança um comando do shell como um processo filho. Esta diretiva pode executar tarefas como usar o /usr/sbin/safe_finger
para obter mais informações sobre o cliente fazendo o pedido ou criar arquivos de registro especiais usando o comando echo
.
example.com
são silenciosamente registrados em um arquivo especial:
in.telnetd : .example.com \ : spawn /bin/echo `/bin/date` from %h>>/var/log/telnet.log \ : allow
twist
— Substitui o serviço requisitado por um comando específico. Esta diretiva é normalmente usada para estabelecer armadilhas para invasores (também chamadas de "potes de mel"), e também pode ser usada para enviar mensagens a clientes que estejam se conectando. A diretiva twist
deve aparecer no final da linha da regra.
example.com
recebem mensagens criadas com o comando echo
:
vsftpd : .example.com \ : twist /bin/echo "421 This domain has been black-listed. Access denied!"
hosts_options
.
spawn
e twist
, oferecem informações sobre o cliente, o servidor, e os processos envolvidos.
%a
— Retorna o endereço IP do cliente.
%A
— Retorna o endereço IP do servidor.
%c
— Retorna uma variedade de informações sobre clientes, como o nome de usuário e o nome de host, ou o nome de usuário e o endereço IP.
%d
— Retorna o nome do processo do daemon.
%h
— Retorna o nome de host do cliente (ou endereço IP, caso o nome de host não esteja disponível).
%H
— Retorna o nome de host do servidor (ou endereço IP, caso o nome de host não esteja disponível).
%n
— Retorna o nome de host do cliente. Caso não esteja disponível, retorna unknown
. Se o nome e endereço de host do cliente não corresponderem, retorna paranoid
.
%N
— Retorna o nome de host do servidor. Caso não esteja disponível, retorna unknown
. Se o nome e endereço de host do servidor não corresponderem, retorna paranoid
.
%p
— Retorna o ID do processo do daemon.
%s
— Retorna vários tipos de informações sobre o servidor, como o processo do daemon e o host ou endereço IP do servidor.
%u
— Retorna o nome de usuário do cliente. Caso não esteja disponível, retorna unknown
.
spawn
para identificar o host cliente em um arquivo personalizado.
sshd
) são tentadas a partir de um host no domínio example.com
, o comando echo
é executado para registrar a tentativa, incluindo o nome de host (obtido através do uso da expansão %h
), em um arquivo especial:
sshd : .example.com \ : spawn /bin/echo `/bin/date` access denied to %h>>/var/log/sshd.log \ : deny
example.com
são informados que eles foram banidos do servidor.
vsftpd : .example.com \ : twist /bin/echo "421 %h has been banned from this server!"
hosts_access
(man 5 hosts_access
) e a página man do hosts_options
.
xinetd
é um super serviço usuário do TCP Wrappers que controla o acesso a um subconjunto de serviços de rede populares, incluindo o FTP, o IMAP, e o Telnet. O xinetd
também oferece opções de configuração específicas a serviços para o controle de acesso, registro aprimorado, vinculação, redirecionamento, e controle de utilização de recursos.
xinetd
, o super serviço recebe o pedido e verifica a existência de quaisquer regras de controle de acesso do TCP Wrappers .
xinetd
verifica se a conexão é permitida sob as suas próprias regras de acesso para o serviço em questão. O xinetd
também verifica se o serviço pode ter mais recursos alocados e certifica-se de que o serviço não está violando nenhuma regra definida.
xinetd
então inicia uma instância do serviço e passa o controle da conexão para o mesmo. Após a conexão ter sido estabelecida, o xinetd
não participa mais da comunicação entre o cliente e o servidor.
xinetd
são os seguintes:
/etc/xinetd.conf
— O arquivo de configuração global do xinetd
.
/etc/xinetd.d/
— O diretório contendo todos os arquivos de serviços específicos.
/etc/xinetd.conf
contém opções de configuração gerais que afetam todos os serviços sob o controle do xinetd
. É lido quando o serviço xinetd
é iniciado pela primeira vez, portanto, para que configurações entrem em vigor, você precisa reiniciar o serviço xinetd
. Veja a seguir um exemplo de arquivo /etc/xinetd.conf
:
defaults { instances = 60 log_type = SYSLOG authpriv log_on_success = HOST PID log_on_failure = HOST cps = 25 30 } includedir /etc/xinetd.d
xinetd
:
instances
— Especifica o número máximo de pedidos simultâneos que o xinetd
pode processar.
log_type
— Configura xinetd
para que use o alvo de registro authpriv
, o qual escreve entradas de registro no arquivo /var/log/secure
. A inclusão de uma diretiva como FILE /var/log/xinetdlog
criaria um arquivo de registro personalizado chamado xinetdlog
no diretório /var/log/
.
log_on_success
— Configura o xinetd
para que registre tentativas de conexão bem-sucedidas. Por padrão, o endereço IP do host remoto e o ID do processo do servidor processando o pedido são registrados.
log_on_failure
— Configura o xinetd
para que registre tentativas de conexão mal-sucedidas ou recusadas.
cps
— Configura o xinetd
para que permita não mais do que 25 por segundo para qualquer serviço. Se este limite for excedido, o serviço é aposentado por 30 seconds.
includedir
/etc/xinetd.d/
— Includes options declared in the service-specific configuration files located in the /etc/xinetd.d/
directory. Refer to Seção 46.5.4.2, “O Diretório /etc/xinetd.d/” for more information.
log_on_success
and log_on_failure
settings in /etc/xinetd.conf
are further modified in the service-specific configuration files. More information may therefore appear in a given service's log file than the /etc/xinetd.conf
file may indicate. Refer to Seção 46.5.4.3.1, “Opções de Registro” for further information.
/etc/xinetd.d/
contém os arquivos de configuração para cada serviço gerenciado pelo xinetd
, e os nomes dos arquivos relacionados ao serviço. Assim como o xinetd.conf
, este diretório é lido apenas quando o serviço xinetd
é iniciado. Para que quaisquer alterações sejam efetivadas, o administrador deve reiniciar o serviço xinetd
.
/etc/xinetd.d/
usa a mesma convenção do que o /etc/xinetd.conf
. A razão principal pela qual a configuração de cada serviço é armazenada em uma arquivo separado é para facilitar a personalização e reduzir o risco de interferência na configuração de outros serviços.
/etc/xinetd.d/krb5-telnet
:
service telnet { flags = REUSE socket_type = stream wait = no user = root server = /usr/kerberos/sbin/telnetd log_on_failure += USERID disable = yes }
telnet
:
service
— Especifica o nome do serviço, normalmente um dos nomes listados no arquivo /etc/services
.
flags
— Estabelece uma série de atributos para a conexão. O REUSE
informa ao xinetd
para reutilizar o soquete para uma conexão Telnet.
REUSE
é obsoleto, uma vez que todos os serviços agora o usam implicitamente..
socket_type
— Estabelece o tipo de soquete de rede para stream
.
wait
— Especfica se o serviço é single-thread (yes
) ou multi-thread (no
).
user
— Especifica o ID do usuário sob o qual o processo está rodando.
server
— Especifica qual executável binário deve ser lançado.
log_on_failure
— Especifica os parâmetros de registro para log_on_failure
além daquela já definidos em xinetd.conf
.
disable
— Especifica se o serviço está desabilitado (yes
) ou habilitado (no
).
xinetd.conf
para mais informações sobre o uso destas opções.
xinetd
. Esta seção destaca algumas das opções mais usadas.
/etc/xinetd.conf
e para os arquivos de configuração de serviço específicos no diretório /etc/xinetd.d/
.
ATTEMPT
— Registra o fato de que uma tentativa mal-sucedida foi feita (log_on_failure
).
DURATION
— Registra a duração do uso do serviço é usado por um sistema remoto (log_on_success
).
EXIT
— Registra o estado de saída ou sinal de término do serviço (log_on_success
).
HOST
— Registra o endereço IP do host remoto (log_on_failure
e log_on_success
).
PID
— Registra o ID do processo do servidor recebendo o pedido (log_on_success
).
USERID
— Registra o usuário remoto usando o método definido no RFC 1413 para serviços multi-thread de fluxo (log_on_failure
andlog_on_success
).
xinetd.conf
.
xinetd
services can choose to use the TCP Wrappers hosts access rules, provide access control via the xinetd
configuration files, or a mixture of both. Refer to Seção 46.5.2, “Arquivos de Configuração do TCP Wrappers” for more information about TCP Wrappers hosts access control files.
xinetd
para controlar o acesso a serviços.
xinetd
reiniciar o serviço.
xinetd
afeta apenas os serviços controlados pelo xinetd
.
xinetd
difere do método usado pelo TCP Wrappers. Enquanto o TCP Wrappers organiza toda a configuração de acesso em dois arquivos, /etc/hosts.allow
e /etc/hosts.deny
, o controle de acesso do xinetd
é encontrado no arquivo de configuração de cada serviço no diretório /etc/xinetd.d/
.
xinetd
:
only_from
— Permite que apenas os hosts especificados usem o serviço.
no_access
— Não permite que os hosts listados usem o serviço
access_times
— Especifica o intervalo de tempo durante o qual um determinado serviço pode ser usado. O intervalo de tempo deve ser especificado no formato 24 horas, HH:MM-HH:MM.
only_from
e no_access
podem usar uma lista de endereços IP ou nomes de host, ou podem especificar um rede inteira. Assim como o TCP Wrappers, a combinação do controle de acesso através do xinetd
com a configuração aprimorada de registros pode aumentar a segurança através do bloqueio de pedidos a partir de hosts e do registro detalhado de cada tentativa de conexão.
/etc/xinetd.d/telnet
pode ser usado para bloquear acesso ao Telnet a partir de um determinado grupo de rede e para restringir o intervalo de tempo total que até mesmo usuários com permissão podem permanecer conectados:
service telnet { disable = no flags = REUSE socket_type = stream wait = no user = root server = /usr/kerberos/sbin/telnetd log_on_failure += USERID no_access = 172.16.45.0/24 log_on_success += PID HOST EXIT access_times = 09:45-16:15 }
10.0.1.0/24
, como 10.0.1.2
tenta o acesso ao serviço Telnet, recebe a seguinte mensagem:
Conexão fechada pelo host remoto.
/var/log/messages
da seguinte maneira:
Sep 7 14:58:33 localhost xinetd[5285]: FAIL: telnet address from=172.16.45.107 Sep 7 14:58:33 localhost xinetd[5283]: START: telnet pid=5285 from=172.16.45.107 Sep 7 14:58:33 localhost xinetd[5283]: EXIT: telnet status=0 pid=5285 duration=0(sec)
xinetd
, é importante entender a relação entre os dois mecanismos de controle de acesso.
xinetd
quando um cliente solicita uma conexão:
xinetd
acessa as regras de acesso a hosts o TCP Wrappers usando uma chamada da biblioteca libwrap.a
. Se uma regra de negação (deny rule) corresponde ao cliente, a conexão é abandonada. Se um regra de permissão (allow rule) corresponde ao cliente, a conexão é passada para o xinetd
.
xinetd
verifica as suas próprias regras de controle de acesso tanto para o serviço xinetd
como para o serviço requisitado. Se uma regra de negação corresponder ao cliente, a conexão é abandonada. Caso contrário, o xinetd
inicia uma instância do serviço requisitado e passa o controle da conexão para aquele serviço.
xinetd
. A má configuração pode causar efeitos indesejáveis.
xinetd
oferecem suporte à vinculação do serviço a um endereço IP e o redirecionamento de pedidos de entrada para aquele serviço para outro endereço IP, nome de host, ou porta.
bind
nos arquivos de configuração de serviço específicos e liga o serviço a um endereço IP no sistema. Quando configurado, a opção bind
permite apenas que pedidos ao endereço IP correto acessem o serviço. Você pode usar este método para vincular vários serviços à várias interfaces de rede conforme for necessário.
redirect
aceita um endereço IP ou nome de host seguido por um número de porta. A opção configura o serviço para que redirecione quaisquer pedidos por este serviço para host e número de porta especificados. Esta funcionalidade pode ser usada para fazer o redirecionamento para outra porta no sistema, para redirecionar o pedido para um endereço IP diferente na mesma máquina, mandar o pedido para um sistema e um número de porta totalmente diferentes, ou qualquer combinação destas opções. Um usuário que esteja conectando a um sistema pode portanto ser redirecionado para outro sistema sem interrupção.
xinetd
pode realizar este redirecionamento através da geração de um processo que mantém-se vivo por toda a duração da conexão entre a máquina cliente que fez o pedido e o host oferecendo o serviço, transferindo dados entre os dois sistemas.
bind
e redirect
são mais evidentes quando usadas ao mesmo tempo. Ao vincular um serviço a um endereço IP específico em um sistema, e então redirecionar pedidos por este serviço para uma segunda máquina que apenas a primeira máquina saiba que exista, um sistema interno pode ser usado para oferecer serviços para uma rede totalmente diferente. Alternativamente, estas opções podem ser usadas para limitar a exposição de um serviço específico em uma máquina com diversas bases a um endereço IP conhecido, bem como para redirecionar quaisquer pedidos por aquele serviço para outra máquina configurada especialmente para esta finalidade.
service telnet { socket_type = stream wait = no server = /usr/kerberos/sbin/telnetd log_on_success += DURATION USERID log_on_failure += USERID bind = 123.123.123.123 redirect = 10.0.1.13 23 }
bind
e redirect
neste arquivo garantem que o serviço Telnet na máquina é vinculado ao endereço IP externo (123.123.123.123
), o qual faz a interface com a Internet. Além disso, quaisquer pedidos por serviços Telnet enviados ao 123.123.123.123
são redirecionados através de um segundo adaptador de rede para um endereço IP interno (10.0.1.13
) que apenas o firewall e sistemas internos podem acessar. O firewall então envia a conexão entre os dois sistemas, e o sistema que está se conectando pensa que está conectado ao 123.123.123.123
, quando na verdade está conectado à uma máquina diferente.
xinetd
são configurados com as opções bind
e redirect
, o gateway pode fazer o papel de proxy entre sistemas externos e uma máquina interna específica configurada para oferecer o serviço. Além disso, as várias opções de controle de acesso e registro do xinetd
também estão disponíveis para proteção adicional.
xinetd
pode adicionar um nível de proteção básico contra ataques de Negação de Serviço (Denial of Service - DoS). Veja a seguir uma lista de diretivas que podem ajudar a limitar a efetividade de tais ataques:
per_source
— Define o número máximo de instâncias para um serviço por endereço IP fonte. Aceita apenas valores inteiros como argumento e pode ser usado tanto no xinetd.conf
como nos arquivos de configuração de serviço específicos no diretório xinetd.d/
.
cps
— Define o número máximo de conexões por segundo. esta diretiva usa dois argumentos (valores inteiros), separados por um espaço. O primeiro argumento é o número máximo de conexões por segundo permitidas ao serviço. O segundo argumento é o número de segundos que o xinetd
deve deixar passar antes de reabilitar o serviço. A diretiva aceita apenas valores inteiros como argumento, e pode ser usada tanto no arquivo xinetd.conf
como nos arquivos de configuração de serviço específicos no diretório xinetd.d/
.
max_load
— Define o uso da CPU ou o limiar de carga média para um serviço. A diretiva aceita um número de ponto flutuante como argumento.
uptime
, who
, e procinfo
para mais informações sobre a carga média (load average).
xinetd
. Consulte a página man do xinetd.conf
para mais informações.
xinetd
estão disponíveis na documentação do sistema e na Internet.
xinetd
, xinetd
, controle de acesso.
/usr/share/doc/tcp_wrappers-<version>
/
— este diretório contém o arquivo README
que discute como o TCP Wrappers funciona e os vários riscos existentes em relação à falsificação de nomes e endereços de host .
/usr/share/doc/xinetd-<versão>
/
— Este diretório contém um arquivo README
que discute aspectos de controle de acesso e uma amostra de arquivo de configuração sample.conf
com várias idéias sobre como modificar arquivos de configuração de serviço específicos no diretório /etc/xinetd.d/
.
xinetd
— Uma série de páginas man existem para os vários aplicativos e arquivos de configuração relacionados ao TCP Wrappers e ao xinetd
. Veja a seguir algumas das páginas man mais importantes:
man xinetd
— A página man para o xinetd
.
man 5 hosts_access
— A página man dos arquivos de controle de acesso hosts do TCP Wrappers.
man hosts_options
— A página man para os campos de opções do TCP Wrappers.
man xinetd.conf
— A página man com a listagem das opções de configuração do xinetd
.
xinetd
, contendo amostras de arquivos de configuração, uma lista completa de funcionalidades, e uma FAQ bem útil.
xinetd
para atingir metas de segurança específicas.
/etc/passwd
ou o /etc/shadow
, para um banco de dados de senhas Kerberos pode ser entediante, pois não há um mecanismo automatizado para executar esta tarefa. Para mais informações, consulte a Questão 2.23 no FAQ online do Kerberos:
kinit
. O arquivo keytab padrão é o /etc/krb5.keytab
. O servidor de administração do KDC, /usr/kerberos/sbin/kadmind
, é o único serviço que usa qualquer outro arquivo (usa o /var/kerberos/krb5kdc/kadm5.keytab
).
kinit
permite que um principal que já tenha se conectado obtenha o ticket de concessão de ticket (TGT) inicial e armazene-o no cache. Para mais informações sobre o uso do comando kinit
, consulte sua página man.
root[/instance]@REALM
. Para um usuário típico, a raiz (root) é a mesmo que seu ID de autenticação. A instance
(instância) é opcional. Se o principal tiver uma instância, a mesma será separada da raiz por uma barra ("/"). Uma faixa vazia ("") é considerada uma instância válida (a qual difere da instância padrão NULL
), mas usá-la pode ser confuso. Todos os principais em um território (realm) têm suas próprias chaves que, para os usuários, são derivadas de uma senha, ou são definidas randomicamente para os serviços.
kinit
após o usuário se logar.
kinit
no cliente,descriptografa então o TGT usando a chave do usuário, computada a partir da senha do usuário. A chave do usuário é usada somente na máquina cliente e não é enviada através da rede.
ntpd
. Consulte /usr/share/doc/ntp-<version-number>
/index.html
para detalhes sobre como configurar servidores Protocolo de Horário de Rede (NTP), onde <version-number>
é o número da versão do pacote ntp
instalado no seu sistema.
/usr/share/doc/krb5-server-<version-number>
para mais informações (onde <version-number>
é o número da versão do pacote krb5-server
instalado no seu sistema).
pam_krb5
(oferecido no pacote pam_krb5
) está instalado. O pacote pam_krb5
contém arquivos de amostra de configuração que permitem a serviços como o login
e o gdm
autenticarem usuários e obterem as credenciais iniciais usando suas senhas. Se o acesso a serviços de rede é sempre executado usando serviços kerberizados ou serviços que usam GSS-API, como o IMAP, a rede pode ser considerada razoavelmente segura.
ntp
para este propósito. Consulte o /usr/share/doc/ntp-<version-number>
/index.html
(onde <version-number>
é o número da versão do pacote ntp
instalado no seu sistema) para obter detalhes sobre a configuração de servidores de Protocolo de Horário de Rede e http://www.ntp.org para informações adicionais sobre NTP.
krb5-libs
, krb5-server
, e krb5-workstation
na máquina dedicada que executa o KDC. Essa máquina precisa ser muito segura — se possível, não deve executar nenhum outro serviço além do KDC.
/etc/krb5.conf
e /var/kerberos/krb5kdc/kdc.conf
para refletir o nome do território e o mapeamento de domínio-território. Um território simples pode ser construído substituindo as instâncias de EXEMPLO.COM
e exemplo.com
pelo nome de domínio correto — certificando de manter os nomes em caixas alta e baixa no formato correto — e alterando o KDC de kerberos.exemplo.com
para o nome do servidor do Kerberos. Por convenção, todos os nomes de território são escritos em caixa alta e todos os nomes DNS de máquinas e de domínio são escritos em caixa baixa. Para uma explanação completa sobre os formatos destes arquivos, consulte as respectivas páginas man.
kdb5_util
em uma janela de comandos:
/usr/kerberos/sbin/kdb5_util create -s
create
cria o banco de dados usado para armazenar as chaves para o território do Kerberos. A opção -s
força a criação de um arquivo stash no qual a chave do servidor mestre está armazenada. Se não houver nenhum arquivo stash a partir do qual pode-se ler a chave, o servidor do Kerberos (krb5kdc
) pede ao usuário a senha do servidor mestre (que pode ser usada para recriar a chave) toda vez que este iniciar.
/var/kerberos/krb5kdc/kadm5.acl
. Este arquivo é usado pelo kadmind
para determinar quais principais têm acesso administrativo ao banco de dados do Kerberos e seus níveis de acesso. A maioria das empresas podem fazer isso com uma única linha:
*/admin@EXAMPLE.COM *
kadmind
no servidor, qualquer usuário pode acessar seus serviços, executando kadmin
em quaisquer clientes ou servidores no território. Entretanto, somente os usuários listados no arquivo kadm5.acl
podem modificar o banco de dados de qualquer maneira, exceto alterar suas próprias senhas.
kadmin
se comunica com o servidor kadmind
através da rede e usa o Kerberos para autenticação. Por este motivo, o primeiro principal já deve existir antes de conectar ao servidor através da rede para administrá-lo. Crie o primeiro principal com o comando kadmin.local
, que é especificamente desenvolvido para ser usado na mesma máquina que o KDC e não utiliza o Kerberos para autenticação.
kadmin.local
no terminal do KDC para criar o primeiro principal:
/usr/kerberos/sbin/kadmin.local -q "addprinc username
/admin"
service krb5kdc start
service kadmin start
service krb524 start
addprinc
do kadmin
. O kadmin
e o kadmin.local
são interfaces de linha de comando do KDC. Conseqüentemente, muitos comandos — como o addprinc
— tornam-se disponíveis após o lançamento do programa kadmin
. Consulte a página man do kadmin
para mais informações.
kinit
para obter um ticket e armazená-lo em um arquivo cache de credenciais. Em seguida, use o klist
para visualizar a lista de credenciais no cache e use o kdestroy
para destruir o cache e as credenciais ali contidas.
kinit
tenta autenticar usando o nome de login da conta usada ao logar no sistema (não no servidor do Kerberos). Se este nome não corresponde a um principal no banco de dados do Kerberos, o kinit
emite uma mensagem de erro. Se isto ocorrer, forneça ao kinit
o nome correto do principal como um argumento na linha de comando (kinit <principal>
).
krb5.conf
válido para cada cliente. Apesar de se preferir os métodos de instalação remota ssh
e slogin
para sistemas de clientes, as versões kerberizadas de rsh
e rlogin
também requerem algumas alterações de configuração.
krb5-libs
e krb5-workstation
em todas as máquinas cliente. Forneça um arquivo /etc/krb5.conf
válido para cada cliente (geralmente este pode ser o mesmo arquivo krb5.conf
usado pelo KDC).
ssh
ou rsh
e rlogin
kerberizados, ela deve ter seu principal da host no banco de dados de Kerberos. Os programas de servidores sshd
,kshd
e klogind
também precisam de acesso às chaves para o principal dos serviços da host. Além disso, para usar os serviços rsh
e rlogin
, esta estação de trabalho deve ter um pacote xinetd
instalado.
kadmin
adiciona um principal para a estação de trabalho no KDC. Neste caso, a instância é o nome da máquina (estação de trabalho). Use a opção -randkey
para o comando addprinc
do kadmin
para criar o principal e atribuí-lo com uma chave randômica:
addprinc -randkey host/blah.example.com
kadmin
na própria estação de trabalho, e usando o comando ktadd
no kadmin
:
ktadd -k /etc/krb5.keytab host/blah.example.com
ssh
— usa a GSS-API para autenticar usuários aos servidores, caso a configuração do client e server tenham o GSSAPIAuthentication
habilitado. Se o client também possuir um GSSAPIDelegateCredentials
habilitado, as credenciais do usuário serão disponibilizadas no sistema remoto.
rsh
e rlogin
— Para usar as versões kerberizadas do rsh
e do rlogin
, habilite klogin
, eklogin
, e kshell
.
krb5-telnet
deve estar habilitado.
ftp
. Certifique-se de definir a instância para o nome da máquina do servidor FTP, e então habilite o gssftp
.
cyrus-imap
usa o Kerberos 5 se o pacote cyrus-sasl-gssapi
também estiver instalado. O pacote cyrus-sasl-gssapi
contém os plugins do Cyrus SASL os quais oferecem suporte à autenticação usando a GSS-API. O Cyrus IMAP deve funcionar adequadamente com o Kerberos conquanto o usuário cyrus
possa encontrar a chave apropriada em /etc/krb5.keytab
, e a root (raiz) para o principal esteja configurada para imap
(criada com kadmin
).
cyrus-imap
pode ser o pacote dovecot
, o qual também é incluído no Red Hat Enterprise Linux. Este pacote contém um servidor IMAP mas até o momento não suporta a GSS-API e o Kerberos.
gserver
usa um principal com uma raiz (root) cvs
e é idêntico ao CVS pserver
em todos os outros aspectos.
foo.example.org → EXAMPLE.ORG
foo.example.com → EXAMPLE.COM
foo.hq.example.com → HQ.EXAMPLE.COM
krb5.conf
. For example:
[domain_realm] .example.com = EXAMPLE.COM example.com = EXAMPLE.COM
kadmind
( também é o servidor administrativo do território), e um ou mais KDCs (KDCs escravos) mantém cópias de somente leitura do banco de dados e roda o kpropd
.
krb5.conf
e kdc.conf
de KDC mestre sejam copiados para o KDC escravo.
kadmin.local
a partir de uma janela root no KDC mestre e use seu comando add_principal
para criar uma entrada nova para o serviço host do KDC mestre. Depois disso, use seu comando ktadd
para ajustar simultaneamente uma chave aleatória para o serviço e armazene a chave aleatória no arquivo keytab padrão do mestre. Esta chave será usada pelo comando kprop
para autenticar servidores de escravo. Você precisará fazer isto somente uma vez, não importanto quantos servidores de escravos você instalar.
~]#kadmin.local -r EXAMPLE.COM
Authenticating as principal root/admin@EXAMPLE.COM with password. kadmin:add_principal -randkey host/masterkdc.example.com
Principal "host/host/masterkdc.example.com@EXAMPLE.COM" created. kadmin:ktadd host/masterkdc.example.com
Entry for principal host/masterkdc.example.com with kvno 3, encryption type Triple DES cbc mode with \ HMAC/sha1 added to keytab WRFILE:/etc/krb5.keytab. Entry for principal host/masterkdc.example.com with kvno 3, encryption type ArcFour with HMAC/md5 \ added to keytab WRFILE:/etc/krb5.keytab. Entry for principal host/masterkdc.example.com with kvno 3, encryption type DES with HMAC/sha1 added \ to keytab WRFILE:/etc/krb5.keytab. Entry for principal host/masterkdc.example.com with kvno 3, encryption type DES cbc mode with RSA-MD5 \ added to keytab WRFILE:/etc/krb5.keytab. kadmin:quit
kadmin.local
a partir de uma janela root no KDC escravo e use seu comando add_principal
para criar uma entrada nova para o serviço host do KDC escravo. Depois disso, use o comando ktadd
do kadmin
para ajustar simultaneamente uma chave aleatória para o serviço e armazenar a chave aleatória no arquivo keytab padrão do escravo. Esta chave será usada pelo comando kprop
para autenticar clients.
~]#kadmin -p jimbo/admin@EXAMPLE.COM -r EXAMPLE.COM
Authenticating as principal jimbo/admin@EXAMPLE.COM with password. Password for jimbo/admin@EXAMPLE.COM: kadmin:add_principal -randkey host/slavekdc.example.com
Principal "host/slavekdc.example.com@EXAMPLE.COM" created. kadmin:ktadd host/slavekdc.example.com@EXAMPLE.COM
Entry for principal host/slavekdc.example.com with kvno 3, encryption type Triple DES cbc mode with \ HMAC/sha1 added to keytab WRFILE:/etc/krb5.keytab. Entry for principal host/slavekdc.example.com with kvno 3, encryption type ArcFour with HMAC/md5 added \ to keytab WRFILE:/etc/krb5.keytab. Entry for principal host/slavekdc.example.com with kvno 3, encryption type DES with HMAC/sha1 added \ to keytab WRFILE:/etc/krb5.keytab. Entry for principal host/slavekdc.example.com with kvno 3, encryption type DES cbc mode with RSA-MD5 added \ to keytab WRFILE:/etc/krb5.keytab. kadmin:quit
kprop
do escravo com um banco de dados de território novo. Para restringir acesso, o serviço kprop
no KDC escravo somente aceitará atualizações de clients que tiverem nomes principais listados no /var/kerberos/krb5kdc/kpropd.acl
. Adicione o nome de serviço host do KDC mestre a este arquivo.
~]# echo host/masterkdc.example.com@EXAMPLE.COM > /var/kerberos/krb5kdc/kpropd.acl
/var/kerberos/krb5kdc/.k5.REALM
), copie para o KDC escravo usando qualquer método seguro disponível, ou crie um banco de dados fictício e um arquivo stash no KDC escravo executando o kdb5_util create -s
(o banco de dados fictíco será sobrescrito pela primeira propagação de banco de dados com sucesso) e fornecendo a mesma senha.
kprop
. Depois, verifique novamente se o serviço kadmin
está desabilitado.
kprop
(/var/kerberos/krb5kdc/slave_datatrans
) e use o comando kprop
para transferir seu conteúdo para o KDC escravo.
~]#/usr/kerberos/sbin/kdb5_util dump /var/kerberos/krb5kdc/slave_datatrans
~]#kprop slavekdc.example.com
kinit
, certifique-se que um sistema cliente contendo um krb5.conf
que liste apenas o KDC escravo na sua lista de KDCs para o seu território, pode obter, corretamente, credenciais iniciais a partir do KDC escravo.
kprop
para transferir o banco de dados para cada KDC escravo, um de cada vez, e configure o serviço cron
para executar o script periodicamente.
A.EXAMPLE.COM
possa acessar um serviço no território B.EXAMPLE.COM
, ambos devem ter uma chave de um principal krbtgt/B.EXAMPLE.COM@A.EXAMPLE.COM
e ambas as chaves devem possuir o mesmo número de versão da chave associado a eles.
~]#kadmin -r A.EXAMPLE.COM
kadmin:add_principal krbtgt/B.EXAMPLE.COM@A.EXAMPLE.COM
Enter password for principal "krbtgt/B.EXAMPLE.COM@A.EXAMPLE.COM": Re-enter password for principal "krbtgt/B.EXAMPLE.COM@A.EXAMPLE.COM": Principal "krbtgt/B.EXAMPLE.COM@A.EXAMPLE.COM" created. kadmin:quit
~]#kadmin -r B.EXAMPLE.COM
kadmin:add_principal krbtgt/B.EXAMPLE.COM@A.EXAMPLE.COM
Enter password for principal "krbtgt/B.EXAMPLE.COM@A.EXAMPLE.COM": Re-enter password for principal "krbtgt/B.EXAMPLE.COM@A.EXAMPLE.COM": Principal "krbtgt/B.EXAMPLE.COM@A.EXAMPLE.COM" created. kadmin:quit
get_principal
para se certificar que ambas as entradas possuem números de versões de chaves que combinem (valores kvno
) e tipos de criptografia.
-randkey
do comando add_principal
para atribuir uma chave aleatória ao invés de uma senha, despejar uma nova entrada a partir do banco de dados do primeiro território e importá-la para o segundo. Isto não irá funcionar, a não ser que as chaves mestras dos bancos de dados do território sejam idênticas, pois as chaves contidas em um despejo de banco de dados são criptografadas por si só, usando a chave mestra.
A.EXAMPLE.COM
podem agora autenticar serviços no território B.EXAMPLE.COM
. Ou seja, o território B.EXAMPLE.COM
pode agora confiar no território A.EXAMPLE.COM
ou ainda em outras palavras, B.EXAMPLE.COM
agora confia no A.EXAMPLE.COM
.
B.EXAMPLE.COM
pode confiar em clientes do A.EXAMPLE.COM
para se autenticarem em serviços no território B.EXAMPLE.COM
, mas na verdade não importa se os clientes no território B.EXAMPLE.COM
são confiáveis para se autenticarem em serviços no território A.EXAMPLE.COM
ou não. Para estabelecer confiança no inverso, ambos os territórios deveriam precisar compartilhar chaves para o serviço krbtgt/A.EXAMPLE.COM@B.EXAMPLE.COM
(observe a ordem inversa dos dois territórios comparado ao exemplo acima).
A.EXAMPLE.COM
puderem autenticar serviços no B.EXAMPLE.COM
, e clientes do B.EXAMPLE.COM
puderem autenticar serviços no C.EXAMPLE.COM
, então os clientes do A.EXAMPLE.COM
também podem autenticar serviços em C.EXAMPLE.COM
, até mesmo se C.EXAMPLE.COM
não confiar em A.EXAMPLE.COM
. Isto significa que, em uma rede de trabalho com territórios múltiplos que precisem confiar uns nos outros, fazendo boas escolhas sobre quais relacionamentos confiar para configurar, podem reduzir relativamente os esforços requeridos.
service/server.example.com@EXAMPLE.COM
EXAMPLE.COM
é o nome do território.
domain_realm
do /etc/krb5.conf
para mapear tanto um hostname (server.example.com) quanto um nome de domínio DNS (.example.com) para o nome de um território (EXAMPLE.COM).
A.EXAMPLE.COM
, B.EXAMPLE.COM
e EXAMPLE.COM
. Quando um cliente no território A.EXAMPLE.COM
, tentar autenticar o serviço em B.EXAMPLE.COM
, ele irá, por padrão, primeiro tentar obter credenciais para o território EXAMPLE.COM
, e depois usar estas credenciais para obter outras, para usar no territórioB.EXAMPLE.COM
.
A.EXAMPLE.COM
, autenticando um serviço em B.EXAMPLE.COM
:
A.EXAMPLE.COM → EXAMPLE.COM → B.EXAMPLE.COM
A.EXAMPLE.COM
e EXAMPLE.COM
compartilha chave para krbtgt/EXAMPLE.COM@A.EXAMPLE.COM
EXAMPLE.COM
e B.EXAMPLE.COM
compartilha uma chave para krbtgt/B.EXAMPLE.COM@EXAMPLE.COM
SITE1.SALES.EXAMPLE.COM
, autenticando um serviço em EVERYWHERE.EXAMPLE.COM
:
SITE1.SALES.EXAMPLE.COM → SALES.EXAMPLE.COM → EXAMPLE.COM → EVERYWHERE.EXAMPLE.COM
SITE1.SALES.EXAMPLE.COM
e SALES.EXAMPLE.COM
compartilham uma chave para krbtgt/SALES.EXAMPLE.COM@SITE1.SALES.EXAMPLE.COM
SALES.EXAMPLE.COM
e EXAMPLE.COM
compartilham uma chave para krbtgt/EXAMPLE.COM@SALES.EXAMPLE.COM
EXAMPLE.COM
e EVERYWHERE.EXAMPLE.COM
compartilham uma chave para krbtgt/EVERYWHERE.EXAMPLE.COM@EXAMPLE.COM
DEVEL.EXAMPLE.COM
e PROD.EXAMPLE.ORG
):
DEVEL.EXAMPLE.COM → EXAMPLE.COM → COM → ORG → EXAMPLE.ORG → PROD.EXAMPLE.ORG
DEVEL.EXAMPLE.COM
e EXAMPLE.COM
compartilham uma chave para krbtgt/EXAMPLE.COM@DEVEL.EXAMPLE.COM
EXAMPLE.COM
e COM
compartilham uma chave para krbtgt/COM@EXAMPLE.COM
COM
e ORG
compartilham uma chave para krbtgt/ORG@COM
ORG
e EXAMPLE.ORG
compartilham uma chave para krbtgt/EXAMPLE.ORG@ORG
EXAMPLE.ORG
e PROD.EXAMPLE.ORG
compartilham uma chave para krbtgt/PROD.EXAMPLE.ORG@EXAMPLE.ORG
capaths
do /etc/krb5.conf
, para que os clientes que tiverem credenciais para um território, possam procurar qual território é o próximo na corrente que irá finalmente levar à autenticação dos servidores.
capaths
é relativamente direta: cada entrada na seção é nomeada com o nome de um território com cliente. Dentro desta subseção, o conjunto de territórios intermediários do qual o cliente deve obter credenciais, está listado como valores de chaves que corresponde a um território que possui um serviço. se não existir territórios intermediários, utiliza-se o valor "."
[capaths] A.EXAMPLE.COM = { B.EXAMPLE.COM = . C.EXAMPLE.COM = B.EXAMPLE.COM D.EXAMPLE.COM = B.EXAMPLE.COM D.EXAMPLE.COM = C.EXAMPLE.COM }
A.EXAMPLE.COM
podem obter credenciais cross-realm para B.EXAMPLE.COM
diretamente do KDC A.EXAMPLE.COM
.
C.EXAMPLE.COM
, eles precisarão obter credenciais do território B.EXAMPLE.COM
(a existência de um krbtgt/B.EXAMPLE.COM@A.EXAMPLE.COM
é crucial) e então usar estas
credenciais para obter credenciais a serem usadas no território C.EXAMPLE.COM
(usando krbtgt/C.EXAMPLE.COM@B.EXAMPLE.COM
).
D.EXAMPLE.COM
eles primeiro precisarão obter credenciais do território B.EXAMPLE.COM
, e então credenciais do território C.EXAMPLE.COM
, antes de finalmente obter as credenciais para uso no território D.EXAMPLE.COM
.
A.EXAMPLE.COM
podem obter credenciais cross-realm diretamente de um território B.EXAMPLE.COM
. Sem o "." indicando isto, o cliente tentaria usar um caminho hierárquico, neste caso:
A.EXAMPLE.COM → EXAMPLE.COM → B.EXAMPLE.COM
/usr/share/doc/krb5-server-<version-number>
/
(onde <version-number>
é o número da versão do pacote krb5-server
instalado no seu sistema.
/usr/share/doc/krb5-workstation-<version-number>
/
(onde <version-number>
é o número da versão do pacote krb5-workstation
instaladono seu sistema).
man kerberos
— Uma introdução ao sistema Kerberos que descreve o funcionamento das credenciais e fornece recomendações para obter e destruir tickets do Kerberos. O final da página man referencia diversas páginas man relacionadas.
man kinit
— Descreve como usar este comando para obter e criar o cache de um ticket-granting ticket.
man kdestroy
— Descreve como usar este comando para destruir credenciais do Kerberos.
man klist
— Descreve como usar este comando para listar credenciais cacheadas do Kerberos.
man kadmin
— Descreve como usar este comando para administrar o banco de dados do Kerberos V5.
man kdb5_util
— Descreve como usar este comando para criar e executar funções administrativas de nível baixo no banco de dados do Kerberos V5.
man krb5kdc
— Descreve as opções de linha de comando disponíveis para o Kerberos V5 KDC.
man kadmind
— Descreve as opções de linha de comando do servidor de administração do Kerberos V5.
man krb5.conf
— Descreve o formato e as opções do arquivo de configuração da biblioteca do Kerberos V5.
man kdc.conf
— Descreve o formato e as opções disponíveis do arquivo de configuração do AS e do KDC do Kerberos V5.
racoon
é responsável pela distribuição e troca de chaves IKE. Consulte a página man do racoon
para maiores informações sobre este daemon.
ipsec-tools
em todas os hosts IPsec (se usar uma configuração host-a-host) ou roteadores IPsec (se usar uma configuração rede-a-rede). O pacote RPM contém bibliotecas, daemons e arquivos de configuração essenciais para auxiliar na configuração da conexão IPsec , incluindo:
/sbin/setkey
— manipula o gerenciamento da chave e atributos de segurança do IPsec no kernel. Este executável é controlado pelo daemon de gerenciamento da chave racoon
. Para mais informações, consulte a página man (8) do setkey
.
/usr/sbin/racoon
— the IKE key management daemon, used to manage and control security associations and key sharing between IPsec-connected systems.
/etc/racoon/racoon.conf
— o arquivo de configuração do daemon do racoon
usado para configurar vários aspectos da conexão IPsec, incluindo métodos de autenticação e algoritmos de criptografia usados na conexão. Para uma lista completa das diretivas disponíveis, consulte a página man (5) do racoon.conf
.
system-config-network
para iniciar a Ferramenta de Administração de Rede.
ipsec0
. If required, select the check box to automatically activate the connection when the computer starts. Click to continue.
racoon
gerencia a chave de criptografia. O pacote ipsec-tools
deve ser instalado se você quiser usar criptografia automática.
ifconfig <device>
<device>
é o dispositivo Ethernet que você deseja usar para a conexão VPN.
eth0 Link encap:Ethernet HWaddr 00:0C:6E:E8:98:1D inet addr:172.16.44.192 Bcast:172.16.45.255 Mask:255.255.254.0
inet addr:
.
service network restart
/etc/sysconfig/network-scripts/ifcfg-<nickname>
/etc/sysconfig/network-scripts/keys-<nickname>
/etc/racoon/<remote-ip>
.conf
/etc/racoon/psk.txt
/etc/racoon/racoon.conf
também é criado.
/etc/racoon/racoon.conf
é modificado para incluir o <ip-remoto>
.conf
.
ipsec1
. Este nome é usado para identificar a conexão IPsec e para distinguí-la de outros dispositivos ou conexões.
racoon
.
Key_Value01
e os usuários concordam em deixar que o racoon
gere automaticamente e compartilhe uma chave de autenticação entre cada host. Usuários de ambos os hosts decidem chamar suas conexões de ipsec1
.
ipsec1
, e portanto o arquivo resultante é chamado /etc/sysconfig/network-scripts/ifcfg-ipsec1
.
DST=X.X.X.X
TYPE=IPSEC
ONBOOT=no
IKE_METHOD=PSK
X.X.X.X
pelo endereço IP da estação de trabalho B, enquanto esta deve substituir X.X.X.X
pelo endereço IP da estação de trabalho A. Esta conexão não está configurada para iniciar na inicialização (ONBOOT=no
) e usa o método de autenticação de chave pré-compartilhada (IKE_METHOD=PSK
).
/etc/sysconfig/network-scripts/keys-ipsec1
) que ambas estações de trabalho precisam para autenticarem-se entre si. O conteúdo deste arquivo deve ser idêntico nas duas estações de trabalho, e somente o usuário root deve poder acessar ou gravar (read or write) este arquivo.
IKE_PSK=Key_Value01
keys-ipsec1
para que somente o usuário root possa acessá-lo ou editá-lo, execute o seguinte comando após criar o arquivo:
chmod 600 /etc/sysconfig/network-scripts/keys-ipsec1
keys-ipsec1
nas duas estações de trabalho. As duas chaves devem ser idênticas para que a conexão funcione apropriadamente.
X.X.X.X
.conf
, onde X.X.X.X
é substituído pelo endereço IP do host IPsec remoto. Note que este arquivo é gerado automaticamente quando o túnel IPsec é ativado e não deve ser editado diretamente.
remote X.X.X.X
{
exchange_mode aggressive, main;
my_identifier address;
proposal {
encryption_algorithm 3des;
hash_algorithm sha1;
authentication_method pre_shared_key;
dh_group 2 ;
}
}
X.X.X.X
X.X.X.X
.
/etc/racoon/racoon.conf
devem ser idênticos em todos os nós IPsec, exceto pela declaração include "/etc/racoon/X.X.X.X
.conf"
. Esta declaração (e o arquivo que referencia) é gerada quando o túnel IPsec é ativado. Para a Estação de Trabalho A, X.X.X.X
na declaração include
é o endereço IP da Estação de Trabalho B. O oposto vale para a Estação de Trabalho B. Veja a seguir um arquivo racoon.conf
típico quando a conexão IPsec é ativada.
# Racoon IKE daemon configuration file. # See 'man racoon.conf' for a description of the format and entries. path include "/etc/racoon"; path pre_shared_key "/etc/racoon/psk.txt"; path certificate "/etc/racoon/certs"; sainfo anonymous { pfs_group 2; lifetime time 1 hour ; encryption_algorithm 3des, blowfish 448, rijndael ; authentication_algorithm hmac_sha1, hmac_md5 ; compression_algorithm deflate ; } include "/etc/racoon/X.X.X.X.conf";
racoon.conf
padrão inclui localidades definidas para a configuração do IPsec, arquivos de chaves pré-compartilhadas e certificados. Os campos sainfo anonymous
descrevem a SA da fase 2 entre os nós IPsec — a natureza da conexão IPsec (incluindo os algoritmos suportados de criptografia usados) e o método de troca de chaves. A lista a seguir define os campos da fase 2:
modp1024
) dos grupos de troca de chave criptográfica Diffie-Hellman. O grupo 2 usa uma exponenciação modular de 1024 bits, evitando que atacantes descriptografem transmissões IPsec anteriores, mesmo que uma chave privada seja comprometida.
ifup <nickname>
tcpdump
utility to view the network packets being transferred between the hosts and verify that they are encrypted via IPsec. The packet should include an AH header and should be shown as ESP packets. ESP means it is encrypted. For example:
~]# tcpdump -n -i eth0 host <targetSystem>
IP 172.16.45.107 > 172.16.44.192: AH(spi=0x0954ccb6,seq=0xbb): ESP(spi=0x0c9f2164,seq=0xbb)
ipsec1
. Este nome é usado para identificar a conexão IPsec e para distinguí-la de outros dispositivos ou conexões.
racoon
system-config-network
para iniciar a Ferramenta de Administração de Rede.
ipsec0
. If required, select the check box to automatically activate the connection when the computer starts. Click to continue.
racoon
gerencia a chave de criptografia. O pacote ipsec-tools
deve ser instalado se você quiser usar criptografia automática.
192.168.1.0
se estiver configurando o ipsec1, e use 192.168.2.0
se estiver configurando o ipsec0.
/etc/sysctl.conf
and set net.ipv4.ip_forward
to 1
.
sysctl -p /etc/sysctl.conf
r3dh4tl1nux
, e os administradores de A e B concordam em deixar que o racoon
gere automaticamente e compartilhe uma chave de autenticação entre cada um dos roteadores IPsec. O administrador da LAN A decide nomear a conexão IPsec como ipsec0
, enquanto o administrador da LAN B nomeia a conexão IPsec como ipsec1
.
ifcfg
para uma conexão IPsec rede-a-rede para a LAN A. O nome único para identificar a conexão neste exemplo é ipsec0
, portanto o arquivo resultante é nomeado como /etc/sysconfig/network-scripts/ifcfg-ipsec0
.
TYPE=IPSEC
ONBOOT=yes
IKE_METHOD=PSK
SRCGW=192.168.1.254
DSTGW=192.168.2.254
SRCNET=192.168.1.0/24
DSTNET=192.168.2.0/24
DST=X.X.X.X
/etc/sysconfig/network-scripts/keys-ipsecX
(onde X
é 0 para a LAN A e 1 para a LAN B), que as duas redes usam para autenticarem-se entre si. O conteúdo destes arquivos deve ser idêntico e somente o usuário root deve poder acessar ou gravar este arquivo.
IKE_PSK=r3dh4tl1nux
keys-ipsecX
para que somente o usuário root possa acessá-lo ou editá-lo, execute o seguinte comando após criar o arquivo:
chmod 600 /etc/sysconfig/network-scripts/keys-ipsec1
keys-ipsecX
nos dois roteadores IPsec. As duas chaves devem ser idênticas para que a conexão funcione apropriadamente.
/etc/racoon/racoon.conf
da conexão IPsec. Note que a linha include
na parte inferior do arquivo é automaticamente gerada e aparece somente se o túnel IPsec está rodando.
# Racoon IKE daemon configuration file.
# See 'man racoon.conf' for a description of the format and entries.
path include "/etc/racoon";
path pre_shared_key "/etc/racoon/psk.txt";
path certificate "/etc/racoon/certs";
sainfo anonymous
{
pfs_group 2;
lifetime time 1 hour ;
encryption_algorithm 3des, blowfish 448, rijndael ;
authentication_algorithm hmac_sha1, hmac_md5 ;
compression_algorithm deflate ;
}
include "/etc/racoon/X.X.X.X
.conf"
X.X.X.X
.conf
(onde X.X.X.X
é o endereço IP do roteador IPsec remoto). Note que este arquivo é gerado automaticamente quando o túnel IPsec é ativado e não deve ser editado diretamente.
remote X.X.X.X
{
exchange_mode aggressive, main;
my_identifier address;
proposal {
encryption_algorithm 3des;
hash_algorithm sha1;
authentication_method pre_shared_key;
dh_group 2 ;
}
}
/etc/sysctl.conf
and set net.ipv4.ip_forward
to 1
.
sysctl -p /etc/sysctl.conf
ifup ipsec0
ifup
na conexão IPsec. Para visualizar uma lista de rotas da rede, execute o seguinte comando:
ip route list
tcpdump
utility on the externally-routable device (eth0 in this example) to view the network packets being transferred between the hosts (or networks), and verify that they are encrypted via IPsec. For example, to check the IPsec connectivity of LAN A, use the following command:
tcpdump -n -i eth0 host lana.example.com
12:24:26.155529 lanb.example.com > lana.example.com: AH(spi=0x021c9834,seq=0x358): \ lanb.example.com > lana.example.com: ESP(spi=0x00c887ad,seq=0x358) (DF) \ (ipip-proto-4)
ifup <nickname>
<apelido>
é o apelido configurado anteriormente, como por exemplo, ipsec0
.
ifdown <nickname>
Método | Descrição | Vantagens | Desvantagens | ||||||
---|---|---|---|---|---|---|---|---|---|
NAT | Conversão de Endereços de Rede (Network Address Translation - NAT) insere sub-redes IP internas por trás de um ou um pequeno grupo de endereços IP públicos, mascarando todos os pedidos para uma fonte ao invés de várias. |
|
| ||||||
Filtro de Pacotes | Um firewall de filtragem de pacotes lê cada pacote de dados que passa por dentro e por fora de uma LAN. Pode ler e processar pacotes pela informação do cabeçalho e filtrar o pacote baseado em conjuntos de regras programáveis implementadas pelo administrador do firewall. O kernel do Linux tem a funcionalidade embutida de filtragem de pacotes através do sub-sistema Netfilter do kernel. |
|
| ||||||
Proxy | Firewalls de proxy filtram todos os pedidos de um determinado protocolo ou tipo dos clientes LAN para uma máquina proxy, que então faz estes pedidos à Internet representando o cliente local. Uma máquina proxy atua como um buffer entre usuários remotos maldosos e as máquinas dos clientes internos da rede. |
|
|
iptables
.
iptables
, uma ferramenta de linha de comando similar na sintáxe aos seus predecendentes, ipchains
.
ipchains
requer um jogo regras intrínsecas para: filtrar caminhos de fontes, filtrar caminhos de destino, filtrar ambas as fontes e portas de conexão de destino.
iptables
usa o sub-sistema do Netfilter para melhorar a conexão, inspeção e processamento de rede. O iptables
inclui registro avançado, ações pré e pós-roteamento, conversão de endereços de rede e encaminhamento de porta; tudo em apenas uma interface de linha de comando.
iptables
. For more detailed information, refer to Seção 46.9, “IPTables”.
system-config-securitylevel
iptables
rules.
/etc/sysconfig/iptables
. Se você escolher Disabilitado e clicar em , estas configurações e regras de firewall serão perdidas.
httpd
.
vsftpd
.
openssh-server
.
telnet-server
.
fetchmail
. Para permitir o envio de correio de sua máquina, selecione este ítem. Note que um servidor SMTP configurado de maneira imprópria, pode permitir que máquinas remotas usem seu servidor para enviar spam.
iptables
. For example, to allow IRC and Internet printing protocol (IPP) to pass through the firewall, add the following to the Other ports section:
194:tcp,631:tcp
iptables
e escritas para o arquivo /etc/sysconfig/iptables
. O serviço iptables
também é iniciado, assim o firewall é imediatamente ativado após salvar as opções selecionadas. Se o Desabilitar firewall foi selecionado, o arquivo /etc/sysconfig/iptables
é removido e o serviço iptables
é bloqueado imediatamente.
/etc/sysconfig/system-config-securitylevel
file so that the settings can be restored the next time the application is started. Do not edit this file by hand.
iptables
service is not configured to start automatically at boot time. Refer to Seção 46.8.2.6, “Ativando o Serviço IPTables” for more information.
iptables
estiver rodando. Para iniciá-lo manualmente, use o seguinte comando:
service iptables restart
iptables
inicie por padrão sempre que o sistema é inicializado, use o seguinte comando:
chkconfig --level 345 iptables on
ipchains
não está incluso no Red Hat Enterprise Linux. No entanto, se o ipchains
for instalado (por exemplo, se uma houve uma atualização e o sistema já possuia o ipchains
instalado previamente.), os serviços ipchains
e iptables
não devem ser ativado simultaneamente. Para assegurar-se de que o serviço ipchains
está desabilitado e configurado para não iniciar em tempo de inicialização, use os seguintes dois comandos:
service ipchains stop
chkconfig --level 345 ipchains off
iptables
é iniciá-lo. Isto pode ser feito com o comando:
service iptables start
ip6tables
devem ser desligados para usar o serviço iptables
. Se você desativar o serviço ip6tables
, lembre-se de desativar a rede IPv6 também. Nunca deixe um dispositivo de rede ativo sem um firewall compatível.
ip6tables
inicie por padrão sempre que o sistema for inicializado, use o seguinte comando:
chkconfig --level 345 iptables on
iptables
inicie sempre que o sistema é inicializado em nível de execução 3,4 ou 5.
iptables
ilustram a sintáxe básica do comando:
iptables -A <chain>
-j <target>
-A
especifica que a regra seja anexada à <chain>. Cada corrente é composta de uma ou mais regras, e portanto também conhecida como um conjunto de regras.
-j <target>
especifica o alvo da regra, ou seja, o que fazer se um pacote combina com a regra. Exemplos de alvos internos são ACCEPT, DROP e REJECT.
iptables
também contém um informações sobre correntes disponíveis, opções e alvos.
iptables
é composta por uma norma padrão e mais de uma regra que funcione de comum acordo com a norma padrão para definir um conjunto de regras gerais para o firewall.
iptables -P INPUT DROP
iptables -P OUTPUT DROP
iptables -P FORWARD DROP
iptables
são transitórias. Se o sistema ou o serviço iptables
forem reiniciados as regras serão automaticamente liberadas e redefinidas. Para salvar as regras de modo que elas sejam carregadas posteriormente, quando o serviço iptables
for iniciado, use o seguinte comando:
service iptables save
/etc/sysconfig/iptables
e são aplicadas sempre que o serviço é iniciado, reiniciado ou quando a máquina é reinicializada.
iptables -A INPUT -p tcp -m tcp --dport 80 -j ACCEPT
iptables -A INPUT -p tcp -m tcp --dport 443 -j ACCEPT
iptables
, a ordem é muito importante.
-I
. Por exemplo:
iptables -I INPUT 1 -i lo -p all -j ACCEPT
iptables
para aceitar conexões de clientes SSH remotos. Por exemplo, as seguintes regras permitem um acesso remoto SSH:
iptables -A INPUT -p tcp --dport 22 -j ACCEPT
iptables -A OUTPUT -p tcp --sport 22 -j ACCEPT
iptables
.
FORWARD
e NATiptables
oferece um roteamento e envio de políticas que podem ser implementadas para evitar uso anormal de recursos de rede.
FORWARD
permite que um administrador controle onde os pacotes podem ser roteados em uma LAN. Por exemplo: para permitir o encaminhamento para a LAN inteira (assumindo que o firewall/porta de comunicação tenha um endereço IP interno na eth 1), as seguintes regras podem ser definidas:
iptables -A FORWARD -i eth1 -j ACCEPT
iptables -A FORWARD -o eth1 -j ACCEPT
eth1
.
sysctl -w net.ipv4.ip_forward=1
/etc/sysctl.conf
como se segue:
net.ipv4.ip_forward = 0
net.ipv4.ip_forward = 1
sysctl.conf
:
sysctl -p /etc/sysctl.conf
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
-t nat
) e especifica a corrente POSTROUTING embutida para a NAT (-A POSTROUTING
) no dispositivo de rede externa do firewall (-o eth0
).
-j MASQUERADE
é especificado para mascarar o endereço IP privado de um nó com endereço IP externo do firewall/gateway
-j DNAT
da corrente PREROUTING na NAT para especificar um endereço IP e porta de destino para onde encaminhar os pacotes de entrada requisitando uma conexão.
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j DNAT --to 172.31.0.23:80
iptables -A FORWARD -i eth0 -p tcp --dport 80 -d 172.31.0.23 -j ACCEPT
iptables
também podem ser definidas para rotear tráfego para determinadas máquinas, como um servidor dedicado HTTP ou FTP, numa zona desmilitarizada (DMZ). A DMZ é uma sub-rede local especial dedicada a prover serviços num meio público como a Internet.
PREROUTING
para encaminhar os pacotes ao destino apropriado:
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j DNAT --to-destination 10.0.4.2:80
iptables -A OUTPUT -o eth0 -p tcp --dport 31337 --sport 31337 -j DROP
iptables -A FORWARD -o eth0 -p tcp --dport 31337 --sport 31337 -j DROP
iptables -A FORWARD -s 192.168.1.0/24 -i eth0 -j DROP
DROP
eREJECT
ao lidar com as regrasadicionadas.
REJECT
nega acesso e retorna um erro connection refused
(conexão negada) para usuários que tentarem se conectar ao serviço. A ação DROP
(derrubar) um alvo, como o nome sugere, derruba os pacotes sem nenhum aviso.
REJECT
.
iptables
inclui um módulo que permite que osadministradores inspecionem e restrinjam conexões a serviços disponíveis numa rede interna, usando um método chamado registro de conexão (connection tracking). O registro de conexão armazena as conexões numa tabela, que possibilita os administradores permitir ou negar acesso baseado nos seguintes estados de conexão:
NEW
(novo) — Um pacote requisitando uma nova conexão, como um pedido HTTP.
ESTABLISHED
(estabelecido) — Um pacote que é parte de uma conexão existente.
RELATED
(relacionado) — Um pacote solicitando uma nova conexão, mas que é parte de uma conexão existente. Por exemplo, conexões FTP usam a porta 21 para estabelecer conexão, mas os dados são transferidos para uma porta diferente (geralmente para a 20).
INVALID
(inválido) — Um pacote que não faz parte de nenhuma das conexões da tabela de registro das conexões.
iptables
com qualquer protocolo de rede, mesmo que o próprio protocolo seja sem estado (como o UDP). O exemplo a seguir mostra uma regra que usa o registro de conexão para encaminhar somente os pacotes associados a uma conexão estabelecida:
iptables -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT
ip6tables
. Em Red Hat Enterprise Linux 5, os serviços IPv4 e IPv6 são habilitados por padrão.
iptables
em todos os aspectos, exceto pelo fato do ip6tables
suportar endereços de 128 bits. Por exemplo: as conexões SSH em um servidor de rede ciente do IPv6 podem ser possibilitadas pela seguinte regra:
ip6tables -A INPUT -i eth0 -p tcp -s 3ffe:ffff:100::1/128 --dport 22 -j ACCEPT
iptables
command, including definitions for many command options.
iptables
também contém um breve resumo das várias opções.
iptables
.
iptables
. Inclui tópicos como a análise de registros de firewalls, criação de regras de firewall e a personalização de seu firewall com ferramentas gráficas como lokkit
.
ipchains
do kernel 2.2, assim como o Netfilter e iptables
. Tópicos adicionais de segurança, como questões de acesso remoto e sistemas de detecção de intrusão também são abordados.
ipchains
para a filtragem de pacotes e usava listas de regras para pacotes a cada passo do processo de filtragem. O kernel 2.4 introduziu iptables
(também chamado de netfilter), que é similar ao ipchains
mas expande significativamente o âmbito e o controle disponíveis para a filtragem de pacotes de rede.
ipchains
e iptables
, explica várias opções disponíveis com os comandos do iptables
, e detalha como regras de filtragem podem ser preservadas entre reinicializações do sistema.
iptables
rules and setting up a firewall based on these rules.
iptables
, mas o iptables
, não pode ser usado se o ipchains
já estiver rodando. Se o ipchains
estiver presente durante a inicialização do sistema, o kernel emite um erro e falha em iniciar o iptables
.
ipchains
não é afetada por esses erros.
filter
— A tabela padrão usada para lidar com pacotes de rede.
nat
— Usada para alterar pacotes que criem uma nova conexão, e também usado para Conversão de Endereços de Rede (Network Address Translation - NAT).
mangle
— Usada para tipos específicos de alterações de pacotes.
netfilter
.
filter
são as seguintes:
nat
são as seguintes:
mangle
são as seguintes:
/etc/sysconfig/iptables
ou /etc/sysconfig/ip6tables
.
iptables
inicia antes de qualquer serviço relacionado ao DNS durante a inicialização de um sistema Linux. Isto significa que regras de firewall podem apenas fazer referência a endereços IP numéricos (por exemplo, 192.168.0.1). Nestas regras, endereços não numéricos (por exemplo, host.exemplo.com) produzirão erros.
ACCEPT
para um pacote correspondente, o pacote ignora o resto das verificações de regras e ganha a permissão para continuar até o seu destino. Se uma regra especifica um alvo DROP
, o pacote é negado acesso ao sistema e nada é mandado de volta ao host que emitiu o pacote. Se uma regra especifica um alvo QUEUE
, o pacote é passado ao espaço do usuário. Se uma regra especifica o alvo opcional REJECT
, o pacote é descartado, mas um pacote de erro é enviado ao emissor do pacote.
ACCEPT
, DROP
, REJECT
, ou QUEUE
. Se nenhuma das regras da cadeia é aplicável ao pacote, o mesmo é tratado de acordo com a diretiva padrão.
iptables
configura estas tabelas, e cria novas tabelas se necessário.
ipchains
quanto o iptables
usam cadeias de regras que operam dentro do kernel do Linux filtrando pacotes com base na correspondência à certas regras ou conjuntos de regras. Entretanto, o iptables
representa uma forma mais extensível de filtrar pacotes, dando ao administrador maior controle sem precisar agregar complexidades desnecessárias ao sistema.
ipchains
e o iptables
:
iptables
, each filtered packet is processed using rules from only one chain rather than multiple chains. ipchains
teria que passar pelas cadeias INPUT, FORWARD, e OUTPUT para continuar até o seu destino. Entretanto, o iptables
apenas envia pacotes à cadeia INPUT se eles forem destinados ao sistema local, e apenas envia pacotes à cadeia OUTPUT se eles foram gerados pelo sistema local. Assim sendo, é importante colocar a regra projetada para apanhar um certo pacote dentro da cadeia que realmente lida com aquele pacote.
ipchains
, pacotes que correspondessem a uma regra em uma cadeia podiam ser direcionados ao alvo DENY. Este alvo deve ser modificado para DROP no iptables
.
ipchains
, a ordem das opções de uma regra não importa.
iptables
tem uma sintaxe mais rigorosa. O comando iptables
solicita que o protocolo (ICMP, TCP, ou UDP) seja especificado antes das portas de origem ou destino.
-i
) podem apenas ser usadas em cadeias INPUT ou FORWARD. Da mesma forma, interfaces de saída (opção -o
) podem apenas ser usadas em cadeias FORWARD ou OUTPUT.
iptables
. As seguintes características de um pacote são as mais usadas como critérios:
iptables
devem ser agrupadas de maneira lógica, com base no propósito e condições da regra, para que a mesma seja válida. O resto desta seção explica opções geralmente usadas com o comando iptables
.
iptables
tem a seguinte estrutura:
iptables [-t<table-name>
]<command>
<chain-name>
\<parameter-1>
<option-1>
\<parameter-n>
<option-n>
<nome-da-tabela>
— Especifica à qual tabela a regra pertence. Se omitido, a tabela filter
é usada.
<comando>
— Especifica a ação a ser executada, como acrescentar ou remover uma regra.
<nome-da-cadeia>
— Especifica a cadeia a ser editada, criada, ou removida.
<parâmetro>-<opção>
— Parametros e ações associadas especificando como proceder quando um pacote corresponde à uma regra.
iptables
pode mudar bastante, de acordo com o seu propósito.
iptables -D <chain-name> <line-number>
iptables
, é importante lembrar que alguns parâmetros e opções necessitam parâmetros e opções adicionais para construir uma regra válida. Isto pode produzir um efeito cascata. A regra não é válida até que todos os parâmetros e opções que necessitem de outro grupo de opções estejam concluídos.
iptables -h
para ver uma lista abrangente de estruturas de comandos iptables
.
iptables
execute uma ação específica. Apenas uma opção de linha de comando é permitida em cada comando iptables
. Com a exceção do comando help, todos os comandos são escritos em letras maiúsculas.
iptables
são os seguintes:
-A
— Acrescenta a regra ao final da cadeia especificada. Ao contrário da opção -I
descrita abaixo, -A
não aceita um número inteiro como argumento. Esta opção sempre acrescenta a regra ao final da cadeia especificada.
-C
— Verifica uma regra específica antes de adicioná-la à cadeia especificada pelo usuário. Este comando pode lhe ajudar a construir regras complexas do iptables
pedindo que você digite parâmetros e opções adicionais.
-D <número-inteiro> | <regra>
— Remove uma regra da cadeia específica através de um número (por exemplo, 5
para a quinta regra da cadeia), ou através da especificação da regra. A especificação de uma regra deve corresponder exatamente à uma regra existente.
-E
— Renomeia uma cadeia definida pelo usuário. Uma cadeia definida pelo usuário é qualquer uma que não seja uma das padrões ou pré-existentes (consulte a opção -N
abaixo, para maiores informações sobre a criação de cadeias definidas pelo usuário). Esta é uma mudança apenas cosmética, e não afeta a estrutura da tabela.
Match not found
(Correspondente não encontrado). Você não pode renomear as cadeias padrão.
-F
— Esvazia a cadeia selecionada, o que na verdade remove todas as regras da cadeia. Se nenhuma cadeia for selecionada, este comando esvazia todas as regras de todas as cadeias.
-h
— Oferece uma lista de estruturas de comandos, assim como um breve resumo dos parâmetros e opções dos comandos.
-I [<número-inteiro>]
— Insere uma regra na cadeia especificada no lugar especificado pelo argumento inteiro definido pelo usuário. Se nenhum argumento é especificado, a regra é inserida no topo da cadeia.
-A
ou -I
.
-I
como argumento. Se você especificar um número existente ao adicionar uma regra à uma cadeia, o iptables
adiciona a nova regra antes (ou acima) da regra existente.
-L
— Lista todas as regras da cadeia especificada após o comando. Para listar todas as regras em todas as cadeias na tabela padrão filter
, não especifique uma cadeia ou tabela. Caso contrário, a seguinte sintaxe deve ser usada para listar as regras de uma específica cadeia em uma específica tabela:
iptables -L <chain-name>
-t <table-name>
-L
command option, which provide rule numbers and allow more verbose rule descriptions, are described in Seção 46.9.3.6, “Opções de Listagem”.
-N
— Cria uma nova cadeia com um nome especificado pelo usuário. O nome da cadeia deve ser exclusivo, caso contrário uma mensagem de erro é exibida.
-P
— Estabelece a diretiva padrão para a cadeia especificada, de modo que quando pacotes passam pela cadeia toda sem encontrar uma regra correspondente, os mesmos são enviados para o alvo específico, como ACCEPT ou DROP.
-R
— Substitui uma regra na cadeia especificada. O número da regra deve ser especificado após o nome da cadeia. A primeira regra em uma cadeia corresponde à regra número um.
-X
— Remove uma cadeia especificada pelo usuário. Você não pode remover uma cadeia padrão.
-Z
— Configura os contadores de bytes e de pacotes de todas as tabelas para zero.
iptables
, incluindo aqueles usados para adicionar, remover, inserir ou substituir regras em uma cadeia específica, requerem vários parâmetros para construir uma regra de filtragem de pacotes.
-c
— Restaura os contadores para uma dada regra. Este parâmetro aceita as opções PKTS
e BYTES
para especificar quais contadores devem ser restaurados.
-d
— Estabelece o nome de host, endereço IP, ou rede de destino de um pacote que corresponda à uma regra. Ao fazer a correspondência de uma rede, os seguintes formatos de endereços IP e máscaras de rede são suportados:
N.N.N.N
/M.M.M.M
— Onde N.N.N.N
é o intervalo de endereços IP e M.M.M.M
é a máscara de rede.
N.N.N.N
/M
— Onde N.N.N.N
é o intervalo de endereços IP e M
é a máscara de bits.
-f
— Aplica esta regra apenas a pacotes fragmentados.
!
) após este parâmetro para especificar que a regra seja aplicada apenas a pacotes não fragmentados.
-i
— Estabelece a interface de rede de entrada, como eth0
ou ppp0
. Com o iptables
, este parâmetro opcional pode ser usado apenas com as cadeias INPUT e FORWARD quando usado com a tabela filter
e a cadeia PREROUTING quando usado com as tabelas nat
e mangle
.
!
) — Reverte a diretiva, o que significa que quaisquer interfaces especificadas são excluídas desta regra.
+
) — Um caractere curinga usado para fazer a correspondência de todas as interfaces que correspondam à string especificada. Por exemplo, o parâmetro -i eth+
aplicaria esta regra a quaisquer interfaces Ethernet, mas excluiria quaisquer outras interfaces, como ppp0
.
-i
é usado, mas nenhuma interface é especificada, todas as interfaces são afetadas pela regra.
-j
— Pula para o alvo especificado quando um pacote corresponde à uma regra específica.
ACCEPT
, DROP
, QUEUE
, e RETURN
.
iptables
do Red Hat Enterprise Linux. Alvos válidos nestes módulos incluem LOG
, MARK
, e REJECT
, entre outros. Consulte a página man do iptables
para maiores informações sobre estes e outros alvos.
-o
— Estabelece as interfaces de rede de saída para uma regra. Esta opção é válida apenas para as cadeias OUTPUT e FORWARD na tabela filter
, e para a cadeia POSTROUTING nas tabelas nat
e mangle
. Este parâmetro aceita as mesmas opções que o parâmetro de interfaces de rede de entrada (-i
).
-p <protocolo>
— Estabelece o protocolo IP afetado pela regra. Pode ser icmp
, tcp
, udp
, ou all
(todos), ou pode ser um valor numérico, representando um destes ou um protocolo diferente. Você também pode usar quaisquer dos protocolos listados no arquivo /etc/protocols
.
all
" significa que a regra aplica-se a todos os protocolos suportados. Se nenhum protocolo é listado com esta regra, o "all
" é usado.
-s
— Estabelece a origem para um determinado pacote usando a mesma sintaxe do parâmetro de destino (-d
).
iptables
. Por exemplo, -p <nome-do-protocolo>
habilita opções para o protocolo especificado. Note que você também pode usar a ID do protocolo, ao invés do seu nome. Veja, por exemplo, os seguintes exemplos, cada um dos quais tem o mesmo efeito:
iptables -A INPUT -p icmp --icmp-type any -j ACCEPT
iptables -A INPUT -p 5813 --icmp-type any -j ACCEPT
/etc/services
. Por questões de legibilidade, é recomendável usar os nomes dos serviços ao invés dos números de portas.
/etc/services
para prevenir a edição não autorizada. Se este arquivo for editável, crackers podem usá-lo para habilitar portas na sua máquina as quais você tenha decidido deixar fechadas. Para proteger este arquivo, digite os seguintes comandos como root:
chown root.root /etc/services
chmod 0644 /etc/services
chattr +i /etc/services
-p tcp
):
--dport
— Estabelece a porta de destino para o pacote.
:
). Por exemplo: -p tcp --dport 3000:3200
. O maior intervalo válido aceitável é 0:65535
.
!
) após a opção --dport
para causar a correspondência de todos os pacotes que não usem aquele serviço ou porta de rede.
/etc/services
.
--destination-port
equivale a --dport
.
--sport
— Estabelece a porta de origem do pacote usando as mesmas opções que --dport
. A opção de correspondência --source-port
equivale a --sport
.
--syn
— Aplica-se a todos os pacotes TCP concebidos para iniciar a comunicação, normalmente chamados de pacotes SYN. Pacotes que carreguem dados não são manuseados.
!
) após a opção --syn
para causar a correspondência de todos os pacotes que não sejam SYN.
--tcp-flags <tested flag list> <set flag list>
— Permite que pacotes TCP que tenham bits (sinalizadores) específicos definidos, correspondam a uma regra.
--tcp-flags
aceita dois parâmetros. O primeiro parâmetro é a máscara, uma lista de sinalizadores separados por vírgulas a serem examinados no pacote. O segundo parâmetro é uma lista de sinalizadores separados por vírgulas que devem ser definidos para que a regra corresponda.
ACK
FIN
PSH
RST
SYN
URG
ALL
NONE
iptables
que contenha a seguinte especificação corresponde apenas a pacotes TCP que tenham o sinalizador SYN definido e os sinalizadores ACK e FIN não definidos:
--tcp-flags ACK,FIN,SYN SYN
!
) após --tcp-flags
para reverter o efeito da opção de correspondência.
--tcp-option
— Tenta corresponder à opções específicas de TCP que possam ser estabelecidas dentro de um pacote específico. Esta opção de correspondência também pode ser revertida usando o ponto de exclamação (!
).
-p udp
):
--dport
— Especifica a porta de destino para o pacote UDP, usando o nome do serviço, número da porta, ou intervalo de números de portas. A opção de correspondência --destination-port
equivale --dport
.
--sport
— Especifica a porta de origem para o pacote UDP, usando o nome do serviço, número da porta, ou intervalo de números de portas. A opção de correspondência --source-port
equivale a --sport
.
--dport
e --sport
, separe os dois números usando dois pontos (:). Por exemplo: -p tcp --dport 3000:3200
. O maior intervalo válido aceitável é 0:65535.
-p icmp
):
--icmp-type
— Estabelece o nome ou o número do tipo de ICMP a corresponder à regra. Uma lista de nomes de ICMP válidos pode ser obtida digitando o comando iptables -p icmp -h
.
iptables
.
-m <nome-do-módulo>
, onde <nome-do-módulo>
é o nome do módulo.
limit
— Coloca um limite no número de pacotes que podem corresponder à uma dada regra.
LOG
, o módulo limit
pode prevenir que uma enxurrada de pacotes correspondentes encham o arquivo de registro do sistema com mensagens repetitivas ou utilizem recursos do sistema demasiadamente.
LOG
target.
limit
habilita as seguintes opções:
--limit
— Estabelece o número máximo de eventos de correspondência para um determinado período de tempo, especificado como um par <valor>/<período>
. Por exemplo, o uso de --limit 5/hour
permite cinco eventos de correspondência à regra por hora.
3/hour
é usado.
--limit-burst
— Estabelece um limite ao número de pacotes que podem corresponder à uma regra ao mesmo tempo.
--limit
.
state
— Habilita a correspondência de estados.
state
habilita as seguintes opções:
--state
— Faz a correspondência de um pacote com os seguintes estados de conexão:
ESTABLISHED
— O pacote correspondente é associado a outros pacotes em uma conexão estabelecida. Você deve aceitar este estado se você quiser manter uma conexão entre um cliente e um servidor.
INVALID
— O pacote correspondente não pode ser atrelado à uma conexão conhecida.
NEW
— O pacote correspondente ou está criando uma nova conexão ou faz parte de uma conexão de duas mãos não vista antes. Você precisa aceitar este estado se você quiser permitir novas conexões a um serviço.
RELATED
— O pacote correspondente está iniciando uma nova conexão relacionada de alguma forma à uma conexão existente. Um exemplo disto é o FTP, o qual usa uma conexão para controle de tráfego (porta 21), e uma conexão separada para transferência (porta 20).
-m state --state INVALID,NEW
.
mac
— Habilita a correspondência de hardware usando endereços MAC.
mac
habilita a seguinte opção:
--mac-source
— Faz a correspondência usando um endereço MAC da placa de interface de rede que enviou o pacote. Para excluir um endereço MAC de uma regra, coloque um ponto de exclamação (!
) após a opção de correspondência --mac-source
.
iptables
para mais opções de correspondência disponíveis aos diversos módulos.
<cadeia-definida-pelo-usuário>
— Uma cadeia definida pelo usuário (user-defined chain) dentro da tabela. Nomes de cadeias definidas pelo usuário devem ser exclusivos. Este alvo envia o pacote para a cadeia especificada.
ACCEPT
— Permite que o pacote chegue até o seu destino ou até outra cadeia.
DROP
— Descarta o pacote sem responder ao solicitante. O sistema que enviou o pacote não fica sabendo da falha.
QUEUE
— O pacote é enfileirado para ser posteriormente manuseado por um aplicativo do espaço do usuário.
RETURN
— Para de verificar o pacote contra regras na cadeia atual. Se o pacote com o alvo RETURN
corresponde à uma regra numa cadeia chamada a partir de outra cadeia, o pacote é devolvido à primeira cadeia para que a mesma continue com a verificação de regras a partir de onde tinha parado. Se a regra RETURN
for usada em uma cadeia padrão e o pacote não puder retornar à sua cadeia anterior, o alvo padrão para a cadeia atual é usado.
LOG
— Faz um registro de todos os pacotes que correspondem à esta regra. Uma vez que os pacotes são registrados pelo kernel, o arquivo /etc/syslog.conf
determina onde estas entradas de registro são escritas. Por padrão, elas são colocadas no arquivo /var/log/messages
.
LOG
para especificar a forma como os registros são feitos:
--log-level
— estabelece o nível de prioridade de um evento de registro. Consulte a página man do syslog.conf
para uma lista de níveis de prioridade.
--log-ip-options
— Registra quaisquer opções configuradas no cabeçalho de um pacote IP.
--log-prefix
— Coloca uma string de até 29 caracteres antes da linha do registro quando o mesmo for escrito. Isto pode ser útil ao usar filtros de syslog junto com o registro de pacotes.
log-prefix
.
--log-tcp-options
— Registra quaisquer opções configuradas no cabeçalho de um pacote TCP.
--log-tcp-sequence
— Escreve o número de seqüência TCP do pacote no registro do sistema.
REJECT
— Manda um pacote de erro de volta ao sistema remoto e descarta o pacote.
REJECT
aceita --reject-with <tipo>
(onde <tipo>
é o tipo de rejeição), permitindo que informações mais detalhadas sejam retornadas com o pacote de erro. Caso nenhuma outra opção seja usada, a mensagem port-unreachable
é o tipo de erro padrão utilizado. Consulte a página man do iptables
para uma lista completa de opções para <tipo>
.
nat
, ou para alteração de pacotes usando a tabela mangle
, podem ser encontrados na página man do iptables
.
iptables -L [<nome-da-cadeia>]
, oferece uma visão geral bem básica das cadeias atuais da tabela padrão filter
. Opções adicionais oferecem mais informações:
-v
— Gera informações detalhadas da saída, como o número de pacotes e bytes processado por cada cadeia, o número de pacotes e bytes que tenham correspondido a cada regra, e quais interfaces aplicam-se à uma dada regra.
-x
— Expande números para seus valores exatos. Em um sistema de alta utilização, o número de pacotes e bytes processados por uma dada cadeia ou regra pode ser abreviado para Kilobytes
, Megabytes
(Megabytes) ou Gigabytes
. Esta opção força a exibição do número por completo.
-n
— Exibe endereços IP e números de porta em formato numérico, ao invés do formato padrão de nome de host e serviço de rede.
--line-numbers
— Lista regras em cada cadeia precedidas por um número representando sua ordem numérica na cadeia. Esta opção é útil ao tentar remover uma regra específica de uma cadeia ou determinar onde inserir uma regra em uma cadeia.
-t <nome-da-tabela>
— Especifica o nome de uma tabela. Se omitido, a tabela padrão filter
é usada.
-x
.
~]#iptables -L OUTPUT -v -n -x
Chain OUTPUT (policy ACCEPT 64005 packets, 6445791 bytes) pkts bytes target prot opt in out source destination 1593 133812 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0 ~]#iptables -L OUTPUT -v -n
Chain OUTPUT (policy ACCEPT 64783 packets, 6492K bytes) pkts bytes target prot opt in out source destination 1819 153K ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0 ~]#
iptables
são armazenadas na memória. Se o sistema for reiniciado antes que o conjunto de regras do iptables
seja salvo, todas as regras são perdidas. Para que as regras do netfilter persistam entre reinicializações do sistema, as mesmas precisam ser salvas. Para salvar as regras do netfilter, digite o seguinte comando como root:
service iptables save
iptables
, o qual roda o programa /sbin/iptables-save
e escreve a configuração atual do iptables
em /etc/sysconfig/iptables
. O arquivo existente /etc/sysconfig/iptables
é salvo como /etc/sysconfig/iptables.save
.
iptables
restaura as regras salvas em /etc/sysconfig/iptables
usando o comando /sbin/iptables-restore
.
iptables
antes de submetê-la ao arquivo /etc/sysconfig/iptables
, é possível copiar regras do iptables
encontradas em versões deste arquivo em um outro sistema para este arquivo. Isto permite a distribuição de grupos de regras do iptables
para várias máquinas de forma rápida.
iptables
em um arquivo específico para distribuição, backup, ou outros propósitos. Para salvar suas regras do iptables
, digite o seguinte comando como root:
iptables-save > <filename>
<filename>
is a user-defined name for your ruleset.
/etc/sysconfig/iptables
para outras máquinas, digite /sbin/service iptables restart
para que as novas regras façam efeito.
iptables
(/sbin/iptables
), o qual é usado para manipular as tabelas e cadeias que fazem parte da funcionalidade do iptables
, e o service iptables
(/sbin/iptables service
), o qual é usado para habilitar e desabilitar o iptables
em si.
iptables
no Red Hat Enterprise Linux:
system-config-securitylevel
) — A graphical interface for creating, activating, and saving basic firewall rules. Refer to Seção 46.8.2, “Configurações Básicas de Firewall ” for more information.
/sbin/service iptables <opção>
— Usado para manipular várias funções do iptables
usando o seu script de inicialização. As seguintes opções estão disponíveis:
start
— Se uma firewall estiver configurada (ou seja, /etc/sysconfig/iptables
existir), todas as instâncias do iptables
atualmente rodando são totalmente paradas e então reiniciadas usando o comando /sbin/iptables-restore
. Esta opção apenas funciona caso o módulo de kernel ipchains
não esteja carregado. Para verificar se este módulo encontra-se carregado, digite o seguinte comando como root:
lsmod | grep ipchains
/sbin/rmmod
para remover o módulo.
stop
— Se uma firewall estiver rodando, as regras da firewall armazenadas na memória são liberadas, e todos os módulos e auxiliares do iptables são descarregados.
IPTABLES_SAVE_ON_STOP
no arquivo de configuração /etc/sysconfig/iptables-config
tiver seu valor padrão alterado para yes
, as regras atuais são salvas em /etc/sysconfig/iptables
e quaisquer regras existentes são movidas para o arquivo /etc/sysconfig/iptables.save
.
iptables-config
file.
restart
— Se uma firewall estiver rodando, as regras da firewall armazenadas na memória são liberadas, e a firewall é reiniciada se estiver configurada em /etc/sysconfig/iptables
. Esta opção funciona apenas se o módulo ipchains
do kernel estiver carregado.
IPTABLES_SAVE_ON_RESTART
no arquivo de configuração /etc/sysconfig/iptables-config
tiver seu valor padrão alterado para yes
, as regras atuais são salvas em /etc/sysconfig/iptables
e quaisquer regras existentes são movidas para o arquivo /etc/sysconfig/iptables.save
.
iptables-config
file.
status
— Exibe o estado da firewall e lista todas as regras ativas.
/etc/sysconfig/iptables-config
file and change the value of IPTABLES_STATUS_NUMERIC
to no
. Refer to Seção 46.9.5.1, “Arquivo de Configuração de Scripts de Controle do IPTables” for more information about the iptables-config
file.
panic
— Limpa todas as regras da firewall. A diretiva de todas as tabelas configuradas é mudada para DROP
.
save
— Saves firewall rules to /etc/sysconfig/iptables
using iptables-save
. Refer to Seção 46.9.4, “Salvando Regras do IPTables” for more information.
ip6tables
for iptables
in the /sbin/service
commands listed in this section. For more information about IPv6 and netfilter, refer to Seção 46.9.6, “IPTables e IPv6”.
iptables
é controlado pelo arquivo de configuração /etc/sysconfig/iptables-config
. A seguir está uma lista de diretivas encontradas neste arquivo:
IPTABLES_MODULES
— Especifica uma lista, separada por espaços, de módulos adicionais do iptables
a serem carregados quando uma firewall for ativada. Estes podem incluir rastreamento de conexão e auxiliares de NAT.
IPTABLES_MODULES_UNLOAD
— Descarrega módulos ao reiniciar e parar. Esta diretiva aceita os seguintes valores:
yes
— O valor padrão. Esta opção deve ser usada para que um estado correto para as ações de parar ou reiniciar uma firewall possa ser atingido.
no
— Esta opção deve ser usada apenas se houverem problemas ao descarregar os módulos do netfilter.
IPTABLES_SAVE_ON_STOP
— Salva as regras atuais da firewall em /etc/sysconfig/iptables
quando a firewall for parada. Esta diretiva aceita os seguintes valores:
yes
— Salva regras existentes em /etc/sysconfig/iptables
quando a firewall for parada, movendo a versão anterior para o arquivo /etc/sysconfig/iptables.save
.
no
— O valor padrão. Não salva regras existentes quando a firewall for parada.
IPTABLES_SAVE_ON_RESTART
— Salva as regras atuais da firewall quando a firewall for reiniciada. Esta diretiva aceita os seguintes valores:
yes
— Salva regras existentes em /etc/sysconfig/iptables
quando a firewall for reiniciada, movendo a versão anterior para o arquivo /etc/sysconfig/iptables.save
.
no
— O valor padrão. Não salva regras existentes quando a firewall for reiniciada.
IPTABLES_SAVE_COUNTER
— Salva e restaura todos os contadores de pacotes e de bytes em todas as cadeias e regras. Esta diretiva aceita os seguintes valores:
yes
— Salva o valor dos contadores.
no
— O valor padrão. Não salva o valor dos contadores.
IPTABLES_STATUS_NUMERIC
— Exibe a saída de endereços IP em formato numérico ao invés de domínios e nomes de host. Esta diretiva aceita os seguintes valores:
yes
— O valor padrão. Retorna apenas endereços IP numa saída de estado.
no
— Retorna domínios ou nomes de host numa saída de estado.
iptables-ipv6
estiver instalado, o netfilter do Red Hat Enterprise Linux pode filtrar a versão da próxima geração do protocolo de Internet, o IPv6. O comando usado para manipular o netfilter IPv6 é o ip6tables
.
iptables
, entretanto, a tabela nat
ainda não é suportada. Isto significa que ainda não é possível executar tarefas de conversão de endereços IPv6 de rede, como masquerading e encaminhamento de portas.
ip6tables
são salvas no arquivo /etc/sysconfig/ip6tables
. As regras anteriores salvas pelos scripts de inicialização do ip6tables
são salvas no arquivo /etc/sysconfig/ip6tables.save
.
ip6tables
são armazenadas em /etc/sysconfig/ip6tables-config
, e os nomes para cada diretiva variam um pouco em relação aos nomes das diretivas do iptables
.
IPTABLES_MODULES
no arquivo iptables-config
equivale à diretiva IP6TABLES_MODULES
no arquivo ip6tables-config
.
iptables
.
man iptables
— Contém uma descrição do iptables
, assim como uma lista abrangente de alvos, opções, e extensões de correspondência.
iptables
, incluindo uma FAQ focada em problemas específicos e vários guias úteis escritos pelo Rusty Russell, o mantenedor da firewall IP do Linux. Os documentos HOWTO do site cobrem tópicos como conceitos básicos de rede, filtragem de pacotes no kernel, e configurações de NAT.
iptables
básicos.
avc: denied
detalhada em /var/log/messages
caso a permissão seja negada. O contexto de segurança de entidades e objetos é obtido a partir da política instalada, a qual também fornece a informação para povoar a matriz do servidor de segurança.
/selinux/
contém comandos que são normalmente usados pelo subsistema do kernel. Este tipo de sistema de arquivos é similar ao pseudo-sistema de arquivos /proc/
.
/selinux/
:
-rw-rw-rw- 1 root root 0 Sep 22 13:14 access dr-xr-xr-x 1 root root 0 Sep 22 13:14 booleans --w------- 1 root root 0 Sep 22 13:14 commit_pending_bools -rw-rw-rw- 1 root root 0 Sep 22 13:14 context -rw-rw-rw- 1 root root 0 Sep 22 13:14 create --w------- 1 root root 0 Sep 22 13:14 disable -rw-r--r-- 1 root root 0 Sep 22 13:14 enforce -rw------- 1 root root 0 Sep 22 13:14 load -r--r--r-- 1 root root 0 Sep 22 13:14 mls -r--r--r-- 1 root root 0 Sep 22 13:14 policyvers -rw-rw-rw- 1 root root 0 Sep 22 13:14 relabel -rw-rw-rw- 1 root root 0 Sep 22 13:14 user
cat
no arquivo enforce
revela ou um 1
, para modo imposição, ou um 0
, para modo permissivo.
/etc/
.
/etc/sysconfig/selinux
system-config-selinux
), or manually editing the configuration file (/etc/sysconfig/selinux
).
/etc/sysconfig/selinux
é o arquivo de configuração principal usado para habilitar ou desabilitar o SELinux, determinar qual política deve ser imposta no sistema, e como impor tal política.
/etc/sysconfig/selinux
contém um link simbólico para o verdadeiro arquivo de configuração, o /etc/selinux/config
.
SELINUX=enforcing|permissive|disabled
— Define o estado de nível superior do SELinux em um sistema.
enforcing
— A política de segurança do SELinux é imposta.
permissive
— O sistema SELinux emite avisos mas não impõe a política.
avc: denied
para cada nível de diretório lido. Em modo imposição, o SELinux pararia assim que a primeira negação ocorresse, prevenindo que mensagens de erro adicionais ocorressem.
disabled
— O SELinux é totalmente desabilitado. O SELinux é desvinculado do kernel, e o pseudo-sistema de arquivos torna-se não registrado.
/.autorelabel
e reinicializar a máquina. Isto faz com que a etiquetagem ocorra bem cedo durante o processo de inicialização, antes de qualquer processo estar rodando no sistema. O uso deste procedimento significa que processos não podem acidentalmente criar arquivos ou iniciar no contexto errado.
fixfiles relabel
para reetiquetar o sistema de arquivos antes de habilitar o SELinux. Entretanto, este método não é recomendável porque uma vez que for concluído, ainda é possível que processos rodem no contexto errado. Tais processos podem criar arquivos que também possuam o contexto errado.
SELINUXTYPE=targeted|strict
— Especifica a política que o SELinux deve impor.
targeted
— Apenas os daemons de rede visados (targeted) são protegidos.
dhcpd, httpd (apache.te), named, nscd, ntpd, portmap, snmpd, squid
, e syslogd
. O resto do sistema roda no domínio unconfined_t. Este domínio permite que entidades e objetos com aquele contexto de segurança operem usando a segurança padrão do Linux.
/etc/selinux/targeted/src/policy/domains/program
. Estes arquivos estão sujeitos à mudanças à medida que novas versões do Red Hat Enterprise Linux são lançadas.
system-config-selinux
).
1
disables SELinux protection for the daemon. For example, you can set dhcpd_disable_trans
to 1
to prevent init
, which executes apps labeled dhcpd_exec_t
, from transitioning to the dhcpd_t
domain.
getsebool -a
para listar todos os Booleanos do SELinux. Veja a seguir um exemplo sobre o uso do comando setsebool
para configurar um Booleano do SELinux. A opção -P
faz com que a mudança torne-se permanente. Sem esta opção, o Booleano mudaria para 1
na reinicialização.
setsebool -P dhcpd_disable_trans=0
strict
— Total proteção do SELinux para todos os daemons. Contextos de segurança são definidos para todas as entidades e objetos, e todas as ações são processadas pelo servidor de imposição de políticas.
SETLOCALDEFS=0|1
— Controla como definições locais (usuários e Booleanos) são estabelecidas. Use 1 para fazer com que estas definições sejam controladas pelo load_policy
de arquivos em /etc/selinux/<nome-da-política>
, ou use 0 para fazer com que sejam controladas pelo semanage
.
/etc/selinux/
/etc/selinux/
é a localização principal de todos os arquivos de política, bem como do principal arquivo de configuração.
/etc/selinux/
:
-rw-r--r-- 1 root root 448 Sep 22 17:34 config drwxr-xr-x 5 root root 4096 Sep 22 17:27 strict drwxr-xr-x 5 root root 4096 Sep 22 17:28 targeted
strict/
e targeted/
, são os diretórios específicos onde os arquivos de política com o mesmo nome (ou seja, strict
e targeted
) são armazenados.
/usr/sbin/setenforce
— Modifica, em tempo real, o modo de execução do SELinux.
setenforce 1
— O SELinux roda em modo imposição.
setenforce 0
— O SELinux roda em modo permissivo.
setenforce
adequado em /etc/sysconfig/selinux
ou passar o parâmetro selinux=0
para o kernel, ou em /etc/grub.conf
ou durante a inicialização.
/usr/sbin/sestatus -v
— Exibe o estado detalhado de um sistema rodando o SELinux. O exemplo a seguir mostra um trecho da saída do sestatus -v
:
SELinux status: enabled SELinuxfs mount: /selinux Current mode: enforcing Mode from config file: enforcing Policy version: 21 Policy from config file: targeted Process contexts: Current context: user_u:system_r:unconfined_t:s0 Init context: system_u:system_r:init_t:s0 /sbin/mingetty system_u:system_r:getty_t:s0
/usr/bin/newrole
— Roda um novo shell em um novo contexto ou papel. A política deve permitir a transição para o novo papel..
policycoreutils-newrole
instalado, o qual é necessário às políticas strict e MLS.
/sbin/restorecon
— Estabelece o contexto de segurança de um ou mais arquivos através da marcação de atributos estendidos com o arquivo ou contexto de segurança apropriado.
/sbin/fixfiles
— Verifica ou corrige o banco de dados de contextos de segurança no sistema de arquivos.
setools
ou policycoreutils
para mais informações sobre todos os utilitários binários disponíveis. Para visualizar o conteúdo de um pacote, use o seguinte comando:
rpm -ql <package-name>
/usr/share/doc/setools-<número-da-versão
>/
Toda a documentação para os utilitários contidos no pacote setools
. Isto inclui todos os scripts auxiliares arquivos de configuração, e a documentação em si.
<x>
series of Linux kernels. This module stored PSIDs in a normal file, and SELinux was able to support more file systems. This solution was not optimal for performance, and was inconsistent across platforms. Finally, the SELinux code was integrated upstream to the 2.6.x
kernel, which has full support for LSM and has extended attributes (xattrs) in the ext3 file system. SELinux was moved to using xattrs to store security context information. The xattr namespace provides useful separation for multiple security modules existing on the same system.
"segurança."
, é utilizado para módulos de segurança e o nome segurança.selinux
é utilizado para armazenar rótulos de segurança SELinuxde forma persistente nos arquivos. O conteúdo desta função irá variar, dependendo do arquivo ou diretório que você inspecione e da política que a máquina esteja impondo.
getxattr(2)
sempre retorna à versão do rótulo canonicalizado do kernel.
ls -Z
para visualizar o rótulo de categoria de um arquivo:
~]# ls -Z gravityControl.txt
-rw-r--r-- user user user_u:object_r:tmp_t:Moonbase_Plans gravityControl.txt
gefattr(1)
para visualizar o valor de categoria interna (c10):
~]# getfattr -n security.selinux gravityControl.txt
# file: gravityControl.txt
security.selinux="user_u:object_r:tmp_t:s0:c10\000"
semanage user -l
command to list SELinux users:
~]# semanage user -l
Labeling MLS/ MLS/
SELinux User Prefix MCS Level MCS Range SELinux Roles
root user s0 s0-s0:c0.c1023 system_r sysadm_r user_r
system_u user s0 s0-s0:c0.c1023 system_r
user_u user s0 s0-s0:c0.c1023 system_r sysadm_r user_r
user_u
). This is solved by introducing the concept of an SELinux login. This is used during the login process to assign MCS categories to Linux users when their shell is launched.
semanage login -a
command to assign Linux users to SELinux user identities:
~]#semanage login -a james
~]#semanage login -a daniel
~]#semanage login -a olga
~]# semanage login -l
Login Name SELinux User MLS/MCS Range
__default__ user_u s0
james user_u s0
daniel user_u s0
root root s0-s0:c0.c1023
olga user_u s0
setrans.conf
file. The system administrator edits this file to manage and maintain the required categories.
chcat -L
command to list the current categories:
~]# chcat -L
s0
s0-s0:c0.c1023 SystemLow-SystemHigh
s0:c0.c1023 SystemHigh
/etc/selinux/<selinuxtype
>/setrans.conf
file. For the example introduced above, add the Marketing, Finance, Payroll, and Personnel categories as follows (this example uses the targeted policy, and irrelevant sections of the file have been omitted):
~]# vi /etc/selinux/targeted/setrans.conf
s0:c0=Marketing
s0:c1=Finance
s0:c2=Payroll
s0:c3=Personnel
chcat -L
command to check the newly-added categories:
~]# chcat -L
s0:c0 Marketing
s0:c1 Finance
s0:c2 Payroll
s0:c3 Personnel
s0
s0-s0:c0.c1023 SystemLow-SystemHigh
s0:c0.c1023 SystemHigh
setrans.conf
file, you need to restart the MCS translation service before those changes take effect. Use the following command to restart the service:
~]# service mcstrans restart
chcat
command to assign MCS categories to SELinux logins:
~]#chcat -l -- +Marketing james
~]#chcat -l -- +Finance,+Payroll daniel
~]#chcat -l -- +Personnel olga
chcat
command with additional command-line arguments to list the categories that are assigned to users:
~]# chcat -L -l daniel james olga
daniel: Finance,Payroll
james: Marketing
olga: Personnel
# Create a user account for the company director (Karl) ~]#useradd karl
~]#passwd karl
Changing password for user karl. New UNIX password: Retype new UNIX password: passwd: all authentication tokens updated successfully. # Assign the user account to an SELinux login ~]#semanage login -a karl
# Assign all the MCS categories to the new login ~]#chcat -l -- +Marketing,+Finance,+Payroll,+Personnel karl
chcat
command to verify the addition of the new user:
~]# chcat -L -l daniel james olga karl
daniel: Finance,Payroll
james: Marketing
olga: Personnel
karl: Marketing,Finance,Payroll,Personnel
[daniel@dhcp-133 ~]$ echo "Financial Records 2006" > financeRecords.txt
ls -Z
command to check the initial security context of the file:
[daniel@dhcp-133 ~]$ ls -Z financeRecords.txt
-rw-r--r-- daniel daniel user_u:object_r:user_home_t financeRecords.txt
user_home_t
) and has no categories assigned to it. We can add the required category using the chcat
command. Now when you check the security context of the file, you can see the category has been applied.
[daniel@dhcp-133 ~]$chcat -- +Finance financeRecords.txt
[daniel@dhcp-133 ~]$ls -Z financeRecords.txt
-rw-r--r-- daniel daniel root:object_r:user_home_t:Finance financeRecords.txt
[daniel@dhcp-133 ~]$chcat -- +Payroll financeRecords.txt
[daniel@dhcp-133 ~]$ls -Z financeRecords.txt
-rw-r--r-- daniel daniel root:object_r:user_home_t:Finance,Payroll financeRecords.txt
[olga@dhcp-133 ~]$ cat financeRecords.txt
cat: financeRecords.txt: Permission Denied
semanage
and chcat
for more information on the available options for these commands.
Confidencialidade
: — Uma função hierárquica, tal como "Segredo" ou "Top Secret".
Categorias
: — Um conjunto de funções não hierárquicas tais como "Somente EUA" ou "UFO".
user_home_t
.
unconfined_t
possuem um arquivo executável com um tipo, como o sbin_t
. A partir da perpectiva do SELinux, isto significa que são todos equivalentes em relação a o que podem e não podem fazer no sistema.
/usr/bin/postgres
possui o tipo postgresql_exec_t. Todos os daemons alvo possuem seus próprios tipo *_exec_t
para seus aplicativos executáveis. De fato, todo o conjunto de executáveis PostgreSQL tais como createlang
, pg_dump
, epg_restore
possuem o mesmo tipo, postgresql_exec_t
, e transitam para o mesmo domínio postgresql_t
, na execução.
$AUDIT_LOG
. No Red Hat Enterprise Linux, isto está configurado para /var/log/messages
. A política é compilada em formato binário para carregar no servidor de segurança kernel e cada vez que o servidor de segurança toma uma decisão, ele é colocado no cache no AVC para optimizar o desempenho.
init
, as explained in Seção 47.7.3, “A Função da Política no Processo de Inicialização”. Ultimately, every system operation is determined by the policy and the type-labeling of the files.
m4
para capturar conjuntos comuns de regras de nível baixo. Diversos macros m4
estão definidos na política existente, que facilita a escrita da nova política. Estas regras são processadas previamente em várias regras adicionais como parte da construção do arquivo policy.conf
, o qual é compilado na política binária.
newrole
, or by requiring a new process execution in the new domain. This movement between domains is referred to as a transition.
selinux-policy-<policyname>
e fornece um arquivo de política binária.
selinux-policy-devel
for instalado.
/etc/selinux/targeted/
— este é o diretório raiz para a política alvo e contém a árvore binária.
/etc/selinux/targeted/policy/
— this is the location of the binary policy file policy.<xx>
. In this guide, the variable SELINUX_POLICY
is used for this directory.
/etc/selinux/targeted/contexts/
— este é o local das informações de contexto de segurança e arquivos de configuração, que são usados durante o tempo de execução por diversos aplicativos.
/etc/selinux/targeted/contexts/files/
— contains the default contexts for the entire file system. This is referenced by restorecon
when performing relabeling operations.
/etc/selinux/targeted/contexts/users/
— na política alvo, somente o arquivo raiz
se encontra neste diretório. Estes arquivos são usados para determinar contexto quando um usuário se autenticar. Por exemplo, para o usuário root, o contexto é user_u:system_r:unconfined_t.
/etc/selinux/targeted/modules/active/booleans*
— é aqui que os Booleanos de tempo de execução são configurados.
getsebool
, setsebool
ferramentas semanage
para manipular os Booleanos de tempo de execução.
selinux-policy-devel
inclui todos os arquivos de interface para construir a política. Recomenda-se que aqueles que construirem a política, usem estes arquivos para construir módulos.
/usr/share/selinux/devel/include
e possui arquivos make
instalados em/usr/share/selinux/devel/Makefile
.
libselinux
oferece uma gama de funções que retornam os caminhos aos arquivos de diretórios e configurações distintos. Isto anula a necessidade dos aplicativos de codificarem estritamente os caminhos, especialmente quando a localização da política depende da configuração de SELINUXTYPE em /etc/selinux/config
.
/etc/selinux/strict
.
man 3 selinux_binary_policy_path
libselinux-devel
instalado.
libselinux
e funções afins, não está no escopo deste documento.
init
realiza operações essenciais no início do processo de inicialização para manter a sincronização entre a etiquetagem e a imposição de política.
/sbin/init
mounts /proc/
, e então procura pelo tipo de sistema de arquivo selinuxfs
. Se for encontrado, significa que SELinux está habilitado no kernel.
init
não encontrar o SELinux no kernel, ou se estiver desabilitado através do parâmetro de inicialização selinux=0
, ou ainda se o /etc/selinux/config
especificar que SELINUX=disabled
, o processo de inicialização procede com um sistema não-SELinux.
init
sets the enforcing status if it is different from the setting in /etc/selinux/config
. This happens when a parameter is passed during the boot process, such as enforcing=0
or enforcing=1
. The kernel does not enforce any policy until the initial policy is loaded.
/selinux/
será montado.
init
checks /selinux/policyvers
for the supported policy version. The version number in /selinux/policyvers
is the latest policy version your kernel supports. init
inspects /etc/selinux/config
to determine which policy is active, such as the targeted policy, and loads the associated file at $SELINUX_POLICY/policy.<version>
.
init
tenta carregar o arquivo da política caso o arquivo de política seja uma versão anterior. Isto oferece compatibilidade com versões de políticas anteriores.
/etc/selinux/targeted/booleans
forem diferentes daqueles compilados na política, o init
modifica a política na memória baseada nas configurações locais anteriores ao carregamento da política no kernel.
init
então reexecuta a si mesmo para que possa transitar para um domínio diferente, caso seja definido pela política. Para a política alvo, não há transição definida e portanto o init
fica no domínio unconfined_t
init
continua com seu processo normal de inicialização.
init
re-executes itself is to accommodate stricter SELinux policy controls. The objective of re-execution is to transition to a new domain with its own granular rules. The only way that a process can enter a domain is during execution, which means that such processes are the only entry points into the domains.
init
, tal como o init_t
, será solicitado um método mudar da inicial SID, tal como o kernel, e corrigir o domínio em tempo de execução para init
. Como é bem provável que esta transição pode aconteça, o init
é codificado para se reexecutar após o carregamento de política.
init
acontece caso a regra de domain_auto_trans(kernel_t, init_exec_t, <target_domain_t>
)
estiver na política. Esta regra informa que uma transição automática acontece em qualquer execução no domínio kernel_t
que executa um arquivo do tipo init_exec_t. Quando esta execução acontece, o novo processo é atribuído ao domínio <target_domain_t>
, usando um domínio alvo atual, tal como o init_t
.
filesystem
para arquivos de sistema, file
para arquivos, e dir
para diretórios. Cada classe possui seu próprio conjunto associado de permissões.
filesystem
pode montar, desmontar, obter funções, ajustar quotas, reetiquetar e assim por diante. A classe file
possui arquivos de permissões comuns, tais como ler, escrever, obter e ajustar funções, bloquiar, reetiquetar, ligar, renomear, acrescentar.
tcp_socket
para soquetes TCP, netif
para interfaces de rede, enode
para nós de rede.
netif
por exemplo, pode enviar e receber TCP, UDP e soquetes raw (tcp_recv
, tcp_send
, udp_send
, udp_recv
, rawip_recv
, e rawip_send
.)
unconfined_t
domain except for the specific targeted daemons. Objects that are in the unconfined_t
domain have no restrictions and fall back to using standard Linux security, that is, DAC. The daemons that are part of the targeted policy run in their own domains and are restricted in every operation they perform on the system. This way daemons that are exploited or compromised in any way are contained and can only cause limited damage.
http
e ntp
são protegidos na política alvo padrão, e rodam nos domínios httpd_t
e ntpd_t
respectivamente. O daemon ssh
, no entanto, não é protegido nesta política, e consequentemente roda no domínio unconfined_t
user_u:system_r:httpd_t 25129 ? 00:00:00 httpd user_u:system_r:ntpd_t 25176 ? 00:00:00 ntpd system_u:system_r:unconfined_t 25245 ? 00:00:00 sshd
dhcpd
; httpd
; mysqld
; named
; nscd
; ntpd
; portmap
; postgres
; snmpd
; squid
; syslogd
; ewinbind
.
unconfined_t
existe em todas as funções, que reduz de forma significante a usabilidade das funções na política alvo. Usos mais extensivos de funções, requerem uma mudança para um paradigma de política severa, onde todos os processos rodam em um domínio considerado individual.
system_r
and object_r
. The initial role is system_r
, and everything else inherits that role. The remaining roles are defined for compatibility purposes between the targeted policy and the strict policy.[20]
object_r
, é uma função implícita e não encontrada na fonte da política. Como as funções são criadas e populadas por tipos que utilizam uma ou mais declarações na política, não há nenhum arquivo que declare todas as funções. (Lembre-se que a própria política é gerada a partir de um número de arquivos separados).
system_r
system_r (28 types) dhcpd_t httpd_helper_t httpd_php_t httpd_suexec_t httpd_sys_script_t httpd_t httpd_unconfined_script_t initrc_t ldconfig_t mailman_cgi_t mailman_mail_t mailman_queue_t mysqld_t named_t ndc_t nscd_t ntpd_t pegasus_t portmap_t postgresql_t snmpd_t squid_t syslogd_t system_mail_t unconfined_t winbind_helper_t winbind_t ypbind_t
user_r
unconfined_t
.
object_r
object_r
, e sua função é somente usada como um espaço reservado no rótulo.
sysadm_r
staff_r
. Se isto for verdade, use o comando newrole -r sysadm_r
para mudar a função de administrador de sistemas SELinux, para desempenhar as tarefas de administração de sistemas. Na política alvo, o sysadm_r
é retido por compatibilidade:
sysadm_r (6 types) httpd_helper_t httpd_sys_script_t initrc_t ldconfig_t ndc_t unconfined_t
user_u
identity was chosen because libselinux
falls back to user_u
as the default SELinux user identity. This occurs when there is no matching SELinux user for the Linux user who is logging in. Using user_u
as the single user in the targeted policy makes it easier to change to the strict policy. The remaining users exist for compatibility with the strict policy.[21]
root
. Você pode notar o root
como a identidade de usuário em um conteúdo de processo. Isto ocorre quando o usuário SELinux root
inicia os daemons a partir da linha de comando, ou reinicia um daemon originalmente iniciado por um init
.
system_r
already had existing authorization for the daemon domains, simplifying the process. This was done because no mechanism currently exists to alias roles.
unconfined_t
along with the rest of the system except the targeted daemons.
avc: denied
message.
mv
and cp
may have unexpected results.
cp
follows the default behavior of creating a new file based on the domain of the creating process and the type of the target directory. Unless there is a specific rule to set the label, the file inherits the type from the target directory.
-Z user:role:type
option to specify the required label for the new file.
-p
(or --preserve=mode,ownership,timestamps
) option preserves the specified attributes and, if possible, additional attributes such as links.
touch bar foo ls -Z bar foo -rw-rw-r-- auser auser user_u:object_r:user_home_t bar -rw-rw-r-- auser auser user_u:object_r:user_home_t foo
cp
command without any additional command-line arguments, a copy of the file is created in the new location using the default type of the creating process and the target directory. In this case, because there is no specific rule that applies to cp
and /tmp
, the new file has the type of the parent directory:
cp bar /tmp ls -Z /tmp/bar -rw-rw-r-- auser auser user_u:object_r:tmp_t /tmp/bar
tmp_t
is the default type for temporary files.
-Z
option to specify the label for the new file:
cp -Z user_u:object_r:user_home_t foo /tmp ls -Z /tmp/foo -rw-rw-r-- auser auser user_u:object_r:user_home_t /tmp/foo
mv
retains the original type associated with the file. Care should be taken using this command as it can cause problems. For example, if you move files with the type user_home_t
into ~/public_html
, then the httpd
daemon is not able to serve those files until you relabel them. Refer to Seção 48.1.3, “Relabeling a File or Directory” for more information about file labeling.
Command | Behavior |
---|---|
mv
|
The file retains its original label. This may cause problems, confusion, or minor insecurity. For example, the tmpwatch program running in the sbin_t domain might not be allowed to delete an aged file in the /tmp directory because of the file's type.
|
cp
|
Makes a copy of the file using the default behavior based on the domain of the creating process (cp ) and the type of the target directory.
|
cp -p
| Makes a copy of the file, preserving the specified attributes and security contexts, if possible. The default attributes are mode, ownership, and timestamps. Additional attributes are links and all. |
cp -Z
|
Makes a copy of the file with the specified labels. The -Z option is synonymous with --context .
|
-Z
option is equivalent to --context
, and can be used with the ps
, id
, ls
, and cp
commands. The behavior of the cp
command with respect to SELinux is explained in Tabela 48.1, “Behavior of mv and cp Commands”.
ps
command. Most of the processes are running in the unconfined_t
domain, with a few exceptions.
[user@localhost ~]$ ps auxZ LABEL USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND system_u:system_r:init_t root 1 0.0 0.1 2032 620 ? Ss 15:09 0:00 init [5] system_u:system_r:kernel_t root 2 0.0 0.0 0 0 ? S 15:09 0:00 [migration/0] system_u:system_r:kernel_t root 3 0.0 0.0 0 0 ? SN 15:09 0:00 [ksoftirqd/0] user_u:system_r:unconfined_t user 3122 0.0 0.6 6908 3232 ? S 16:47 0:01 /usr/libexec/gconfd-2 5 user_u:system_r:unconfined_t user 3125 0.0 0.1 2540 588 ? S 16:47 0:00 /usr/bin/gnome-keyring-daemon user_u:system_r:unconfined_t user 3127 0.0 1.4 33612 6988 ? Sl 16:47 0:00 /usr/libexec/gnome-settings-daemon user_u:system_r:unconfined_t user 3144 0.1 1.4 16528 7360 ? Ss 16:47 0:01 metacity --sm-client-id=default1 user_u:system_r:unconfined_t user 3148 0.2 2.9 79544 14808 ? Ss 16:47 0:03 gnome-panel --sm-client-id default2
-Z
option with the id
command to determine a user's security context. Note that with this command you cannot combine -Z
with other options.
[root@localhost ~]# id -Z user_u:system_r:unconfined_t
-Z
option with the id
command to inspect the security context of a different user. That is, you can only display the security context of the currently logged-in user:
[user@localhost ~]$ id uid=501(user) gid=501(user) groups=501(user) context=user_u:system_r:unconfined_t [user@localhost ~]$ id root uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel) [user@localhost ~]$ id -Z root id: cannot display context when selinux not enabled or when displaying the id of a different user
-Z
option with the ls
command to group common long-format information. You can display mode, user, group, security context, and filename information.
cd /etc ls -Z h* -d drwxr-xr-x root root system_u:object_r:etc_t hal -rw-r--r-- root root system_u:object_r:etc_t host.conf -rw-r--r-- root root user_u:object_r:etc_t hosts -rw-r--r-- root root system_u:object_r:etc_t hosts.allow -rw-r--r-- root root system_u:object_r:etc_t hosts.canna -rw-r--r-- root root system_u:object_r:etc_t hosts.deny drwxr-xr-x root root system_u:object_r:hotplug_etc_t hotplug drwxr-xr-x root root system_u:object_r:etc_t hotplug.d drwxr-xr-x root root system_u:object_r:httpd_sys_content_t htdig drwxr-xr-x root root system_u:object_r:httpd_config_t httpd
~/public_html
directories, or when writing scripts that work in directories outside of /home
.
/usr/sbin/mysqld
has the wrong security label, and you address this by using a relabeling operation such as restorecon
, you must restart mysqld
after the relabeling operation. Setting the executable file to have the correct type (mysqld_exec_t
) ensures that it transitions to the proper domain when started.
chcon
command to change a file to the correct type. You need to know the correct type that you want to apply to use this command. The directories and files in the following example are labeled with the default type defined for file system objects created in /home
:
cd ~ ls -Zd public_html/ drwxrwxr-x auser auser user_u:object_r:user_home_t public_html/ ls -Z web_files/ -rw-rw-r-- auser auser user_u:object_r:user_home_t 1.html -rw-rw-r-- auser auser user_u:object_r:user_home_t 2.html -rw-rw-r-- auser auser user_u:object_r:user_home_t 3.html -rw-rw-r-- auser auser user_u:object_r:user_home_t 4.html -rw-rw-r-- auser auser user_u:object_r:user_home_t 5.html -rw-rw-r-- auser auser user_u:object_r:user_home_t index.html
public_html
directory, they retain the original type:
mv web_files/* public_html/ ls -Z public_html/ -rw-rw-r-- auser auser user_u:object_r:user_home_t 1.html -rw-rw-r-- auser auser user_u:object_r:user_home_t 2.html -rw-rw-r-- auser auser user_u:object_r:user_home_t 3.html -rw-rw-r-- auser auser user_u:object_r:user_home_t 4.html -rw-rw-r-- auser auser user_u:object_r:user_home_t 5.html -rw-rw-r-- auser auser user_u:object_r:user_home_t index.html
httpd
has permissions to read, presuming the Apache HTTP Server is configured for UserDir and the Boolean value httpd_enable_homedirs
is enabled.
chcon -R -t httpd_user_content_t public_html/ ls -Z public_html -rw-rw-r-- auser auser user_u:object_r:httpd_user_content_t 1.html -rw-rw-r-- auser auser user_u:object_r:httpd_user_content_t 2.html -rw-rw-r-- auser auser user_u:object_r:httpd_user_content_t 3.html -rw-rw-r-- auser auser user_u:object_r:httpd_user_content_t 4.html -rw-rw-r-- auser auser user_u:object_r:httpd_user_content_t 5.html -rw-rw-r-- auser auser user_u:object_r:httpd_user_content_t index.html ls -Z public_html/ -d drwxrwxr-x auser auser user_u:object_r:httpd_user_content_t public_html/
chcon system_u:object_r:shlib_t foo.so
. Otherwise, you will receive an error about applying a partial context to an unlabeled file.
restorecon
command to restore files to the default values according to the policy. There are two other methods for performing this operation that work on the entire file system: fixfiles
or a policy relabeling operation. Each of these methods requires superuser privileges. Cautions against both of these methods appear in Seção 48.2.2, “Relabeling a File System”.
ls -Z /tmp/ -rw-rw-r-- auser auser user_u:object_r:tmp_t /tmp/file1 -rw-rw-r-- auser auser user_u:object_r:tmp_t /tmp/file2 -rw-rw-r-- auser auser user_u:object_r:tmp_t /tmp/file3 mv /tmp/{1,2,3} archives/ mv public_html/* archives/ ls -Z archives/ -rw-rw-r-- auser auser user_u:object_r:tmp_t file1 -rw-rw-r-- auser auser user_u:object_r:httpd_user_content_t file1.html -rw-rw-r-- auser auser user_u:object_r:tmp_t file2 -rw-rw-r-- auser auser user_u:object_r:httpd_user_content_t file2.html -rw-rw-r-- auser auser user_u:object_r:tmp_t file3 -rw-rw-r-- auser auser user_u:object_r:httpd_user_content_t file3.html -rw-rw-r-- auser auser user_u:object_r:httpd_user_content_t file4.html -rw-rw-r-- auser auser user_u:object_r:httpd_user_content_t file5.html -rw-rw-r-- auser auser user_u:object_r:httpd_user_content_t index.html
archives/
directory already has the default type because it was created in the user's home directory:
ls -Zd archives/ drwxrwxr-x auser auser user_u:object_r:user_home_t archives/
restorecon
command to relabel the files uses the default file contexts set by the policy, so these files are labeled with the default label for their current directory.
/sbin/restorecon -R archives/ ls -Z archives/ -rw-rw-r-- auser auser system_u:object_r:user_home_t file1 -rw-rw-r-- auser auser system_u:object_r:user_home_t file1.html -rw-rw-r-- auser auser system_u:object_r:user_home_t file2 -rw-rw-r-- auser auser system_u:object_r:user_home_t file2.html -rw-rw-r-- auser auser system_u:object_r:user_home_t file3 -rw-rw-r-- auser auser system_u:object_r:user_home_t file3.html -rw-rw-r-- auser auser system_u:object_r:user_home_t file4.html -rw-rw-r-- auser auser system_u:object_r:user_home_t file5.html -rw-rw-r-- auser auser system_u:object_r:user_home_t index.html
tar
or star
utilities to create archives that retain SELinux security contexts. The following example uses star
to demonstrate how to create such an archive. You need to use the appropriate -xattr
and -H=exustar
options to ensure that the extra attributes are captured and that the header for the *.star
file is of a type that fully supports xattrs. Refer to the man page for more information about these and other options.
ls -Z public_html/ web_files/ public_html/: -rw-rw-r-- auser auser ...httpd_user_content_t 1.html -rw-rw-r-- auser auser ...httpd_user_content_t 2.html -rw-rw-r-- auser auser ...httpd_user_content_t 3.html -rw-rw-r-- auser auser ...httpd_user_content_t 4.html -rw-rw-r-- auser auser ...httpd_user_content_t 5.html -rw-rw-r-- auser auser ...httpd_user_content_t index.html web_files/: -rw-rw-r-- auser auser user_u:object_r:user_home_t 1.html -rw-rw-r-- auser auser user_u:object_r:user_home_t 2.html -rw-rw-r-- auser auser user_u:object_r:user_home_t 3.html -rw-rw-r-- auser auser user_u:object_r:user_home_t 4.html -rw-rw-r-- auser auser user_u:object_r:user_home_t 5.html -rw-rw-r-- auser auser user_u:object_r:user_home_t index.html
star -xattr -H=exustar -c -f all_web.star public_html/ web_files/ star: 11 blocks + 0 bytes (total of 112640 bytes = 110.00k).
ls
command with the -Z
option to validate the security context:
ls -Z all_web.star -rw-rw-r-- auser auser user_u:object_r:user_home_t \ all_web.star
/tmp
. If there is no specific policy to make a derivative temporary type, the default behavior is to acquire the tmp_t
type.
cp all_web.star /tmp/ cd /tmp/ ls -Z all_web.star -rw-rw-r-- auser auser user_u:object_r:tmp_t all_web.star
star
and it restores the extended attributes:
star -xattr -x -f all_web.star star: 11 blocks + 0 bytes (total of 112640 bytes = 110.00k). ls -Z /tmp/public_html/ /tmp/web_files/ /tmp/public_html/: -rw-rw-r-- auser auser ...httpd_sys_content_t 1.html -rw-rw-r-- auser auser ...httpd_sys_content_t 2.html -rw-rw-r-- auser auser ...httpd_sys_content_t 3.html -rw-rw-r-- auser auser ...httpd_sys_content_t 4.html -rw-rw-r-- auser auser ...httpd_sys_content_t 5.html -rw-rw-r-- auser auser ...httpd_sys_content_t index.html /tmp/web_files/: -rw-rw-r-- auser auser user_u:object_r:user_home_t 1.html -rw-rw-r-- auser auser user_u:object_r:user_home_t 2.html -rw-rw-r-- auser auser user_u:object_r:user_home_t 3.html -rw-rw-r-- auser auser user_u:object_r:user_home_t 4.html -rw-rw-r-- auser auser user_u:object_r:user_home_t 5.html -rw-rw-r-- auser auser user_u:object_r:user_home_t \ index.html
star
, the archive expands on that same path. For example, an archive made with this command restores the files to /var/log/httpd/
:
star -xattr -H=exustar -c -f httpd_logs.star /var/log/httpd/
star
issues a warning if the files in the path are newer than the ones in the archive.
sestatus
command provides a configurable view into the status of SELinux. The simplest form of this command shows the following information:
~]# sestatus
SELinux status: enabled
SELinuxfs mount: /selinux
Current mode: enforcing
Mode from config file: enforcing
Policy version: 21
Policy from config file: targeted
-v
option includes information about the security contexts of a series of files that are specified in /etc/sestatus.conf
:
~]# sestatus -v
SELinux status: enabled
SELinuxfs mount: /selinux
Current mode: enforcing
Mode from config file: enforcing
Policy version: 21
Policy from config file: targeted
Process contexts:
Current context: user_u:system_r:unconfined_t
Init context: system_u:system_r:init_t
/sbin/mingetty system_u:system_r:getty_t
/usr/sbin/sshd system_u:system_r:unconfined_t:s0-s0:c0.c1023
File contexts:
Controlling term: user_u:object_r:devpts_t
/etc/passwd system_u:object_r:etc_t
/etc/shadow system_u:object_r:shadow_t
/bin/bash system_u:object_r:shell_exec_t
/bin/login system_u:object_r:login_exec_t
/bin/sh system_u:object_r:bin_t -> system_u:object_r:shell_exec_t
/sbin/agetty system_u:object_r:getty_exec_t
/sbin/init system_u:object_r:init_exec_t
/sbin/mingetty system_u:object_r:getty_exec_t
/usr/sbin/sshd system_u:object_r:sshd_exec_t
/lib/libc.so.6 system_u:object_r:lib_t -> system_u:object_r:lib_t
/lib/ld-linux.so.2 system_u:object_r:lib_t -> system_u:object_r:ld_so_t
-b
displays the current state of booleans. You can use this in combination with grep or other tools to determine the status of particular booleans:
~]# sestatus -b | grep httpd | grep on$
httpd_builtin_scripting on
httpd_disable_trans on
httpd_enable_cgi on
httpd_enable_homedirs on
httpd_unified on
init
process to perform the relabeling, ensuring that applications have the correct labels when they are started and that they are started in the right order. If you relabel a file system without rebooting, some processes may continue running with an incorrect context. Manually ensuring that all the daemons are restarted and running in the correct context can be difficult.
touch /.autorelabel
reboot
init.rc
checks for the existence of /.autorelabel
. If this file exists, SELinux performs a complete file system relabel (using the /sbin/fixfiles -f -F relabel
command), and then deletes /.autorelabel
.
fixfiles
command, or to relabel based on the RPM database:
fixfiles
command:
fixfiles relabel
fixfiles -R <packagename>
restore
fixfiles
to restore contexts from packages is safer and quicker.
fixfiles
on the entire file system without rebooting may make the system unstable.
fixfiles relabel
prompts for approval to empty /tmp/
because it is not possible to reliably relabel /tmp/
. Since fixfiles
is run as root, temporary files that applications are relying upon are erased. This could make the system unstable or behave unexpectedly.
nfs_t
type, which is not a type that httpd_t
is allowed to execute.
nfs_t
, try mounting the home directories with a different context:
mount -t nfs -o context=user_u:object_r:user_home_dir_t \
fileserver.example.com:/shared/homes/ /home
httpd
can execute scripts. If you do this for user home directories, it gives the Apache HTTP Server increased access to those directories. Remember that a mountpoint label applies to the entire mounted file system.
root_t
, tmp_t
, and usr_t
that grant read access for a directory. These types are suitable for directories that do not contain any confidential information, and that you want to be widely readable. They could also be used for a parent directory of more secured directories with different contexts.
avc: denied
message, there are some common problems that arise with directory traversal. For example, many programs run a command equivalent to ls -l /
that is not necessary to their operation but generates a denial message in the logs. For this you need to create a dontaudit
rule in your local.te
file.
path=/
component. This path is not related to the label for the root file system, /
. It is actually relative to the root of the file system on the device node. For example, if your /var/
directory is located on an LVM (Logical Volume Management [22]) device, /dev/dm-0
, the device node is identified in the message as dev=dm-0
. When you see path=/
in this example, that is the top level of the LVM device dm-0
, not necessarily the same as the root file system designation /
.
setenforce
command to change between permissive and enforcing modes at runtime. Use setenforce 0
to enter permissive mode; use setenforce 1
to enter enforcing mode.
sestatus
command displays the current mode and the mode from the configuration file referenced during boot:
~]# sestatus | grep -i mode
Current mode: permissive
Mode from config file: permissive
~]#setenforce 1
~]#sestatus | grep -i mode
Current mode: enforcing Mode from config file: permissive
named
daemon and SELinux, you can turn off enforcing for just that daemon.
getsebool
command to get the current status of the boolean:
~]# getsebool named_disable_trans
named_disable_trans --> off
~]#setsebool named_disable_trans 1
~]#getsebool named_disable_trans
named_disable_trans --> on
-P
option to make the change persistent across reboots.
~]# getsebool -a | grep disable.*on
httpd_disable_trans=1
mysqld_disable_trans=1
ntpd_disable_trans=1
setsebool
command:
setsebool -P httpd_disable_trans=1 mysqld_disable_trans=1 ntpd_disable_trans=1
togglesebool <boolean_name>
to change the value of a specific boolean:
~]#getsebool httpd_disable_trans
httpd_disable_trans --> off ~]#togglesebool httpd_disable_trans
httpd_disable_trans: active
setenforce(1)
, getenforce(1)
, and selinuxenabled(1)
commands.
/etc/sysconfig/selinux
file. This file is a symlink to /etc/selinux/config
. The configuration file is self-explanatory. Changing the value of SELINUX
or SELINUXTYPE
changes the state of SELinux and the name of the policy to be used the next time the system boots.
~]# cat /etc/sysconfig/selinux
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - SELinux is fully disabled.
SELINUX=permissive
# SELINUXTYPE= type of policy in use. Possible values are:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=targeted
# SETLOCALDEFS= Check local definition changes
SETLOCALDEFS=0
Disabled
, Enforcing
or Permissive
, and then click .
Enabled
to Disabled
or vice versa, you need to restart the machine for the change to take effect.
/etc/sysconfig/selinux
.
/etc/sysconfig/selinux
:
SELINUXTYPE=<policyname>
<policyname>
is the policy name directory under /etc/selinux/
. This assumes that you have the custom policy installed. After changing the SELINUXTYPE
parameter, run the following commands:
touch /.autorelabel
reboot
/etc/selinux
.
mount -o context=
command to set a single context for an entire file system. This might be a file system that is already mounted and that supports xattrs, or a network file system that obtains a genfs label such as cifs_t
or nfs_t
.
httpd_sys_content_t
:
mount -t nfs -o context=system_u:object_r:httpd_sys_content_t \
server1.example.com:/shared/scripts /var/www/cgi
httpd
and SELinux problems, reduce the complexity of your situation. For example, if you have the file system mounted at /mnt
and then symbolically linked to /var/www/html/foo
, you have two security contexts to be concerned with. Because one security context is of the object class file and the other of type lnk_file, they are treated differently by the policy and unexpected behavior may occur.
runcon
command to run a command in a specific context. This is useful for scripting or for testing policy, but care should be taken to ensure that it is implemented correctly.
~/bin/contexttest
is a user-defined script.)
runcon -t httpd_t ~/bin/contexttest -ARG1 -ARG2
runcon user_u:system_r:httpd_t ~/bin/contexttest
getenforce
setenforce [ Enforcing
| Permissive
| 1
| 0
]
1
or Enforcing
tells SELinux to enter enforcing mode. The option 0
or Permissive
tells SELinux to enter passive mode. Access violations are still logged, but not prevented.
selinuxenabled
0
if SELinux is enabled, and 1
if SELinux is disabled.
~]#selinuxenabled
~]#echo $?
0
getsebool [-a] [boolean_name
]
-a
) or a specific boolean (<boolean_name>
).
setsebool [-P] <boolean_name> value | bool1=val1 bool2=val2 ...
-P
option makes the changes persistent across reboots.
togglesebool boolean ...
newrole
command to run a new shell with the specified type and/or role. Changing roles is typically only meaningful in the strict policy; the targeted policy is generally restricted to a single role. Changing types may be useful for testing, validation, and development purposes.
newrole -r <role_r>
-t <type_t>
[-- [ARGS]...]
ARGS
are passed directly to the shell specified in the user's entry in the /etc/passwd
file.
newrole
command is part of the policycoreutils-newrole
package, which is required if you install the strict or MLS policy. It is not installed by default in Red Hat Enterprise Linux.
audit=1
à sua linha de inicialização kernel, tanto no arquivo /etc/grub.conf
quanto no menu GRUB no tempo de inicialização.
httpd
é negado o acesso do ~/public_html
pois o diretório não está rotulado como conteúdo da Web. Note que o tempo e o carimbo com números em série no campo de auditoria (...), são idênticos. Isto facilita rastrear um evento em específico nos logs de auditoria:
Jan 15 08:03:56 hostname kernel: audit(1105805036.075:2392892): \ avc: denied { getattr } for pid=2239 exe=/usr/sbin/httpd \ path=/home/auser/public_html dev=hdb2 ino=921135 \ scontext=user_u:system_r:httpd_t \ tcontext=system_u:object_r:user_home_t tclass=dir
Jan 15 08:03:56 hostname kernel: audit(1105805036.075:2392892): \ syscall=195 exit=4294967283 a0=9ef88e0 a1=bfecc0d4 a2=a97ff4 \ a3=bfecc0d4 items=1 pid=2239 loginuid=-1 uid=48 gid=48 euid=48 \ suid=48 fsuid=48 egid=48 sgid=48 fsgid=48
Jan 15 08:03:56 hostname kernel: audit(1105805036.075:2392892): \ item=0 name=/home/auser/public_html inode=921135 dev=00:00
/var/log/messages
, such as /var/log/audit/audit.log
.
selinux-policy-targeted-sources
e somente então criar um arquivo local.te
no diretório /etc/selinux/targeted/src/policy/domains/misc
. Você poderia usar o utilitário audit2allow
para traduzir as mensagens AVC em regras de permissão e então reconstruir e recarregar a política.
selinux-policy-XYZ.src.rpm
. Um pacote extra, selinux-policy-devel
também foi adicionado, o qual oferece funcionalidade de padronização extra.
semodule
.
semodule
é a ferramenta utilizada para gerenciar o SELinux módulos de política, incluindo instalar, atualizar, listar e remover módulos. Você também pode utilizar o semodule
para forçar uma reconstrução de política a partir do módulo armazenar e/ou forçar uma recarga de política sem desempenhar qualquer outra transação. O semodule
age nos pacotes de módulo, criados pelo semodule_package
. Geralmente, estes arquivos possuem um sufixo .pp (pacote de política), embora não seja obrigatório.
semodule -l
:
~]# semodule -l
amavis 1.1.0
ccs 1.0.0
clamav 1.1.0
dcc 1.1.0
evolution 1.1.0
iscsid 1.0.0
mozilla 1.1.0
mplayer 1.1.0
nagios 1.1.0
oddjob 1.0.1
pcscd 1.0.0
pyzor 1.1.0
razor 1.1.0
ricci 1.0.0
smartmon 1.1.0
/usr/share/selinux/targeted/
contém diversos arquivos de pacote de política (*.pp). Estes arquivos estão inclusos no rpm selinux-policy
e são utilizados para construir o arquivo de política.
ypbind init
, que executa o comando setsebool
, que por sua vez, tenta utilizar o terminal. Isto gera a seguinte negação:
type=AVC msg=audit(1164222416.269:22): avc: denied { use } for pid=1940 comm="setsebool" name="0" dev=devpts ino=2 \ scontext=system_u:system_r:semanage_t:s0 tcontext=system_u:system_r:init_t:s0 tclass=fd
audit2allow
possui agora a habilidade de construir módulos de política . Use o seguinte comando para construir um módulo de política baseado em conteúdo específico do arquivo audit.log
:
ausearch -m AVC --comm setsebool | audit2allow -M mysemanage
audit2allow
construiu um arquivo de imposição (mysemanage.te
). Depois, ele executou o comando checkmodule
para compilar um arquivo de módulo (mysemanage.mod
). Por último, ele usa o comando semodule_package
para criar um pacote de política (mysemanage.pp
). O comando semodule_package
combina arquivos de política diferentes (geralmente somente o módulo e potencialmente um arquivo de contexto) no pacote de política.
cat
para inspecionar o conteúdo do arquivo TE:
~]# cat mysemanag.te
module mysemanage 1.0;
require {
class fd use;
type init_t;
type semanage_t;
role system_r;
};
allow semanage_t init_t:fd use;
module
, que identifica o nome do módulo e versão. O nome do módulo deve ser único. Se você criar um módulo semanage
usando o nome de um módulo pré-existente, o sistema tentaria substituir o pacote do módulo existente por uma versão nova. A última parte da linha do módulo é a versão. O semodule
pode atualizar pacotes de módulo e checar a versão atualizada em relação à versão instalada atualmente.
require
. Este, informa o carregador de política, quais tipos, classes e papéis são necessários na política de sistema, antes que este módulo possa ser instalado. Se qualquer um destes campos forem indefinidos, o comando semodule
irá falhar.
dontaudit
, pois semodule
não precisa acessar o descritor do arquivo.
semodule
para carregar o pacote de política:
~]# semodule -i mysemanage.pp
mysemanage.pp
) para outras máquinas e instalá-lo utilizando o semodule
.
audit2allow
exibe a saída do comando que ele executou para criar um pacote de política onde você possa editar o arquivo TE. Isto significa que você pode adicionar novas regras como solicitado ou mudar a regra de permissão
para dontaudit
. Você pode então recompilar e reempacotar o pacote de política para ser novamente instalado.
Índice
Histórico de Revisões | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Revisão 10-0 | Thu Jul 21 2011 | |||||||||||
| ||||||||||||
Revisão 9-0 | Thu Jan 13 2011 | |||||||||||
| ||||||||||||
Revisão 8-0 | Thu July 30 2010 | |||||||||||
| ||||||||||||
Revisão 7-0 | Wed Sep 30 2009 | , , | ||||||||||
| ||||||||||||
Revisão 7-0 | Mon Sep 14 2009 | |||||||||||
| ||||||||||||
Revisão 6-0 | Wed Sep 02 2009 | |||||||||||
| ||||||||||||
Revisão 5-0 | Wed Jan 28 2009 | |||||||||||
|