history
나는 서버를 보고 있었고 내 동료가 view
파일에 대한 명령을 사용하는 것을 보았습니다.
내가 아는 한, 이 프로그램은 귀하의 파일을 살펴본 $EDITOR
다음 해당 파일과 함께 엽니다.
그것이 어떻게 작동하는지 더 알고 싶지만 어렵다는 것이 증명되었습니다. man
or info
on을 view
사용 하면 . 페이지가 $EDITOR
없으면 인터넷 검색이 확실히 어렵습니다.help
어떤 아이디어가 있나요?
답변1
이들 중 하나를 사용하면 man view
매뉴얼 페이지로 이동하게 됩니다 vim
. 안에서 나는 이것을 발견했습니다 :
view Start in read-only mode. You will be protected from writing the files. Can also be done with the "-R" argument.
답변2
내 시스템의 답변이 흥미로웠습니다. 다음으로 시작하세요:
type view
view is /usr/bin/view
그래서, 그게 뭐죠?
file /usr/bin/view
/usr/bin/view: symbolic link to /etc/alternatives/view
file /etc/alternatives/view
/etc/alternatives/view: symbolic link to /usr/bin/vim.basic
따라서 궁극적으로 (적어도 Ubuntu 기반 시스템에서는) update-alternatives
.
update-alternatives --config view
There are 2 choices for the alternative view (providing /usr/bin/view).
Selection Path Priority Status
------------------------------------------------------------
* 0 /usr/bin/vim.basic 30 auto mode
1 /usr/bin/vim.basic 30 manual mode
2 /usr/bin/vim.tiny 10 manual mode
Press <enter> to keep the current choice[*], or type selection number: