• Useful Unix compatible commands

    From Jonathan Matthew Gresham@21:1/5 to All on Sun Feb 25 22:20:01 2024
    ------EY8SP6SJG42KWWVXHUWO07A5L70F35
    Content-Type: text/plain;
    charset=utf-8
    Content-Transfer-Encoding: quoted-printable

    Sorry for the misleading post the other day. However, I have been reading a Unix system administrators textbook.

    ps -e

    This lists the processes

    In that display (if I'm correct) if you see a program that has extremely high time, then you should kill the process.

    kill process

    There is also

    ls -R

    This command lists the files in each subdirectory.

    If you know any more that can work on GNU compatible software or Unix compatible software please indicate the commands in your reply.
    ------EY8SP6SJG42KWWVXHUWO07A5L70F35
    Content-Type: text/html;
    charset=utf-8
    Content-Transfer-Encoding: quoted-printable

    <!DOCTYPE html><html><body><div dir="auto">Sorry for the misleading post the other day. However, I have been reading a Unix system administrators textbook. <br><br>ps -e<br><br>This lists the processes<br><br>In that display (if I'm correct) if you see a
    program that has extremely high time, then you should kill the process.<br><br>kill process<br><br>There is also<br><br>ls -R<br><br>This command lists the files in each subdirectory.<br><br>If you know any more that can work on GNU compatible software
    or Unix compatible software please indicate the commands in your reply.</div></body></html>
    ------EY8SP6SJG42KWWVXHUWO07A5L70F35--

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Michael =?utf-8?B?S2rDtnJsaW5n?=@21:1/5 to All on Sun Feb 25 23:00:02 2024
    On 25 Feb 2024 16:01 -0500, from matt@jmgresham.xyz (Jonathan Matthew Gresham):
    ps -e

    This lists the processes

    In that display (if I'm correct) if you see a program that has
    extremely high time, then you should kill the process.

    kill process

    _Definitely_ not blindly.

    For example, among the highest-time processes on my system I currently
    see xfce4-panel, Xorg, apcupsd, rclone and a few ZFS housekeeping
    processes. Among slightly lower times, there's xfwm4, pipewire and systemd-journal. (All of these share the trait that they also have
    been running for a long period of wallclock time.) Another that could
    show up would likely be qemu/KVM related processes for long-running
    VMs, but I don't have any up and running currently. And if I'm doing
    something like watching a movie, mpv or one of its friends would
    probably be right up there as well.

    Killing those would have potentially severe negative impacts on my
    ability to actually use the computer to perform normal, useful tasks.

    _That a process is doing a lot of work doesn't by itself mean that it
    shouldn't be running._

    --
    Michael Kjörling 🔗 https://michael.kjorling.se “Remember when, on the Internet, nobody cared that you were a dog?”

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dan Ritter@21:1/5 to Jonathan Matthew Gresham on Mon Feb 26 01:20:02 2024
    Jonathan Matthew Gresham wrote:
    If you know any more that can work on GNU compatible software or Unix compatible software please indicate the commands in your reply.


    Perhaps you want to read the Debian Administrator's Handbook?

    https://www.debian.org/doc/manuals/debian-handbook/

    Or an introduction to Linux command line work?

    Or to BASH?

    Your question is very unfocused.

    -dsr-

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Byunghee HWANG@21:1/5 to All on Mon Feb 26 15:40:01 2024
    SGVsbG93IEpvbmF0aGFuLA0KDQpKb25hdGhhbiBNYXR0aGV3IEdyZXNoYW0gPG1hdHRAam1ncmVz aGFtLnh5ej4gd3JpdGVzOg0KDQo+IA0KPiBwcyAtZQ0KPiBscyAtUg0KPg0KDQpscyAtRg0KDQoN ClRoYW5rcywgQnl1bmdoZWUgZnJvbSBTb3V0aCBLb3JlYQ0KDQotLSANCl7qs6Drp5nsirXri4jr i6QgX+W4g+W+t+WkqeS4i18g6rCQ7IKs7ZWp64uI64ukX14pKS8vDQo=

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Will Mengarini@21:1/5 to All on Mon Feb 26 19:30:01 2024
    * Jonathan Matthew Gresham <matt@jmgresham.xyz> [24-02/25=Su 16:01 -0500]:
    [...] I have been reading a Unix system administrators textbook.
    ps -e
    [...]
    kill process
    [...]
    ls -R
    [...]
    If you know any more that can work on GNU compatible software or
    Unix compatible software please indicate the commands in your reply.

    This is a decent introduction to the important commands:

    https://www.freecodecamp.org/news/the-linux-commands-handbook/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)