필터 지우기
필터 지우기

Permission error when deleting files on Linux

조회 수: 5 (최근 30일)
Andrew Sandeman
Andrew Sandeman 2022년 8월 2일
편집: Chetan 2023년 9월 7일
I get the following error when I try to delete a file using:
delete("filename")
The error message is:
An error occurred while initializing child process: While attempting to execute "mv -f ..."
Where it tries to move the file to the folder "/tmp/MATLAB_Files_02-Aug-2022_14_59_17/" (as described in the documentation for delete and recycle)
Similarly, if I try to delete the file using the window explorer in Matlab (sending it to the temp folder), it says I may not have permission.
However when I run
recycle('off')
I can delete the file permanently.
I would like to be able to send the file to the temp folder or the recycle bin on Linux.
Some implementation details:
  • Matlab on Linux
  • Matlab was installed in my home folder and without sudo access.

채택된 답변

Chetan
Chetan 2023년 9월 6일
편집: Chetan 2023년 9월 7일
I understand that you are currently experiencing an issue when trying to temporarily delete the files.
This is a known issue and has been fixed in the R2022b release of MATLAB. To resolve this issue, I recommend updating your MATLAB version to R2022b. For more detailed information, I encourage you to refer to the following bug report:
I hope these suggestions help you resolve the issue you are facing.
Best regards
Chetan Verma

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

제품


릴리스

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by