Để dừng bạn thôi hỏi những câu như: ls, cd là cái gì, nó viết tắt của từ gì không thì bố ai mà nhớ được, nó đặt ở đâu... (bạn có 1 lợi thế cực lớn nếu biết Tiếng Anh, bởi các tên các chương trình thường là viết tắt của một hay vài từ tiếng anh nào đó)
Hãy hỏi những gì muốn biết với cái terminal của bạn :
0. apropos - tìm kiếm công cụ
famihug@hvn:/home/famihug%whatis aproposBạn cần thực hiện một công việc nào đó, có thể hệ điều hành bạn đang dùng có thể giúp nhưng bạn không biết tool mình cần tên là gì - apropos sẽ làm việc đó.
apropos (1) - search the manual page names and descriptions
apropos tìm kiếm trong các trang hướng dẫn hay đoạn mô tả phần mềm từ khóa bạn yêu cầu. Ví dụ muốn tìm công cụ liên quan đến network:
famihug@hvn:/home/famihug%apropos network
interfaces (5) - network interface configuration for ifup and ifdown
aseqnet (1) - ALSA sequencer connectors over network
avahi-autoipd (8) - IPv4LL network address configuration daemon
byteorder (3) - convert values between host and network byte order
ctstat (8) - unified linux network statistics
dhclient-script (8) - DHCP client network configuration script
endhostent (3) - get network host entry
...
Tìm text editor:
famihug@hvn:/home/famihug%apropos "text editor" ed (1) - text editor
gedit (1) - text editor for the GNOME Desktop
gvim (1) - Vi IMproved, a programmers text editor
kate (1) - Advanced text editor for KDE
vim (1) - Vi IMproved, a programmers text editor
1. whatis: (nó là cái j ? :D )
hvnsweeting@hvnbox:~$ whatis gitgit (1) - the stupid content tracker
kết quả chính là 1 dòng mô tả vắn tắt xem "nó" là cái gì?
hỏi tiếp nè >:)
tất nhiên ko phải câu nào cũng hỏi được :D, chỉ những phần mềm bạn đã cài vào máy thì "nó" mới trả lời được câu hỏi này. Nếu từng ấy thông tin mà whatis trả về chưa đủ với bạn. man it :D (manual) - và bạn nhận ra, thông tin whatis trả về chính là dòng đầu tiên trong manual tương ứng.hvnsweeting@hvnbox:~$ whatis nautilus
nautilus (1) - the GNOME File Managerhvnsweeting@hvnbox:~$ whatis nanonano (1) - Nano's ANOther editor, an enhanced free Pico clonehvnsweeting@hvnbox:~$ whatis vimvim (1) - Vi IMproved, a programmers text editorhvnsweeting@hvnbox:~$ whatis awesomeawesome (1) - awesome window manager
hvnsweeting@hvnbox:~$ man vim...
câu hỏi cuối cùng >:)
hvnsweeting@hvnbox:~$ whatis whatiswhatis (1) - display manual page descriptions
2. whereis (đâu mất rồi )
hvnsweeting@hvnbox:~$ whatis whereisnhư whatis trả lời: whereis định vị file binary (file chạy), nguồn và file hướng dẫn của 1 lệnh
whereis (1) - locate the binary, source, and manual page files for a command
hvnsweeting@hvnbox:~$ whereis git
git: /usr/bin/git /usr/share/man/man1/git.1.gz
hvnsweeting@hvnbox:~$ whereis vim
vim: /usr/bin/vim.tiny /usr/bin/vim.basic /usr/bin/vim /etc/vim /usr/local/bin/vim /usr/share/vim /usr/share/man/man1/vim.1.gz
hvnsweeting@hvnbox:~$ whereis nano
nano: /bin/nano /usr/bin/nano /usr/share/nano /usr/share/man/man1/nano.1.gz
3. which - định vị file chạy của 1 lệnh
tức là khi bạn gõ 1 lệnh vào thì terminal sẽ chạy chương trình ở đường dẫn mà which trả về.
hvnsweeting@hvnbox:~$ whatis whichwhich (1) - locate a commandhvnsweeting@hvnbox:~$ which vim/usr/local/bin/vim
4. whois (mày là thằng nào :)) - có mạng mới dùng được )
giống như các trang whois, lệnh whois trả về thông tin của 1 domain
hvnsweeting@hvnbox:~$ whatis whois
whois (1) - client for the whois directory service
hvnsweeting@hvnbox:~$ whois familug.com
Whois Server Version 2.0Domain names in the .com and .net domains can now be registeredwith many different competing registrars. Go to http://www.internic.netfor detailed information.Domain Name: FAMILUG.COMRegistrar: KEY-SYSTEMS GMBHWhois Server: whois.rrpproxy.netReferral URL: http://www.key-systems.netName Server: DD1.MATBAO.COMName Server: DD2.MATBAO.COMStatus: okUpdated Date: 10-aug-2011Creation Date: 10-aug-2011Expiration Date: 10-aug-2012>>> Last update of whois database: Tue, 27 Sep 2011 10:19:56 UTC <<<...
nhớ, hỏi Linux trước, hỏi Google sau :D
Fun info
trên Windows, khi nói đến hướng dẫn thì người ta nói đến help, trên Linux, khi nói đến hướng dẫn người ta nói man - manual
RTFM: read the f**king manual
Giờ bạn đã biết mỗi câu lệnh để làm gì, ý nghĩa của nó là gì, cách dùng thế nào (về lý thuyết là như thế :P ). Tiếp theo, hãy bắt đầu sử dụng những câu lệnh thông dụng nhất và xem nó có thể làm gì ;)
Bài tiếp theo:
cd, ls - di chuyển loanh quanh
update apropos command
ReplyDeletephần 2: http://www.familug.org/2013/04/ccgu-cac-cau-lenh-e-tim-hieu-cau-lenh.html
ReplyDelete