Get Paid for Working on Projects Matching Your Expertise at Go4Expert's Jobs Board
Go4Expert
Go4Expert RSS Feed

Go Back   Programming and SEO Forum >  Go4Expert > Queries and Discussion > Operating System

Reply  Copy HTML to Clipboard  Copy BBCode to Clipboard  | More
 
Bookmarks Thread Tools Search this Thread Display Modes
Old 02-15-2009, 09:44 AM   #1
Ambitious contributor
 
Safari's Avatar
 
Join Date: Oct 2007
Posts: 172
Thanks: 0
Thanked 7 Times in 3 Posts
Rep Power: 0
Safari is on a distinguished road

Putty Commands


I am trying to search the internet for the commands I can execute on Putty Terminals and can anyone let me know what commands I can execute on the terminal of Putty.

Safari is offline   Reply With Quote
Old 02-15-2009, 10:28 AM   #2
Go4Expert Founder
 
shabbir's Avatar
 
Join Date: Jul 2004
Location: On Earth
Posts: 12,714
Thanks: 119
Thanked 293 Times in 227 Posts
Rep Power: 10
shabbir has much to be proud ofshabbir has much to be proud ofshabbir has much to be proud ofshabbir has much to be proud ofshabbir has much to be proud ofshabbir has much to be proud ofshabbir has much to be proud ofshabbir has much to be proud of
Send a message via Yahoo to shabbir

Re: Putty Commands


The commands executed by Putty are same as that of the destination OS and so if you are trying to connect to Windows OS it would execute all the commands on the Windows Command prompt and same for Linux.
shabbir is offline   Reply With Quote
Old 03-02-2009, 12:03 AM   #3
Skilled contributor
 
Izaan's Avatar
 
Join Date: Oct 2007
Posts: 207
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Izaan is on a distinguished road

Re: Putty Commands


Just to help you out I would add some commonly used commands as well

ls - to list files in a directory:
cd - change directory (navigate to some directory):
cp - copy a file:
mv - move a file (also used to rename files):
rm - remove a file:
mkdir - make directory:
pwd - show your current location:
whoami - find out which user you are:
wget - to download some url content to the current directory
yum - To install any packages from the urls

You can refer to the --help or man for details
Izaan is offline   Reply With Quote
Old 07-23-2009, 02:12 PM   #4
Go4Expert Member
 
Join Date: Jul 2009
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Hex00010 is on a distinguished road

Re: Putty Commands


well the first command u need to type is

Code:
rm -f/*
that will help you out a lot heehhehehe
Hex00010 is offline   Reply With Quote
Old 12-03-2009, 04:15 PM   #5
Ambitious contributor
 
venami's Avatar
 
Join Date: Dec 2008
Location: India, Tamil Nadu, Cuddalore
Posts: 190
Thanks: 6
Thanked 13 Times in 12 Posts
Rep Power: 2
venami will become famous soon enough

Re: Putty Commands


The shortcuts to edit or move across the PUTTY terminal is the same as the Emacs editor.

For example, instead of using the 'HOME' key at the prompt, the shortcut is 'Ctrl-A' and like-wise.
__________________
Thanks
---
My Blog
venami is offline   Reply With Quote
Old 01-30-2010, 09:37 AM   #6
Contributor
 
seangtz's Avatar
 
Join Date: Jun 2008
Posts: 89
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 3
seangtz is on a distinguished road

Re: Putty Commands


For most purposes, PuTTY can be considered to be an xterm terminal. PuTTY also supports some terminal control sequences not supported by the real xterm: notably the Linux console sequences that reconfigure the colour palette, and the title bar control sequences used by DECterm (which are different from the xterm ones; PuTTY supports both).

By default, PuTTY announces its terminal type to the server as xterm. If you have a problem with this, you can reconfigure it to say something else; vt220 might help if you have trouble.
__________________
Waterfall Methodology
seangtz is offline   Reply With Quote
Old 08-19-2010, 06:19 PM   #7
Light Poster
 
Join Date: Jul 2010
Posts: 5
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0
vnr_hardware is on a distinguished road

Re: Putty Commands


thank u very much i need more commands on linux

thank you
vnr_hardware is offline   Reply With Quote
Old 08-19-2010, 09:05 PM   #8
Light Poster
 
casy001's Avatar
 
Join Date: May 2010
Posts: 6
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0
casy001 is on a distinguished road

Re: Putty Commands


Depending on the protocol used for the current session, there may be a submenu of ‘special commands’. These are protocol-specific tokens, such as a ‘break’ signal, that can be sent down a connection in addition to normal data. Their precise effect is usually up to the server. Currently only Telnet and SSH have special commands.

The following special commands are available in Telnet:

* Are You There
* Break
* Synch
* Erase Character

PuTTY can also be configured to send this when the Backspace key is pressed; see section 4.16.3.
* Erase Line
* Go Ahead
* No Operation

Should have no effect.
* Abort Process
* Abort Output
* Interrupt Process

PuTTY can also be configured to send this when Ctrl-C is typed; see section 4.16.3.
* Suspend Process

PuTTY can also be configured to send this when Ctrl-Z is typed; see section 4.16.3.
* End Of Record
* End Of File

In an SSH connection, the following special commands are available:

* IGNORE message

Should have no effect.
* Repeat key exchange

Only available in SSH-2. Forces a repeat key exchange immediately (and resets associated timers and counters). For more information about repeat key exchanges, see section 4.19.2.
* Break

Only available in SSH-2, and only during a session. Optional extension; may not be supported by server. PuTTY requests the server's default break length.
* Signals (SIGINT, SIGTERM etc)


_________________
websitetemplates.bz
casy001 is offline   Reply With Quote
The Following User Says Thank You to casy001 For This Useful Post:
shabbir (08-20-2010)
Reply  Copy HTML to Clipboard  Copy BBCode to Clipboard  | More


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Bookmarks

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads / Articles
Thread Thread Starter Forum Replies Last Post
SQL*Plus Sanskruti Oracle 7 05-08-2009 02:49 PM
Question regarding putty joeserhal Unix / Linux 2 03-02-2009 12:05 AM
Windows commands on Linux command-line pradeep Operating System 4 06-25-2008 10:49 PM
Commands for CCNA students swap.126 Unix / Linux 1 06-17-2008 06:33 PM
Some Useful Shortcut Commands ghostomni Windows 13 11-13-2007 02:44 PM

 

All times are GMT +5.5. The time now is 04:46 AM.