Which command displays all the processes that are running in the most detail?

Upgrade to remove ads

Only A$47.99/year

  1. Science
  2. Computer Science

  • Flashcards

  • Learn

  • Test

  • Match

  • Flashcards

  • Learn

  • Test

  • Match

LabSim Exam Questions

Terms in this set (8)

Which command displays the PPID?

ps -f

A user calls with a concern about the display he is seeing after running the command: ps -ef. There are a number of processes that display getty and he is afraid that an unauthorized user is attached to the system. How should you respond?

Assure the user that this is normal.

You answer a call from a number of users who cannot access the mail server. Which utility would you use to quickly see if the sendmail service is running?

ps

Which statement is correct on how to differentiate core processes from other services?

If you run ps -aux, the core processes are at the top of the listing.

They have the lowest pid numbers, always below 100.

Which command displays in the most detail all the processes that are running?

ps -ef

Which command would you use to look for a potential resource hog on a workstation?

top

You want to view all currently-running processes that include getty in the process name. Which command would you use?

ps -A | grep getty

You need to see a listing of running processes and system status such as memory and CPU usage. Which command will produce the listing?

top

Sets with similar terms

System Security Chapter 12

74 terms

scifigirl222

CPT 176 Ch. 11

30 terms

Sal_Rains

Chapter 9 Linux

57 terms

claudethgarcia

Test 1

67 terms

qmarcelle

Sets found in the same folder

LabSim Linux+ 9.2

19 terms

momscookies

LabSim Linux+ 7.1

15 terms

momscookies

LabSim Linux+ 9.4

16 terms

betterthings2do

LabSim Linux+ 9.6

13 terms

betterthings2do

Other sets by this creator

Psychological Disorders

31 terms

momscookies

LabSim Linux+ 5.2

16 terms

momscookies

LabSim Linux+ 5.1

22 terms

momscookies

LabSim Linux+ 11.4

12 terms

momscookies

Verified questions

COMPUTER SCIENCE

How does the self-map make it easy for the VM manager to move the page-table pages to and from disk? Where are the page-table pages kept on disk?

Verified answer

COMPUTER SCIENCE

What statement can be executed in the body of a loop to cause it to terminate? a) if b) input c) break d) exit

Verified answer

COMPUTER SCIENCE

The following pseudocode describes how to turn a string containing a ten-digit phone number (such as "4155551212") into a more readable string with parentheses and dashes, like this: "(415) 555-1212". Take the string consisting of the first three characters and surround it with "(" and ") ". This is the area code. Concatenate the area code, the string consisting of the next three characters, a hyphen, and the string consisting of the last four characters. This is the formatted number. Translate this pseudocode into a Python program that reads a telephone number into a string variable, computes the formatted number, and prints it.

Verified answer

COMPUTER SCIENCE

According to the Coulomb force law, the electric force between two charged particles of charge $Q_{1} \text { and } Q_{2}$ Coulombs, that are a distance r meters apart, is $F=\frac{Q_{1} Q_{2}}{4 \pi \varepsilon r^{2}}$ Newtons, where $\varepsilon=8.854 \times 10^{-12}$ Farads/meter. Write a program that calculates and displays the force on a pair of charged particles, based on the user input of $Q_{1}$ Columbus, $Q_{2}$ Coulombs, and r meters.

Verified answer

Recommended textbook solutions

Which command displays all the processes that are running in the most detail?

Information Technology Project Management: Providing Measurable Organizational Value

5th EditionJack T. Marchewka

346 solutions

Which command displays all the processes that are running in the most detail?

Introduction to Algorithms

3rd EditionCharles E. Leiserson, Clifford Stein, Ronald L. Rivest, Thomas H. Cormen

720 solutions

Which command displays all the processes that are running in the most detail?

Fundamentals of Database Systems

7th EditionRamez Elmasri, Shamkant B. Navathe

687 solutions

Which command displays all the processes that are running in the most detail?

Computer Organization and Design MIPS Edition: The Hardware/Software Interface

5th EditionDavid A. Patterson, John L. Hennessy

220 solutions

Other Quizlet sets

Pensamiento Educativo Contemporáneo II

66 terms

ISUI1

Quiz: Empirical Tools of Public Finance

10 terms

miaregan

Anticonvulsants (E4, 3/24)

30 terms

k_elsen

BIOCHEM: L9 - Protein Architecture

43 terms

jngyen11PLUS

Related questions

QUESTION

True or False: A disk using an MBR can have a limited number of primary partitions, plus an extended partition containing a potentially large number of logical partitions.

11 answers

QUESTION

cryptography is a cornerstone of the modern security technologies used to protect information and resources on

5 answers

QUESTION

A thread is composed of a thread ID, program counter, name, priority, register set, and heap.

6 answers

QUESTION

What option within a logrotate configuration stanza informs logrotate to create a new log file owned by the user and group www-data and with permission 600?

2 answers

What command displays all your running processes?

You can list running processes using the ps command (ps means process status). The ps command displays your currently running processes in real-time.

Which command will display all running process in Linux environment?

Both Linux and UNIX support the ps command to display information about all running process. The ps command gives a snapshot of the current processes.

Which command will list only all user processes running on the system?

Type the ps aux to see all running process in Linux. Alternatively, you can issue the top command or htop command to view running process in Linux.

How can I see the top processes running in Linux?

1. List All Running Linux Processes. To list all running Linux Processes, simply type top on the command line to get the information of running tasks, memory, cpu, and swap. Press ' q ' to quit window.