[root@H200 test2]# chmod 755 a.sh
[root@H200 test2]# ls -al
합계 3
drwxr-xr-x 2 root root 1024 5월 24 20:18 .
drwxr-xr-x 7 root root 1024 5월 24 20:14 ..
-rwxr-xr-x 1 root root 53 5월 24 20:18 a.sh
출처: http://jobdahan.net/?mid=server_linux&page=3&document_srl=17336&listStyle=&cpage=
[root@H200 test2]# ls -al
합계 3
drwxr-xr-x 2 root root 1024 5월 24 20:18 .
drwxr-xr-x 7 root root 1024 5월 24 20:14 ..
-rwxr-xr-x 1 root root 53 5월 24 20:18 a.sh
[root@H200 test2]# ./a.sh- 실행
[root@H200 test2]# df -i 를 실행해보면 더이상 파일을 만들수 없다. IFree : 0 , IUse% : 100%
[root@H200 test2]# df 를 실행해보면 용량은 넉넉하게 남아있는것을 볼수 있다 (즉, 파일갯수만 더이상 생성할수 없다는말)
[root@H200 test2]# df 를 실행해보면 용량은 넉넉하게 남아있는것을 볼수 있다 (즉, 파일갯수만 더이상 생성할수 없다는말)
출처: http://jobdahan.net/?mid=server_linux&page=3&document_srl=17336&listStyle=&cpage=