• =?UTF-8?B?4oCcTXk=?= 5 Go-To Linux Commands For =?UTF-8?Q?Troubleshooti

    From Lawrence D'Oliveiro@21:1/5 to All on Tue Apr 22 23:23:27 2025
    Jack Wallen is at it again, with another article introducing some
    commands useful for diagnostic purposes <https://www.zdnet.com/article/my-5-go-to-linux-commands-for-troubleshooting-and-how-i-use-them/>.

    One thing I recently discovered is dmesg has the “-T” option. This
    shows the message times as regular date/time stamps, instead of
    seconds after boot (but note the limitations documented in the man
    page).

    As for his use of the “ps” command, I would say, ignore the obsolete BSD-style options with no hyphens. Use more modern forms like “ps -ef” instead. Also, if you want more accurate displays of process start
    time and elapsed times, you can specify custom output options, like
    “-o user,pid,ppid,lstart,etime,cmd”.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Lawrence D'Oliveiro on Wed Apr 23 03:00:29 2025
    On Tue, 22 Apr 2025 23:23:27 -0000 (UTC), Lawrence D'Oliveiro wrote:

    As for his use of the “ps” command, I would say, ignore the obsolete BSD-style options with no hyphens. Use more modern forms like “ps -ef” instead.

    After you've been typing 'ps aux' for decades...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Allodoxaphobia@21:1/5 to rbowman on Thu Apr 24 13:36:43 2025
    On 23 Apr 2025 03:00:29 GMT, rbowman wrote:
    On Tue, 22 Apr 2025 23:23:27 -0000 (UTC), Lawrence D'Oliveiro wrote:

    As for his use of the “ps” command, I would say, ignore the obsolete
    BSD-style options with no hyphens. Use more modern forms like “ps -ef” >> instead.

    After you've been typing 'ps aux' for decades...

    And quietly cursing the scheme.....

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