UNIX-User's Cheater Table: Difference between revisions

From Try-AS/400
Jump to navigation Jump to search
(Rump)
 
(More)
Line 14: Line 14:
|valign="top"|<code>vi</code>
|valign="top"|<code>vi</code>
|valign="top"|<code>strseu</code> for source physical files,<br /><code>edtf</code> for stream files.
|valign="top"|<code>strseu</code> for source physical files,<br /><code>edtf</code> for stream files.
|valign="top"|&nbsp;
|-
|colspan="3" align="center"|'''Memory and Processes'''
|-
|valign="top"|<code>ps aux</code>
|valign="top"|<code>wrkactjob</code>
|valign="top"|&nbsp;
|-
|colspan="3" align="center"|'''Disk and I/O'''
|-
|valign="top"|<code>iostat -x</code>
|valign="top"|<code>wrkdsksts</code>
|valign="top"|&nbsp;
|valign="top"|&nbsp;
|}
|}


[[Category: Basic Knowledge‏]]
[[Category: Basic Knowledge‏]]

Revision as of 23:13, 10 January 2019

Qsicon Fixme.png This article isn't finished yet or needs to be revised. Please keep in mind that thus it may be incomplete.

Reason: Complete

UNIX Command OS/400 Equivalent Remarks
Files and File System
ls wrklib
wrkobj
Shows a scrollable list of selected objects, helps in modifying access rights.
vi strseu for source physical files,
edtf for stream files.
 
Memory and Processes
ps aux wrkactjob  
Disk and I/O
iostat -x wrkdsksts