Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This command is usually the last form of kill to try. kill -100 kill -9 kill -terminator kill -2 kill -1 This command displays a

This command is usually the last form of kill to try.

kill -100
kill -9
kill -terminator
kill -2
kill -1

This command displays a list of all processes running on your system.

post -aux | less
uniq
ps -aux | more
tty -ps
sort

This command will display your shell's PID:

echo -PID
echo PID
echo *
echo &&
echo \$\$ (Note: The backslash \ is only used so Angel is able to display the $ signs; remove when using the command to test!!!!)

This command will identify your current port:

tty
port -tty
ctl-D
wc
ctl-C

This character places a program in the background.

program name -bg
&
+
^&
*

Use this command to view all your process: ps -u $USER | less

True
False

Use this command to view your control key settings: cntl -all

True
False

Use this command to see a list of jobs on your system.

jobs
ps -jobs
ps -u jobs
list -all
employment

Type this command to bring a process in the foreground.

fg -process
fg
bg
process -fg
fore -ground

To place a suspended process (with job number 7) back to the foreground us this command: fg %6

True
False

Use this command to kill the most recent job:

kill +
kill %latest
kill %+
noclobber %+
kill -virt

Use this key combination to send a quit signal to a process:

ctrl =
ctrl -please_quit
ctrl ^
ctrl \
ctrl +

A 'process' consists of several components working together, including code, data, CPU activity, memory, input, output, and error handling.

True
False

The following field contains the state of the process (when you run the ps -aux command). For example, S, R, or I (sleeping, running, idle)

PRI
TTY
CMD
F
S

The Signal number '1' kills the process and cannot be caught.

True
False

When placing a process in the background, the system returns the job number and PID. For example, sleep 60 &

True
False

As a regular user, you are able to kill another persons job if they are long running and consuming over 80% of the CPU time.

True
False

The previous lead job has the character:

-
^
&
=
+

Linux allows processes to share the same PID number.

True
False

A command that is entered on the command line consisting of one process or a series of processes using a pipe is considered a 'token' and can me managed as one entity.

True
False

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

Solve each equation or inequality. 3x x 10

Answered: 1 week ago

Question

Identify three ways to manage an intergenerational workforce.

Answered: 1 week ago

Question

Prepare a Porters Five Forces analysis.

Answered: 1 week ago

Question

Analyze the impact of mergers and acquisitions on employees.

Answered: 1 week ago