On Friday 26 October 2001 14:30, Matthew Winther wrote: > I am trying to mount another hd in RH 7.1 And i am logged in as root. > In Konsole typing /etc/fstab gives me the message permission denied. > What am i doing wrong?
/etc/fstab is a file so to display it you need to do something like: cat /etc/fstab or: less /etc/fstab /etc/fstab is usually world readable so you should be able to do that even when you're not root.
