Changes between Version 1 and Version 2 of Old/Robot/robotmobilitynotes


Ignore:
Timestamp:
Jun 12, 2007, 10:04:24 PM (17 years ago)
Author:
aniket
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/Robot/robotmobilitynotes

    v1 v2  
    2222`test_camera`
    2323
     24= Jobs and Processes =
     25''In general, ctrl+z suspends a job, and ctrl+c kills one''
     26
     27== Suspended jobs ==
     28
     29`bg` - Continue running job in background
     30
     31`fg` - Resume job in foreground
     32
     33`jobs` - List suspended jobs and their numbers
     34
     35`kill %#` - Kill job #
     36
     37`ps -ef|grep something` - List processes that are running and grep for something
     38
     39`kill -9 something` - Brute force way to kill a process.
    2440
    2541= Wifi =