On July 28, 2003 12:23, Richard Heldmann wrote:
> Where is fstab located?
> Thanks.

Hi Richard,

Just to add to what Russ mentioned.  If you want to find files in linux/UNIX 
you can use the "find" command.

To use your example:

find / -name fstab

This translates to find from the root of the filesystem a file named fstab.

Again, as Russ mentioned the manual pages are a wealth of information.  Again 
to use your example:

man fstab

Hope this helps and regards!

Phil


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to