U
U
Urukhayy2015-05-31 09:08:20
linux
Urukhayy, 2015-05-31 09:08:20

Why can't nohup see the file?

In the directory I enter:
nohup ./file &
Where file is an executable file, in ls it is displayed in green.
What I'm getting is an error:

nohup: не удалось выполнить команду «./file»: Нет такого файла или каталога

Then I decided to try to run a file of a different extension (nohup.out) in the same directory as the executable file
nohup ./nohup.out &
. To which I get another error, apparently he sees it:
nohup: не удалось выполнить команду «./nohup.out»: Отказано в доступе

The rights on files 775. I am
authorized from root.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
U
Urukhayy, 2015-05-31
@Urukhayy

Solution found. The file being launched is 32 bit. The system is 64 bit. It was necessary to install 32 bit libraries on Centos.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question