LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-10-2007, 06:54 PM   #1
Duane
LQ Newbie
 
Registered: Apr 2007
Posts: 11

Rep: Reputation: 0
Using terminal on 7.04. Can't get lower case s to screen. sudo is udo.


Ubuntu 7.04. Want to access gedit /boot/grub/menu.lst. Terminal will not write lower case s in sudo .lst
I have a problem, how big is it? I am new to linux.
Have used search above and google and forums search. No inquiries.
 
Old 07-10-2007, 07:25 PM   #2
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by Duane
Ubuntu 7.04. Terminal will not write lower case s in sudo .lst
I'm not quite sure if I understand....are you saying that you can't make an "s" in the terminal? Does the keyboard respond correctly in other programs? Can you do other commands---eg "ls"?

OR, were you entering "sudo .lst"? If so, then that makes no sense.

To edit the file:
sudo gedit /boot/grub/menu.lst
OR
nano gedit /boot/grub/menu.lst
 
Old 07-12-2007, 10:34 PM   #3
Duane
LQ Newbie
 
Registered: Apr 2007
Posts: 11

Original Poster
Rep: Reputation: 0
Using Appl Access. Terminal, When I type a lower case s, as in sudo and menu.lst I get "udo" and "menu.lt". No s prints on terminal. It does on all other programs. I can type cap S but that returns no such command. This is Ubuntu 7.04 which I forgot to specify.
Sorry I took so long to get back.
 
Old 07-12-2007, 11:09 PM   #4
Duane
LQ Newbie
 
Registered: Apr 2007
Posts: 11

Original Poster
Rep: Reputation: 0
Ubuntu 7.04. Terminal will not write lower case s in sudo .lst

To answer your questions categorically:
I cannot make an 's' in terminal.
I have not found a program where 's' does not print.
When trying your suggestion of 'is", i can print the i but when I press s next I get isudo gedit /boot/grub/menu.lst, as an entry like you see it here, 'i' was first then 's' plus the rest. I copied that from an earlier post of yours and pushing s gives the sudo gedit /boot/grub/menu.lst. I did not delete the paste command which I used from your post to get the program to bring up menu.lst.
Wondering what happened so I can fix the disappearing "s" without having to paste it in.
I just copied the subj line of this msg into cut and paste, opened terminal , typed s and immediately got: Ubuntu 7.04. Terminal will not write lower case s in sudo .lst
Which I just copied . Apparently terminal is thinking 's' means print what is in paste. In any event it will not print 's' even if there is nothing in paste. It will a cap 'S'.
 
Old 07-12-2007, 11:16 PM   #5
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Edit: I WROTE THIS BEFORE SEEING YOU LAST POST---
Note that in the earlier post, I said ls, not is, but that is maybe irrelevant at this point
End Edit

You CAN type "s" in other programs, right?

Do this:
cat /etc/mtab
See if the terminal at least displays "s"es

type a whole string of "s"es---do any of them print?

type "ls" (no quotes) Does anything happen?

do ctrl-alt-F1 to get a text-based terminal. See if that makes any difference.

Last edited by pixellany; 07-12-2007 at 11:21 PM.
 
Old 07-15-2007, 05:58 PM   #6
Duane
LQ Newbie
 
Registered: Apr 2007
Posts: 11

Original Poster
Rep: Reputation: 0
Here is the screen "display"(thank you for correct word):

skip@skip2:~$ lS
bash: lS: command not found
skip@skip2:~$ cat/etc/mtab
bash: cat/etc/mtab: No such file or directory
skip@skip2:~$ l
bash: l: command not found
skip@skip2:~$

type a whole string of "s"es---do any of them print?

when I enter 's' nothing happens--just flashes like key wasn't pushed. Trying another s in the new command line gives me what I had just copied and pasted previously. The 's' copied the cat etc; seems s is a command for paste :

skip@skip2:~$ cat/etc/mtab
bash: cat/etc/mtab: No such file or directory
skip@skip2:~$

