cp: cannot stat `truncate': No such file or directory
following this url: http://wiki.openstack.org/NovaInstall/CentOSNotes (http://wiki.openstack.org/NovaInstall...) ;
when I do the command as follows:
---Last but not least you will need truncate which for some reason is not included with Centos 5 coreutils. To install execute following:
wget http://ftp.gnu.org/gnu/coreutils/coreutils-8.9.tar.gz (http://ftp.gnu.org/gnu/coreutils/core...) tar -zxvf coreutils-8.9.tar.gz cd coreutils-8.9 ./configure make sudo cp truncate /usr/bin/
It shows an error like this: [root@localhost coreutils-8.9]# cp truncate /usr/bin/ cp: cannot stat `truncate': No such file or directory
why ? hoping for friendly help~