UNIX-User's Cheater Table: Difference between revisions
Jump to navigation
Jump to search
(Addtition) |
(Easier to read) |
||
Line 6: | Line 6: | ||
!Remarks | !Remarks | ||
|- | |- | ||
|colspan="3 | |colspan="3"|'''Files and File System''' | ||
|- | |- | ||
|valign="top"|<code>cd</code> | |valign="top"|<code>cd</code> | ||
Line 20: | Line 20: | ||
|valign="top"| | |valign="top"| | ||
|- | |- | ||
|colspan="3 | |colspan="3"|'''Memory and Processes''' | ||
|- | |- | ||
|valign="top"|<code>crontab -e</code><br /><code>at</code> (scheduler) | |valign="top"|<code>crontab -e</code><br /><code>at</code> (scheduler) | ||
Line 30: | Line 30: | ||
|valign="top"| | |valign="top"| | ||
|- | |- | ||
|colspan="3 | |colspan="3"|'''Disk and I/O''' | ||
|- | |- | ||
|valign="top"|<code>iostat -x</code> | |valign="top"|<code>iostat -x</code> |
Revision as of 01:10, 27 April 2019
This table lists commands available in the CL-Environment, the classical OS/400-Shell, so to say. These do not apply to QSH or PASE, who are UNIX-like environments within OS/400.
UNIX Command | OS/400 Equivalent | Remarks |
---|---|---|
Files and File System | ||
cd
|
chgcurlib
|
|
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 | ||
crontab -e at (scheduler)
|
wrkjobscde
|
|
ps aux top
|
wrkactjob
|
|
Disk and I/O | ||
iostat -x
|
wrkdsksts
|
The table will be expanded over time.