funny directory?

Dale Farnsworth dale at farnsworth.org
Thu Sep 7 10:43:09 MST 2006


lthielster at gmail.com> wrote:
> root at ldesk:~# ls -ald /etc/dh*
> drwxr-xr-x 4 root root 4096 2006-09-06 09:00 /etc/dhcp3

Yep.  Jeremy nailed this one.  The only file matching /etc/dh* is
the directory /etc/dhcp3.

> root at ldesk:~# ls -al /etc/dh*
> total 40
> drwxr-xr-x   4 root root 4096 2006-09-06 09:00 .
> drwxr-xr-x 115 root root 8192 2006-09-07 08:40 ..
> -rw-r--r--   1 root root 1554 2006-09-06 09:00 dhclient.conf
> -rw-r--r--   1 root root 1566 2005-09-14 17:41 dhclient.conf~
> drwxr-xr-x   2 root root 4096 2006-07-13 15:03 dhclient-enter-hooks.d
> drwxr-xr-x   2 root root 4096 2006-06-07 21:33 dhclient-exit-hooks.d
> -rwxr-xr-x   1 root root 8322 2006-05-05 08:02 dhclient-script

The above listing is showing you the contents of /etc/dhcp3.

> root at ldesk:~# ls -ald /etc/dhclient-enter-hooks.d

You might instead want to try:
	ls -ald /etc/dhcp3/dhclient-enter-hooks.d

-Dale


More information about the PLUG-discuss mailing list