Glossary:
- md: multiple devices
| command | description |
|---|---|
cat /proc/mdstat |
show status of all raids |
mdadm --detail /dev/md0 |
detailed status of raid md0 |
| pragma solidity ^0.4.24; | |
| import "./ERC20Basic.sol"; | |
| import "./SafeMath.sol"; | |
| /** | |
| * @title Basic token | |
| * @dev Basic version of StandardToken, with no allowances. |