Changing temp directory on Ubuntu
    조회 수: 2 (최근 30일)
  
       이전 댓글 표시
    
    Seyed Ali Baradaran Birjandi
 2019년 6월 13일
  
    
    
    
    
    답변: Seyed Ali Baradaran Birjandi
 2019년 6월 13일
            I had small disk space on my PC. Therefore, I added a new SATA hard drive to allocate more disk space to Matlab. The new hard drive is mounted on a dircetory called /hdd2TB/. I also changed the value of environment variable 'TMP' both in the /etc/environment file and using setenv() function. Now tempdir command returns:
'/hdd2TB/'
or in terminal:
echo $TMP
/hdd2TB/
Yet, /tmp/ directory grows in size when I run my simulations and /hdd2TB/ does not change. 
댓글 수: 0
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
				Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!