> -----Original Message----- > From: fedora-list-bounces@xxxxxxxxxx > [mailto:fedora-list-bounces@xxxxxxxxxx] On Behalf Of Sapia > Sent: Saturday, October 01, 2005 8:21 PM > To: fedora-list@xxxxxxxxxx > Subject: Root Help New to Linux > > Hi, > > When I install Fedora 4, I give the unit a Host=x2 & Doman=ter.com > > Her is the problem when I give my root password this is what > i get: root@x2 Then when try to run a command. > > ex: /etc/ssh/sshd_config port4932 > > This is what I get: > -bash: /etc/ssh/sshd_config: Permission denied > > Can someone Help! > > Thanks > Sapia > > Little Linux tip, if you're not sure what a file is, use the file command: ####sshd_config file### ~]$ file /etc/ssh/sshd_config /etc/ssh/sshd_config: ASCII English text ### or an executable ### ~]$ file /usr/bin/ssh /usr/bin/ssh: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), stripped ### or a gif for example ### ~]$ file /var/www/icons/php.gif /var/www/icons/php.gif: GIF image data, version 89a, 120 x 64 Its not perfect, but it'll give you a good idea. -Mike