summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2005-02-17 14:47:37 +0000
committerMarc Espie <espie@cvs.openbsd.org>2005-02-17 14:47:37 +0000
commita0254c84b9edc195fdc4ae3897e4df972addc12e (patch)
treef4836a8c9e7207d2e376888f34c670d880d6e39d
parent728eb803fa74549ae87c31c88a529e03e3060494 (diff)
Xr fstat, netstat, ps
after discussion with henning/otto, okay various people...
-rw-r--r--share/man/man8/afterboot.89
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man8/afterboot.8 b/share/man/man8/afterboot.8
index 98de8abbdc2..ff46833a5ea 100644
--- a/share/man/man8/afterboot.8
+++ b/share/man/man8/afterboot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: afterboot.8,v 1.101 2004/12/13 14:00:07 jmc Exp $
+.\" $OpenBSD: afterboot.8,v 1.102 2005/02/17 14:47:36 espie Exp $
.\"
.\" Copyright (c) 1997 Marshall M. Midden
.\" All rights reserved.
@@ -782,6 +782,13 @@ yet, or because licensing restrictions make binary redistribution
impossible.
Sometimes checking the mailing lists for
past problems that people have encountered will result in a fix posted.
+.Ss Check the running system
+You can use
+.Xr ps 1 ,
+.Xr netstat 1 ,
+.Xr fstat 1
+to check on running processes, network connections, and opened files,
+respectively.
.Sh COMPILING A KERNEL
First, review the system message buffer using the
.Xr dmesg 8