Changes

Jump to: navigation, search

OPS235 Lab 6 - Fedora17

No change in size, 09:42, 13 March 2011
no edit summary
# To verify that fedora1 has the correct default gateway configured, enter the command <code>route -n</code>
# Use the <code>find</code> command to locate the configuration files modified by the GUI network configuration program
#* : Previously, you created a file called <code>/tmp/timestamp</code>. Any files that were modified by the GUI network configuration program should have a timestamp later (or newer) than the "timestamp" file you created. All the Linux TCP/IP configuration files are stored under the "/etc" directory or its sub-directories. The following command when run as root will give you a list of all the files under the <code>/etc</code> directory with a file modification date newer than the date of the "timestamp" file:#**::<code>find /etc -newer /tmp/timestamp</code>
# Capture the output to a file called <code>netcfg.lst</code> under user root's home directory.
13,420
edits

Navigation menu