fdisk not working in openSUSE 11

Hi,

The command ‘fdsik -l’ is not working in bash in openSUSE 11. I was using Fedora 6 earlier and used this command perfectly. Now it does not seem to work. The error shown is

bash: fdsik: command not found

Please help me.

thanks,
thelink123

you need to su to root first,then run the command

Andy
p.s. moved to applications

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Become ‘root’ and then run it. Alternatively specify the full path.
(/sbin/fdisk) As you can see it cannot find the command which means it
either does not exist or, more likely in this case, it is not in your
$PATH list of paths. Find it manually and run it, or become ‘root’
whose $PATH includes programs that normal users cannot run (because they
lack the permissions, so why should they even see them?).

Good luck.

thelink123 wrote:
> Hi,
>
> The command ‘fdsik -l’ is not working in bash in openSUSE 11. I was
> using Fedora 6 earlier and used this command perfectly. Now it does not
> seem to work. The error shown is
>
> -BASH: FDSIK: COMMAND NOT FOUND-
>
> Please help me.
>
> thanks,
> thelink123
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIxAcz3s42bA80+9kRAs+CAJ9Pspth6NfWgg9ex4h0EJU1W/ItRwCfewV5
D9nAyPS2x/IefQ/Hl97yLSc=
=rZWB
-----END PGP SIGNATURE-----

Try this version:

fdisk -l

:open_mouth:

thelink123 wrote:
> Hi,
>
> The command ‘fdsik -l’ is not working in bash in openSUSE 11. I was
> using Fedora 6 earlier and used this command perfectly. Now it does not
> seem to work. The error shown is
>
> -BASH: FDSIK: COMMAND NOT FOUND-
>
> Please help me.
>
> thanks,
> thelink123
>
>
Looks like you typed fdisk in wrong, check your spelling and try again.