do ctrl-alt-F1 to get a text-based terminal. See if that makes any difference.
It brings up a foreign screen to me. Flashing - but I know not what to do with it. I could type nothing into it to get a display and had to restart.

Do you think installing a new ubuntu from a disk would solve this problem? Apparently this problem has never happened before. Should I enter it as a bug? I am new and perplexed.
 
Old 07-15-2007, 07:43 PM   #7
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Some errors above....

ls--lower case (type "ls"--no quotes--and hit return. We want to see if the command goes thru even if the "s" is not displayed.

cat /etc/mtab
Note the space after cat

If you get "s"es in other programs, then I suppose this could be a glitch in the Ubuntu install. It might be fixed by simply re-installing the terminal program using Synaptic or Adept.

the screen after ctrl-alt-F1 should have a login prompt--enter your user name, enter, then password at the next prompt.
ctrl-alt-F7 to get back to your original screen.
 
Old 07-16-2007, 12:29 AM   #8
Duane
LQ Newbie
 
Registered: Apr 2007
Posts: 11

Original Poster
Rep: Reputation: 0
skip@skip2:~$ l
bash: l: command not found
skip@skip2:~$
This is response to entering ls. The 's' is not recognized.

Following is for cat command:
skip@skip2:~$ cat /etc/mtab
/dev/hdb1 / ext3 rw,errors=remount-ro 0 0
proc /proc proc rw,noexec,nosuid,nodev 0 0
/sys /sys sysfs rw,noexec,nosuid,nodev 0 0
varrun /var/run tmpfs rw,noexec,nosuid,nodev,mode=0755 0 0
varlock /var/lock tmpfs rw,noexec,nosuid,nodev,mode=1777 0 0
procbususb /proc/bus/usb usbfs rw 0 0
udev /dev tmpfs rw,mode=0755 0 0
devshm /dev/shm tmpfs rw 0 0
devpts /dev/pts devpts rw,gid=5,mode=620 0 0
lrm /lib/modules/2.6.20-16-386/volatile tmpfs rw 0 0
binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
skip@skip2:~$

I will try the cnt alt F1 after sending this now.
 
Old 07-16-2007, 12:57 AM   #9
Duane
LQ Newbie
 
Registered: Apr 2007
Posts: 11

Original Poster
Rep: Reputation: 0
The cntr alt F command worked. I got in and out as you instructed. Nothing looked familiar so it was in and out.
One thing I picked up after that is in typing this reply the cursor freezes, the clock seconds stop momentarily then go afew seconds and no typing is displayed. I have only 3 tabs open
 
Old 07-16-2007, 11:23 AM   #10
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
I'm forgetting if the s works in other programs. If so, then you might consider re-installing the terminal. Or just installing a different one. You can do that with the package manager.

On my system (work--Ubuntu+KDE), the installed terminals are gnome-terminal, konsole, and xterm. There are others in the package manager.
 
Old 07-17-2007, 01:59 PM   #11
Duane
LQ Newbie
 
Registered: Apr 2007
Posts: 11

Original Poster
Rep: Reputation: 0
Yes the s works in gedit but not terminal.
Thanks for all your help. Lets call it quits. I think I will reinstall the whole program and see what happens. I can see you are up-to-here with it also. I really appreciate all the time spent on this puppy, so go have a kool aid and relax.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Renaming All Caps Filename Into Lower Case slpwkr Linux - General 3 06-03-2005 06:23 AM
Why are all my upper case files being shown as lower case?? [Kernel 2.6.9-1.667 FC3] t3gah Fedora 4 03-11-2005 04:09 PM
Lower case to upper case letter sudhasmyle Programming 1 12-03-2004 04:15 AM
chaging directory names to lower case andy753421 Linux - General 2 05-11-2004 02:12 PM
Apache and upper or lower case. dsiguy Linux - General 3 02-04-2003 11:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:12 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration