On Sunday 08 May 2005 19:42, Peter Klauer wrote:
> When I enter "/etc/network/interfaces" either as user or root I get
> bash: /etc/network/interfaces: Permission denied
Yep, /etc/network/interfaces is a text file. By typing it in directly, you're
trying to run it, and it's not marked as being runnable ("executable"), so it
says permission denied.
Try reading it with:
less /etc/network/interfaces
--
Lee.