Skip to content

Commit

Permalink
Fix table pipe style errors (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarlsen authored Oct 3, 2024
1 parent 5e69381 commit b1fe62e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/basic-smf-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ case to figure out which ipf.conf ipfilter is using:
Using SMF to uncover information about a service is easy.

<!-- markdownlint-disable line-length -->
| Command | Description
| Command | Description |
| ---------------- | ----------------------------------------------------- |
| `svcs -a` | List all services for this SmartMachine, including disabled services. |
| `svcs -x` | List explanations for all services that are running but not enabled or services that are preventing another service from running. |
Expand Down
4 changes: 2 additions & 2 deletions docs/the-linux-to-smartos-cheat-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@ For example, here are some common Linux commands that work differently.
<!-- markdownlint-disable line-length -->

| Command | What's different on a Smart Machine |
| ------- | ------------------------------------------------------------
| ------- | ------------------------------------------------------------ |
| `df` | On most SmartOS image this is set up to use the GNU version. Use `/usr/bin/df` for the native version. |
| `lsof` | SmartMachines use a different collection of tools to examine processes. See [Examining processes and memory](#examining-processes-and-memory) later in this topic. |
| `ping` | Returns whether a host responds or not.  Use `ping -s` to get a continuous response. |
Expand All @@ -1248,7 +1248,7 @@ more about them by looking at the `proc` man page.
<!-- markdownlint-disable line-length -->

| Tool | Description |
| ---------- | ---------------------------------------------------------
| ---------- | --------------------------------------------------------- |
| `prstat` | This tool displays the active processes like `top` does on Linux systems. `prstat -Z` will provide you with a summary of your instance's status. |
| `pgrep` | Returns a list of process IDs (PIDs) of processes that match a pattern or meet certain conditions. |
| `pkill` | Kills the processes that match a pattern or meet certain conditions. |
Expand Down

0 comments on commit b1fe62e

Please sign in to comment.