5

我试图在 linux 中使用 strip 命令剥离一组文件。但是我收到以下错误:

strip: files : could not create temporary file to hold stripped copy: No error

然后命令完成,没有任何其他错误。试纸有错误还是没有错误?如果有错误我该如何解决?

4

1 回答 1

6

您似乎无权在当前工作目录中创建文件。为此,您的用户帐户需要对该目录的写入权限。

于 2012-08-29T15:04:30.183 回答