|
sa(8) -- print system accounting statistics
|
The sa utility reports on, cleans up, and generally maintains system accounting files. sa is able to condense the information in /var/account/acct into the summary files /var/account/savacct and /var/... |
savecore(8) -- save a core dump of the operating system
|
savecore copies the currently running kernel and its associated core dump into directory, and enters a reboot message and information about the core dump into the system log. The options are as follow... |
|
scan_ffs(8) -- find UFS/FFS partitions on a disk
|
This is the life-saver of typos. If you have ever been working too long, and just happened to type 'disklabel -rw sd0 floppy', instead of 'disklabel -rw fd0 floppy', you know what I am talking abo... |
scsi(8) -- program to assist with SCSI devices
|
The scsi program is used to send commands to a SCSI device. It is also a sample usage of the user-level SCSI commands. out_fmt can be `-' to read output data from stdin; in_fmt can be `-' to write i... |
security(8) -- periodic system security check
|
security is a command script that examines the system for some signs of security weaknesses. It is only a security aid and does not offer complete protection. The security script is normally run from ... |
sendmail(8) -- an electronic mail transport agent
|
Sendmail sends a message to one or more recipients, routing the message over whatever networks are necessary. Sendmail does internetwork forwarding as necessary to deliver the message to the correct p... |
sensorsd(8) -- monitor hardware sensors
|
The sensorsd utility retrieves hardware sensor monitoring data like fan speeds, temperatures and voltages, via sysctl(3). It uses syslog(3) to send an alert if they are out of the given limits. Limits... |
sesd(8) -- monitor SCSI Environmental Services Devices
|
sesd monitors SCSI Environmental Services (or SAF-TE) devices for changes in state and logs such changes to the system error logger (see syslogd(8)). At least one device must be specified. When no oth... |
setencstat(8) -- set SCSI Environmental Services Device enclosure status
|
setencstat sets summary status for a SCSI Environmental Services (or SAFTE) device. The enclosure status argument may take the values: 0 Set the status to an OK state. 1 Set the status to an UNRECOVER... |
setextattr(8) -- set a named extended attribute
|
setextattr is a user tool to set a named extended attribute on a file or directory to the provided string. The attrnamespace argument should be the namespace of the attribute to retrieve: legal values... |
alpha/setnetbootinfo(8) -- configure network bootstrap program
|
The setnetbootinfo utility configures the OpenBSD/alpha network bootstrap program so that it can be used to bootstrap systems with old firmware revisions. The OpenBSD/alpha network bootstrap program n... |
setobjstat(8) -- set SCSI Environmental Services Device object status
|
setobjstat sets the object status for a SCSI Environmental Services (or SAF-TE) device. The objectid argument may be determined by running getencstat(8). The status fields are partially common (first ... |
sftp-server(8) -- SFTP server subsystem
|
sftp-server is a program that speaks the server side of SFTP protocol to stdout and expects client requests from stdin. sftp-server is not intended to be called directly, but from sshd(8) using the Su... |
showmount(8) -- show remote NFS mounts on host
|
showmount shows status information about the NFS server on host. By default it prints the names of all hosts that have NFS file systems mounted on the host. See NFS: Network File System Protocol Speci... |
shutdown(8) -- close down the system at a given time
|
shutdown provides an automated shutdown procedure for superusers to nicely notify users when the system is shutting down, saving them from system administrators, hackers, and gurus, who would otherwis... |