Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
linux:commands [2020/04/01 10:22] – [Misc] tmadelinux:commands [2020/11/17 14:08] – [Misc] tmade
Line 47: Line 47:
   p3=$(/bin/ps -ef |grep  "searchstring" |grep -v grep |rev |cut -d " " -f 1 |rev)   p3=$(/bin/ps -ef |grep  "searchstring" |grep -v grep |rev |cut -d " " -f 1 |rev)
   p1=$(ps -C process_name -o cmd |grep "searchstring")   p1=$(ps -C process_name -o cmd |grep "searchstring")
-  w3m http://mgtsmt005/repo+  w3m http://hostname/repo
   wget --backups=1 https://domain.com   wget --backups=1 https://domain.com
  
 systemrescourcen/ performance: systemrescourcen/ performance:
   tload //systemauslastung   tload //systemauslastung
-  ps ?? //show current process+  ps -ef //show current process
   top // (mit F umschalten, dann z.B. "n" für memory utilization   top // (mit F umschalten, dann z.B. "n" für memory utilization
   vmstat 1 // (activity of swap memory - aktualisierung sekundenweise)   vmstat 1 // (activity of swap memory - aktualisierung sekundenweise)
linux/commands.txt · Last modified: 2024/01/31 14:02 by tmade
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki