What is the output of ls /etc/
?
The message tells you, that there is no such file as /etc/php.ini.default
.
mv
can definitely do what you want, the problem seems to be something different.
Когда я набираю команду:
mv /etc/php.ini.default /etc/php.ini
Я получил:
bash-3.2# mv /etc/php.ini.default /etc/php.ini mv: /etc/php.ini.default: No such file or directory
Почему я не могу переименовать php по команде mv
?
What is the output of ls /etc/
?
The message tells you, that there is no such file as /etc/php.ini.default
.
mv
can definitely do what you want, the problem seems to be something different.