1.

Solve : Using the Top command with ps and kill?

Answer»

For my Computing CONTROLLED ASSESSMENT I am looking into some of the basic commands for the Linux OS Debian. For the final question I have to write a short essay on using the top command along with ps and kill to investigate misbehaving system. The question asks to use help from PC specialists (or just any experienced Debian users). So if anyone could give any information on how a specialist could use these commands and anything helpful in general on these commands. Remember I'm here for information and not an answer. ThanksCode: [SELECT]man [command name]man is a manual program, and my best friend.
Code: [Select]lslist files in current dir
Code: [Select]mv [source] [destination] Move files, also used to rename files.
Code: [Select]cp [source] [destination]Copy files
Code: [Select][b]sudo[/b] [command]sudo, or superuser do lets you run a program as your current user, as if you were the root user.
Code: [Select]sudo !!Allows you to run your previously entered command as root.
Code: [Select]sudo apt INSTALL [package name]Allows you to install programs from the command line, use apt-get for shell scripts.
Quote from: AdamNagy on June 22, 2016, 12:56:16 PM

For the final question I have to write a short essay on using the top command along with ps and kill to investigate misbehaving system.
These should help:
top Command
ps Command
kill Command

Also note that commands are CASE sensitive, as are file paths and names.


Discussion

No Comment Found