|
traceroute6(8) -- print the route IPv6 packets will take to the destination
|
-d Debug mode. -f firsthop Specify how many hops to skip in trace. -g gateway Specify intermediate gateway (traceroute6 uses routing header). -I Use ICMP6 ECHO instead of UDP datagrams. -l Print both ... |
trpt(8) -- transliterate protocol trace
|
trpt interrogates the buffer of TCP trace records created when a socket is marked for ``debugging'' (see setsockopt(2)), and prints a readable description of these records. When no options are suppl... |
ttyflags(8) -- set device-specific flags for terminals
|
ttyflags sets the device-specific flags for terminals, based on the flags found on the terminal's line in /etc/ttys. The options are as follows: -a Set the flags for all terminals in /etc/ttys. -v Be... |
tunefs(8) -- tune up an existing file system
|
tunefs is designed to change the dynamic parameters of a file system which affect the layout policies. The parameters which are to be changed are indicated by the flags given below: -A The file system... |
UKC(8) -- how to change kernel configuration at boot
|
BOOT_CONFIG is a kernel option that makes it possible to change the configuration at boot time. The same interface is available from userland, using the -e argument to config(8). The boot time configu... |
umount(8) -- unmount file systems
|
The umount command calls the unmount(2) system call to remove a special device or the remote node (rhost:path) from the file system tree at the point node. If neither special nor node are provided, th... |
update(8) -- flush internal filesystem caches to disk frequently
|
The update command no longer exists, but has been incorporated into the kernel where it will flush dirty buffers that have not been touched for thirty seconds or more. The same effect can be obtained ... |
updatedb(8) -- update locate database
|
locate.updatedb updates the database used by locate(1). It is typically run once a week by the /etc/weekly script. The contents of the newly built database can be controlled by the /etc/locate.rc file... |
usbdevs(8) -- show USB devices connected to the system
|
usbdevs prints a listing of all USB devices connected to the system with some information about each device. The indentation of each line indicates its distance from the root. The options are as follo... |
user(8) -- manage user login information on the system
|
The user utility acts as a frontend to the useradd(8), usermod(8), userinfo(8), and userdel(8) commands. For a full explanation of the options, please see the relevant manual page. The user utility ex... |
useradd(8) -- add a user to the system
|
The useradd utility adds a user to the system, creating and populating a home directory if necessary. Any skeleton files will be provided for the new user if they exist in the skel-dir directory (see ... |
userdel(8) -- remove a user from the system
|
The userdel utility removes a user from the system, optionally removing that user's home directory and any subdirectories. Default values are taken from the information provided in the /etc/usermgmt.... |
userinfo(8) -- displays user information
|
The userinfo utility retrieves the user information from the system. The following command line options are recognised: -e return 0 if the user exists, and non-zero if the user does not exist, on the ... |