Active Topics

 


Reply
Thread Tools
Posts: 54 | Thanked: 1 time | Joined on Dec 2005
#1
Hi All,

Hope this is the right board for these questions- what is the command in x-term on the 770(or what do I type) to get a list of running jobs and then what is the command to kill a particular job? I've typed in "help" to get a list of available commands, but nothing on how to list running jobs. I could be missing it- I'm a total Linux newb.

Also, in the "Teach a man to fish...." category, can anyone recommend a good site or book to further my Linux introduction/education?

Thanks for any input!
 
Posts: 77 | Thanked: 1 time | Joined on Aug 2005
#2
A quick google search says use "ps". I tried it and it looks like it works.
__________________
www.mobiletechfan.com
 
Posts: 192 | Thanked: 5 times | Joined on Nov 2005 @ Eugene, Oregon
#3
I would just Google a few terms such as linux, newbie, howto, commands, sysadmin. You'll find lots of pages full of help. In UNIX/Linux/FreeBSD there is a manual for every command and its arguments. You can access it by typing the 'man' command. Any search engine, words like 'howto' and your own curiosity are the way ahead.
Here's one link to start with.
http://www.groovyweb.uklinux.net/?pa...e=unixcommands

The best recommendation I can give you, though, is to have a focus. If you head into this without a focus you might as well not bother. You need a goal, a reason to jump into this. Without a focus you won't have the satisfaction of achievement along the way and it will all ring kind of hollow to you. Pick a modest goal and learn the things that are necessary to achieve it. When you get there, pick a new goal. The more you know, the faster you will learn. If it makes sense to you then that's all that matters.
 
Posts: 123 | Thanked: 6 times | Joined on Dec 2005 @ Los Angeles
#4
Commands you should lookup: ps, top and kill
 

The Following User Says Thank You to Tweak For This Useful Post:
Posts: 67 | Thanked: 3 times | Joined on Feb 2006
#5
I'm not sure if this already is relevant for a newbie following introductory howtos, but you should note that the command line environment in your regular desktop Linux is different from what's on this (and many other embedded) device.

I recall 770 uses busybox, which I think replaces some of the regular Linux utility binaries, was that correct? You can probably find help for busybox with google. Also the shell is not bash but ash, which likewise is a more stripped down alternative. If you are interested in learning how bash works, you could install that on 770
 
Posts: 50 | Thanked: 2 times | Joined on Jan 2006 @ Lyon, France
#6
Originally Posted by heckler770
Hi All,

Hope this is the right board for these questions- what is the command in x-term on the 770(or what do I type) to get a list of running jobs and then what is the command to kill a particular job? I've typed in "help" to get a list of available commands, but nothing on how to list running jobs. I could be missing it- I'm a total Linux newb.

Also, in the "Teach a man to fish...." category, can anyone recommend a good site or book to further my Linux introduction/education?

Thanks for any input!
As always in every Unix system on the Earth the commands you're looking for are :
ps
and
kill

For example if you want to get a good list of existing processes in memory (only one is running at a time since there is only one CPU involved) type
ps ax
or
ps auxg if you want more.
If you want to kill a process, look for its PID number and type
kill <PID> or
killall <the name of the process>
etc,etc

db
 
Hedgecore's Avatar
Posts: 1,361 | Thanked: 115 times | Joined on Oct 2005 @ Toronto, Ontario, Canada
#7
I like using 'top' so I can see what's going on... the first thing you'll notice is - - you can't get out of it. (Is there a hot key? I've used this since '96 on Slackware and I never found it). Tap the menu, send special character, ctrl + character, and tap 'c'. (In other words, send a ctrl-c) That'll stop top.
 
aflegg's Avatar
Posts: 1,463 | Thanked: 81 times | Joined on Oct 2005 @ UK
#8
Err, to quit top you press 'q' ;-)

HTH,

Andrew
 
Hedgecore's Avatar
Posts: 1,361 | Thanked: 115 times | Joined on Oct 2005 @ Toronto, Ontario, Canada
#9
HAHAHHAHAHHAhahHAHAHHAHAHAHhAHHAHAhahaa...

I'm sorry for the useless post... but... HAhahahahahhahahahahaha.

I'm *so* shaking my head right now.
 
Posts: 8 | Thanked: 0 times | Joined on Jan 2006
#10
Here is documentation for xterm commands, but even this doesn't say that 'q' exits top :-)

http://www.busybox.net/downloads/BusyBox.html
 
Reply


 
Forum Jump


All times are GMT. The time now is 12:00.