Error in running the lammps

Dear lammps user
I m new to lammps. I have successfully build the lammps in serial on linux (fedora)by generating the executable lmp_serial but i m not able to run the lammps. When i m trying to run with the command
lmp_linux <in.file
from the terminal i m getting the error that command is not found. Kindly help me that whether i am missing some thing.

Dear lammps user
I m new to lammps. I have successfully build the lammps in serial on linux
(fedora)by generating the executable lmp_serial but i m not able to run the
lammps. When i m trying to run with the command
lmp_linux <in.file
from the terminal i m getting the error that command is not found. Kindly
help me that whether i am missing some thing.

please talk to a local expert on linux things. if lmp_linux is not in
your search path, you have to use an explicit path.

axel.

generating the executable lmp_serial
lmp_linux <in.file

Try lmp_serial < in.file

Steve