2
Linux 시스템이 입력하는 모든 명령을 반복하는 이유는 무엇입니까?
Ubuntu Linux 시스템을 사용하고 있으며 입력하는 모든 명령이 다음 줄에 표시되고 명령 출력이 표시됩니다. 예를 들면 다음과 같습니다. root@dpkube165:~# ls ls <--- why is this here? Desktop Documents Downloads root@dpkube165:~# date date <--- or this? Mon Mar 19 11:24:59 EDT 2018 root@dpkube165:~# echo "Hello, world!" echo "Hello, world!" <--- or …