Những câu hỏi thường gặp về Linux
H: xterm
Logins Show Up Strangely in who, finger
Đ:
The xterm that comes with XFree86 2.1 và earlier doesn’t correctly understand the format that Linux
uses for the
/var/adm/utmp
file, where the system records who is logged in. It therefore doesn’t set all
the information correctly.
The xterms in XFree86 3.1 và later versions fix this problem.
H:
Làm thế nào để khởi động X Client trên Display khác
Đ:
To start a X client on another system that has a running X server, use the following commands:
•
Use xhost on the server system to allow the client system use the display. If the server’s IP address is
192.168.20.1, enter the command:
$ xhost + 192.168.20.1
•
On the client system, open a telnet connection to the server system.
•
In the telnet session, start a xterm in the background with the
-display
và
-e
options. For example,
if the IP address of the machine running the server is 192.168.20.1 và the client program name is
named “clientapp,” use the following command:
$ xterm -display 192.168.20.1 -e clientapp &
Pierre Dal Farra
Tìm trợ giúp sâu hơn như thế nào
H:
Nếu tài liệu này vẫn chưa trả lời câu hỏi của bạn....
Đ:
Vui lòng đọc tất cả câu trả lời trước khi hỏi. Đúng là hơi dài, nhưng bạn sẽ biến mình thành một
thằng ngốc tr trước 50.000 người và phí phạm hàng trăm giờ của họ. Bạn không nghĩ nên bỏ thời gian
để đọc và làm theo nhưng chỉ dẫn này?
Nếu bạn nghĩ có một câu trả lời chưa hoàn chỉnh hoặc không chính xác, vui lòng gửi thư đến
[email protected]
(mailto:[email protected]).
Hãy đọc những cuốn sách Linux Documentation Project thích hợp. Hãy tham khảo: (“Tài liệu ở đâu?”)
Nếu bạn còn lạ lẫm với Unix hoặc Linux, hãy đọc FAQ của comp.unix.questions,
news.announces.newusers
, và bất kỳ nhóm nào trong các nhóm comp.unix.* có liên quan.
Linux has so much in common with commercial unices, that almost everything you read there will apply
to Linux. The FAQ’s, like all FAQ’s, be found on ftp://rtfm.mit.edu/pub/usenet/ (the
[email protected]
(mailto:[email protected]) can send you these files, if you don’t have
FTP access). There are mirrors of
rtfm
’s FAQ archives on various sites. Check the Introduction to
*.answers posting, or look in
news-answers/introduction
in the directory above.
73