UNIX-User's Cheater Table: Difference between revisions
Jump to navigation
Jump to search
(Error corrected) |
(Expansion) |
||
Line 21: | Line 21: | ||
|- | |- | ||
|colspan="3"|'''Memory and Processes''' | |colspan="3"|'''Memory and Processes''' | ||
|- | |||
|valign="top"|<code>free</code> | |||
|valign="top"|<code>wrkshrpool</code> | |||
|valign="top"|This is for displaying the amount of built-in RAM. | |||
|- | |- | ||
|valign="top"|<code>crontab -e</code><br /><code>at</code> (scheduler) | |valign="top"|<code>crontab -e</code><br /><code>at</code> (scheduler) | ||
|valign="top"|<code>wrkjobscde</code> | |valign="top"|<code>wrkjobscde</code><br /><code>sbmjob</code><br /><code>wrkjobq qbatch</code> | ||
|valign="top"| | |valign="top"| | ||
|- | |- | ||
Line 31: | Line 35: | ||
|- | |- | ||
|colspan="3"|'''Disk and I/O''' | |colspan="3"|'''Disk and I/O''' | ||
|- | |||
|valign="top"|<code>df</code> | |||
|valign="top"|<code>strsst</code> | |||
|valign="top"|Access to precise disk space stats is available within ''system service tools'' only. | |||
|- | |- | ||
|valign="top"|<code>iostat -x</code> | |valign="top"|<code>iostat -x</code> | ||
|valign="top"|<code>wrkdsksts</code> | |valign="top"|<code>wrkdsksts</code> | ||
|valign="top"| | |valign="top"| | ||
|- | |||
|colspan="3"|'''Other Topics''' | |||
|- | |||
|valign="top"|<code>lpq</code> | |||
|valign="top"|<code>wrkoutq</code> | |||
|valign="top"|Displays all configured printer queues and count of entries. | |||
|- | |||
|valign="top"|<code>mailx</code> | |||
|valign="top"|<code>dspmsg</code> | |||
|valign="top"|Cron and at send mail if there was output. OS/400 sends ''messages'' and generates printer output (spooled file). | |||
|} | |} | ||
Revision as of 01:19, 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, which 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 | ||
free
|
wrkshrpool
|
This is for displaying the amount of built-in RAM. |
crontab -e at (scheduler)
|
wrkjobscde sbmjob wrkjobq qbatch
|
|
ps aux top
|
wrkactjob
|
|
Disk and I/O | ||
df
|
strsst
|
Access to precise disk space stats is available within system service tools only. |
iostat -x
|
wrkdsksts
|
|
Other Topics | ||
lpq
|
wrkoutq
|
Displays all configured printer queues and count of entries. |
mailx
|
dspmsg
|
Cron and at send mail if there was output. OS/400 sends messages and generates printer output (spooled file). |
The table will be expanded over time.