Skip to content

Instantly share code, notes, and snippets.

@jjangga0214
Last active October 21, 2018 08:04
Show Gist options
  • Save jjangga0214/2526b9fcfbcd42e208c9204710d6e202 to your computer and use it in GitHub Desktop.
Save jjangga0214/2526b9fcfbcd42e208c9204710d6e202 to your computer and use it in GitHub Desktop.
[file-ubuntu] #file #root

우분투에서 파일 시스템 정리

그냥 파일 앱에서 보면 root가 볼 수 있는 파일들이 보이지 않을 수 있다. 이것은 터미널에서 sudo du -sh * 등과 같은 명령어를 실행해도 마찬가지이다. root 로서 컴퓨터 상의 파일시스템을 모두 보는 명령어는 다음과 같다.

gksudo baobab

출처 "what-is-taking-up-so-much-space-on-my-disk-beside-the-filesystem"

주의

해당 gui 앱에서 폴더 또는 파일을 우클릭 해 '휴지통으로 이동'을 클릭하면 일반 휴지통으로 이동하지 않는다. 이때는 해당 앱을 다시 로드하고 휴지통으로 이동된 만큼의 용량이 root 폴더 안의 어떤 루트의 Trash 라는 폴더로 이동되었음을 확인할 수 있다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment