From Oracle Linux 6 Security Technical Implementation Guide
Part of SRG-OS-000248
Associated with: CCI-001436
Disabling the "tftp" service ensures the system is not acting as a tftp server, which does not provide encryption or authentication.
To check that the "tftp" service is disabled in system boot configuration, run the following command: # chkconfig "tftp" --list Output should indicate the "tftp" service has either not been installed, or has been disabled, as shown in the example below: # chkconfig "tftp" --list tftp off OR error reading information on service tftp: No such file or directory If the service is running, this is a finding.
The "tftp" service should be disabled. The "tftp" service can be disabled with the following command: # chkconfig tftp off
	Lavender hyperlinks in small type off to the right (of CSS
	class id, if you view the page source) point to
	globally unique URIs for each document and item. Copy the
	link location and paste anywhere you need to talk
	unambiguously about these things.
	
      
	You can obtain data about documents and items in other
	formats. Simply provide an HTTP header Accept:
	text/turtle or
	Accept: application/rdf+xml.
      
Powered by sagemincer