Interface Tools • SELECTING FG COLOR AND BG COLOR Click on the colour you want and select your own colour palette FG colour BG Colour 1. Drag the handle to the colour foreground colour in palette choice BG uses Background colour in palette Choice Pattern has a choice Types of gradients available, either using FG Color or BG colour or a set of colours on their
2 uniq diff echo chown chmod umask du df basename dirname ps top kill killall jobs bg fg type which nohup xargs vim emacs nano whoami who su sudo 3 passwd ping traceroute program again we can hit cmd- Z . Running jobs -l will also print the process id of each job. 85 bg When a command is running you can suspend it using ctrl-Z . The command will immediately stop, In this example I have 2 commands stopped: I can run bg 1 to resume in the background the execution of the job #1. I could have also said bg without any option, as the default is to pick the job
30. du 31. df 4 32. basename 33. dirname 34. ps 35. top 36. kill 37. killall 38. jobs 39. bg 40. fg 41. type 42. which 43. nohup 44. xargs 45. vim 46. emacs 47. nano 48. whoami 49. who program again we can hit cmd-Z . Running jobs -l will also print the process id of each job. 39. bg When a command is running you can suspend it using ctrl-Z . The command will immediately stop, and this example I have 2 commands stopped: 69 I can run bg 1 to resume in the background the execution of the job #1. I could have also said bg without any option, as the default is to pick the job