X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/d6214a563632bb2c0d92d1e31dfea02880d97600..3e64ff651d32ecd89237218e8c26c8d064c73b31:/doc/faq.but diff --git a/doc/faq.but b/doc/faq.but index 84673843..da0e2fc4 100644 --- a/doc/faq.but +++ b/doc/faq.but @@ -393,6 +393,38 @@ On Unix, PuTTY stores all of this data in a directory \cw{~/.putty}. \H{faq-howto} HOWTO questions +\S{faq-commands}{Question} What commands can I type into my PuTTY +terminal window? + +This is not a question you should be asking \e{us}. You need to read +the manuals, or ask the administrator, of \e{the computer you have +connected to}. + +PuTTY does not process the commands you type into it. It's only a +communications tool. It makes a connection to another computer; it +passes the commands you type to that other computer; and it passes +the other computer's responses back to you. Therefore, the precise +range of commands you can use will not depend on PuTTY, but on what +kind of computer you have connected to and what software is running +on it. The PuTTY team cannot help you with that. + +(Think of PuTTY as being a bit like a telephone. If you phone +somebody up and you don't know what language to speak to make them +understand you, it isn't \e{the telephone company}'s job to find +that out for you. We just provide the means for you to get in touch; +making yourself understood is somebody else's problem.) + +If you are unsure of where to start looking for the administrator of +your server, a good place to start might be to remember how you +found out the host name in the PuTTY configuration. If you were +given that host name by e-mail, for example, you could try asking +the person who sent you that e-mail. If your company's IT department +provided you with ready-made PuTTY saved sessions, then that IT +department can probably also tell you something about what commands +you can type during those sessions. But the PuTTY maintainer team +does not administer any server you are likely to be connecting to, +and cannot help you with questions of this type. + \S{faq-startmax}{Question} How can I make PuTTY start up maximised? Create a Windows shortcut to start PuTTY from, and set it as \q{Run @@ -872,6 +904,11 @@ screen, but it's still usually helpful to have PuTTY's scrollback continue working. The simplest solution is to go to the Features control panel and tick \q{Disable switching to alternate terminal screen}. (See \k{config-features-altscreen} for more details.) +Alternatively, you can tell \c{screen} itself not to use the +alternate screen: the +\W{http://www4.informatik.uni-erlangen.de/~jnweiger/screen-faq.html}{\c{screen} +FAQ} suggests adding the line \cq{termcapinfo xterm ti@:te@} to your +\cw{.screenrc} file. The reason why this only started to be a problem in 0.54 is because \c{screen} typically uses an unusual control sequence to switch to @@ -952,7 +989,12 @@ PuTTY will leave some Registry entries, and a random seed file, on the PC (see \k{faq-settings}). If you are using PuTTY on a public PC, or somebody else's PC, you might want to clean these up when you leave. You can do that automatically, by running the command -\c{putty -cleanup}. +\c{putty -cleanup}. (Note that this only removes settings for +the currently logged-in user on \i{multi-user systems}.) + +If PuTTY was installed from the installer package, it will also +appear in \q{Add/Remove Programs}. Uninstallation does not currently +remove the above-mentioned registry entries and file. \S{faq-dsa}{Question} How come PuTTY now supports DSA, when the website used to say how insecure it was?