![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to set up FTP Server with Active Directory | cthinh | Linux | 0 | 05-21-2008 10:14 AM |
| Latest Server Release Expands Ubuntu Enterprise Profile | iBot | Security Advisories (RSS) | 0 | 04-20-2008 09:30 PM |
| how do I make my workstation an installation server for a remote server?. | calsum | SUN Solaris | 3 | 04-18-2008 12:54 PM |
| copying .profile files to a new server (SCO) | sighbrrguy | UNIX for Dummies Questions & Answers | 2 | 12-05-2007 12:02 PM |
| Automated FTP from Unix to Active Directory Server | Cbish68 | Shell Programming and Scripting | 1 | 08-09-2007 09:38 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How can I make Backspace active on a profile of my server
Hello,
I want just know how is the unix command to make active backspace on my profile on my service. Actually that backspace make nothing. Thanks, bye |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
If you mean have your backspace key actually work as a backspace, then in your profile you would add this line to your profile...
stty erase [backspace key] [backspace key] meaning pressing that key on your keyboard. |
|
#3
|
|||
|
|||
|
Quote:
|
|
#4
|
|||
|
|||
|
Code:
$ man stty
STTY(1) User Commands STTY(1)
NAME
stty - change and print terminal line settings
SYNOPSIS
stty [-F DEVICE] [--file=DEVICE] [SETTING]...
stty [-F DEVICE] [--file=DEVICE] [-a|--all]
stty [-F DEVICE] [--file=DEVICE] [-g|--save]
...
|
|||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|