Basic command line input

John Purser jmpurser at gmail.com
Tue Jan 17 21:23:22 UTC 2006


First, congratulations on your goal.

Second, fsck IS NOT the command to learn on.  Try "ls" instead.  It's
like "dir" under dos with about a million flags.  You can probably see
these flags by typing "man ls" without the quotes.

Third, what your box is trying to tell you is that it can't find the
command fsck.  It searched your whole path, nuthin.  To see the path
it searched you can type in "echo $PATH".  Don't include the quotes,
do include the capital letters.  Linux is case sensitive.  I think
you'll find you have fsck in the /sbin directory which is not in your
path because it contains commands that every joe user shouldn't be
running.

Good luck on this.  Take it slow, check out some "how-to"s and maybe
take a look at www.tldp.org

John Purser

On 1/17/06, Albus Dumbledore <KitchenProven at comcast.net> wrote:
>         I am trying to learn to run RHW3 from the command line. So far I have
> had limited success, I am sure it is because I am making some sort of
> basic error.
>         I start by right clicking on the desktop and selecting "New Terminal"
> from the pop up window that appearers. I have selected the command
> "fsck" to try because it seem harmless if it goes arry.  It doesn't work
> but it does return the following error message.
>
> [albus at localhost albus]$ fsck -C
> bash: fsck: command not found
> [albus at localhost albus]$
>
> What am I doing wrong?
>
>
> _______________________________________________
> Redhat-install-list mailing list
> Redhat-install-list at redhat.com
> https://www.redhat.com/mailman/listinfo/redhat-install-list
> To Unsubscribe Go To ABOVE URL or send a message to:
> redhat-install-list-request at redhat.com
> Subject: unsubscribe
>




More information about the Redhat-install-list mailing list