programming/OS

[리눅스] 명령어 정리(history, tail, which)

LeeBorn 2020. 1. 22. 22:05
반응형

history : 실행한 명령어들은 순서대로 볼 수 있다.

history

 

tail: 파일 내용을 뒤에서 출력한다.

ex) tail /var/log/cron : cron 로그를 화면에 출력한다.

 

 

which : 해당 위치를 찾아준다.

ex) which node

node의 위치를 찾아준다.

반응형