[user@mgmt dir]$ R
Fatal error: cannot create 'R_TempDir'

[user@mgmt dir]$ ll -ad /tmp
drwxrwxrwt. 2 root root 135168 Jun 20 19:12 /tmp


[user@mgmt dir]$ df -lh /tmp
Filesystem      Size  Used Avail Use% Mounted on
/tmp            100G  100G     0 100% /tmp

ps: 解决方案:https://stackoverflow.com/questions/6307836/fatal-error-cannot-mkdir-r-tempdir

Find who is filling up the /tmp dir or /root dir and delete it

du -sh *

相关文章:

  • 2022-12-23
  • 2021-07-14
  • 2022-01-04
  • 2022-12-23
  • 2021-06-21
  • 2022-01-26
猜你喜欢
  • 2022-12-23
  • 2021-09-16
  • 2022-01-14
  • 2021-12-26
  • 2021-08-02
  • 2022-12-23
相关资源
相似解决方案