Menu

[r10367]: / branches / 0.7exp / build / freenas.files  Maximize  Restore  History

Download this file

538 lines (371 with data), 12.0 kB

# freenas.files
# List of files required for a the FreeNAS.
#
# Lines with colons (':') in them list files that should be soft-linked
# to each other, e.g.
#     bin/link:bin/ln
# => Copy over bin/link, then soft link ln to it.

####### contents of /bin

## Test -- condition evaluation utility
bin/[:bin/test

## cat -- concatenate and print files
bin/cat

## chmod -- change file modes
bin/chmod

## cp -- copy files
bin/cp

## tcsh -- C shell with file name completion and command line editing
bin/csh:bin/tcsh

## date -- display or set date and time
bin/date

## dd -- convert and copy a file
bin/dd

## df -- display free disk space
bin/df

## echo -- write arguments to the standard output
bin/echo

## expr -- evaluate expression
bin/expr

## hostname -- set or print name of current host system
bin/hostname

## kill -- terminate or signal a process
bin/kill

## ln, link -- make links
bin/link:bin/ln

## ls -- list directory contents
bin/ls

## mkdir -- make directories
bin/mkdir

## mv -- move files
bin/mv

## pax -- read and write file archives and copy directory hierarchies
bin/pax

## ps -- process status
bin/ps

## pwd -- return working directory name
bin/pwd

## realpath -- return resolved physical path
bin/realpath

## rm, unlink -- remove directory entries
bin/rm:bin/unlink

## sh -- command interpreter (shell)
bin/sh

## sleep -- suspend execution for an interval of time
bin/sleep

## stty -- set the options for a terminal device interface
bin/stty

## sync -- force completion of pending disk writes (flush cache)
bin/sync

## kenv -- dump or modify the kernel environment
bin/kenv

## rmdir -- remove directories
bin/rmdir

## chflags -- change file flags
bin/chflags

## pgrep, pkill -- find or signal processes by name
bin/pkill:bin/pgrep:usr/bin/pkill:usr/bin/pgrep

####### contents of /sbin
## adjkerntz -- adjust local time CMOS clock to reflect time zone changes and keep current timezone offset for the kernel
sbin/adjkerntz

## bsdlabel -- read and write disk pack label
sbin/bsdlabel

## devfs -- DEVFS control (NEW from FreeBSD 5.2, replace the )
sbin/devfs

## dhclient -- Dynamic Host Configuration Protocol (DHCP) client
sbin/dhclient

## dhclient-script -- DHCP client network configuration script
sbin/dhclient-script

## dmesg -- display the system message buffer
sbin/dmesg

## reboot, halt, fastboot, fasthalt -- stopping and restarting the system
sbin/fastboot:sbin/fasthalt:sbin/halt:sbin/reboot

## fdisk -- PC slice table maintenance utility
sbin/fdisk

## fsck -- file system consistency check and interactive repair
sbin/fsck

## fsck -- UFS,FFS 4.2BSD file system consistency check and interactive repair
sbin/fsck_ufs:sbin/fsck_ffs:sbin/fsck_4.2bsd

## fsck_msdosfs -- DOS/WINDOWS file system consistency check and interactive repair
sbin/fsck_msdosfs

## geom -- universal control utility for GEOM classes
sbin/geom:sbin/gconcat:sbin/gmirror:sbin/gnop:sbin/gstripe:sbin/geli:sbin/glabel

## growfs -- grow size of an existing ufs file system
sbin/growfs

## gpt -- Manipulate GUID partition tables
sbin/gpt

## gvinum -- Volume manager (RAID0,1,5)
sbin/gvinum

## ifconfig -- configure network interface parameters
sbin/ifconfig

## init -- process control initialization
sbin/init

## iscontrol -- login/negotiator/control for an iSCSI initiator session
sbin/iscontrol

## kldload -- load a file into the kernel
sbin/kldload

## kldstat -- display status of dynamic kernel linker
sbin/kldstat

## kldunload -- unload a file from the kernel
sbin/kldunload

## ldconfig -- configure the shared library cache
sbin/ldconfig

## mdconfig -- configure and enable memory disks
sbin/mdconfig

## mknod -- build special file
sbin/mknod

## mount -- mount file systems
sbin/mount

## mdmfs, mount_mfs -- configure and mount an in-memory file system using the md(4) driver
sbin/mdmfs

## mount_nullfs -- mount a loopback file system sub-tree; demonstrate the use of a null file system layer
sbin/mount_nullfs

## mount_unionfs -- mount union file systems
sbin/mount_unionfs

## mount_msdosfs -- mount MS-DOS file system
sbin/mount_msdosfs

## mount_nfs -- mount NFS file system
sbin/mount_nfs

## mount_nfs4 -- mount NFSv4 file system
sbin/mount_nfs4

## mount_cd9660 -- mount CDROM file system
sbin/mount_cd9660

## mount_udf -- mount UDF file system
sbin/mount_udf

## newsfs -- construct a new UFS1/UFS2 file system
sbin/newfs

## newsfs -- construct a FAT (16/32) file system
sbin/newfs_msdos

## ping -- send ICMP ECHO_REQUEST packets to network hosts
sbin/ping

## ping6 -- send ICMPv6 ECHO_REQUEST packets to network hosts
sbin/ping6

## route -- manually manipulate the routing tables
sbin/route

## shutdown -- close down the system at a given time
sbin/shutdown

## sysctl -- get or set kernel state
sbin/sysctl

## swapon - Enable swap
sbin/swapon:sbin/swapoff

## pstat, swapinfo -- display system data structures
usr/sbin/pstat:usr/sbin/swapinfo

## tunefs -- tune up an existing file system
sbin/tunefs

## umount -- unmount file systems
sbin/umount

## atacontrol -- manage IDE disk
sbin/atacontrol

## camcontrol -- manage SCSI disk
sbin/camcontrol

## rcorder -- print a dependency ordering of interdependent files
sbin/rcorder

## md5, sha1, sha256, rmd160 -- calculate a message-digest fingerprint
sbin/md5:sbin/sha1:sbin/sha256:sbin/rmd160

## mksnap_ffs -- take a file system snapshot
sbin/mksnap_ffs

## devd -- device state change daemon
sbin/devd

####### contents of /usr/bin

## awk -- pattern-directed scanning and processing language
usr/bin/awk

## du -- Display file usage: Usefull for checking disk space
usr/bin/du

## fstat -- identify active files
usr/bin/fstat

## fetch -- FTP/HTTP download tools
usr/bin/fetch

## gzip, gunzip, zcat, gzcat -- compress or expand files
usr/bin/gzip:usr/bin/gunzip:usr/bin/zcat:usr/bin/gzcat

## id -- displays the user and group names and numeric IDs, of the calling process
usr/bin/id:usr/bin/groups

## killall -- kill processes by name
usr/bin/killall

## logger -- make entries in the system log
usr/bin/logger

## netstat -- show network status
usr/bin/netstat

## nohup -- invoke a utility immune to hangups
usr/bin/nohup

## passwd -- modify a user's password
usr/bin/passwd

## su -- substitute user identity
usr/bin/su

## scp -- secure copy (remote file copy program)
usr/bin/scp

## ssh -- secure Shell Client (used for RSYNC and Unison over SSH)
# Note: Will be overwritten when openssh-portable package is activated.
usr/bin/ssh

## tail -- display the last part of a file
usr/bin/tail

## tar -- manipulate tape archives
usr/bin/bsdtar:usr/bin/tar

## top -- display and update information about the top cpu processes
usr/bin/top

## touch -- create/change file access and modification times
usr/bin/touch

## uptime -- show how long system has been running
usr/bin/uptime:usr/bin/w

## ldd -- list dynamic object dependencies
usr/bin/ldd

## stat -- display file status
usr/bin/stat:usr/bin/readlink

## less, more -- display content
usr/bin/less:usr/bin/more

## grep, egrep, fgrep, zgrep, zegrep, zfgrep, bzgrep, bzegrep, bzfgrep -- print lines matching a pattern
usr/bin/grep:usr/bin/egrep:usr/bin/fgrep:usr/bin/zgrep:usr/bin/zegrep:usr/bin/zfgrep:usr/bin/bzgrep:usr/bin/bzegrep:usr/bin/bzfgrep

## find -- walk a file hierarchy
usr/bin/find

## uname -- display information about the system
usr/bin/uname

## env -- set environment and execute command, or print environment
usr/bin/env

## tr -- translate characters
usr/bin/tr

## wc -- word, line, character, and byte count
usr/bin/wc

## head -- display first lines of a file
usr/bin/head

## uudecode, b64decode -- decode a binary file
usr/bin/uudecode:usr/bin/b64decode

## install -- install binaries
usr/bin/install

## basename, dirname -- return filename or directory portion of pathname
usr/bin/basename

## basename, dirname -- return filename or directory portion of pathname
usr/bin/dirname

## tee -- pipe fitting
usr/bin/tee

## sed -- stream editor
usr/bin/sed

## wall -- write a message to users (required by shutdown)
usr/bin/wall

## sort -- sort lines of text files
usr/bin/sort

## uniq -- report or filter out repeated lines in a file
usr/bin/uniq

## login -- log into the computer
usr/bin/login

## nice -- execute a utility at an altered scheduling priority
usr/bin/nice

## getent -- get entries from administrative database
usr/bin/getent

## cut -- select portions of each line of a file
usr/bin/cut

## cmp -- compare two files
usr/bin/cmp

## diff -- find differences between two files
usr/bin/diff

## bc -- An arbitrary precision calculator language
usr/bin/bc

## printf -- formatted output
usr/bin/printf

####### contents of /usr/sbin
##  ancontrol -- configure Aironet 4500/4800 devices
usr/sbin/ancontrol

## arp -- address resolution display and control
usr/sbin/arp

#boot0cfg -- boot manager installation/configuration utility
usr/sbin/boot0cfg

## chown -- change file owner and group
usr/sbin/chown:usr/bin/chgrp

##chroot -- change root directory
usr/sbin/chroot

## cron -- daemon to execute scheduled commands (Vixie Cron)
usr/sbin/cron

## powerd -- system power control utility
usr/sbin/powerd

## pw -- create, remove, modify & display system users and groups
usr/sbin/pw

## pwd_mkdb -- generate the password databases
usr/sbin/pwd_mkdb

## rtsold -- router solicitation daemon
usr/sbin/rtsold:sbin/rtsol

##  traceroute -- print the route packets take to network host
usr/sbin/traceroute

## wpa_supplicant -- WPA/802.11i Supplicant for wireless network devices
usr/sbin/wpa_supplicant

## mountd -- service remote NFS mount requests
usr/sbin/mountd

## nfsd -- remote NFS server
usr/sbin/nfsd

## rpcbind -- universal addresses to RPC program number mapper
usr/sbin/rpcbind

## rpc.lockd -- NFS file locking daemon
usr/sbin/rpc.lockd

## rpc.statd -- host status monitoring daemon
usr/sbin/rpc.statd

## sshd -- OpenSSH SSH daemon
## Note: Will be overwritten when openssh-portable package is activated.
usr/sbin/sshd

## pkg_add -- a utility for installing software package distributions
usr/sbin/pkg_add

## pkg_info -- dump out information about packages
usr/sbin/pkg_info

## pkg_delete -- a utility for deleting previously installed software package distributions
usr/sbin/pkg_delete

## mtree -- map a directory hierarchy (required by pkg_add)
usr/sbin/mtree

## diskinfo -- get information about disk device
usr/sbin/diskinfo

## bsnmpd -- simple and extensible SNMP daemon
usr/sbin/bsnmpd

## snapinfo -- show snapshot location on UFS file systems
usr/sbin/snapinfo

## nologin -- politely refuse a login
usr/sbin/nologin:sbin/nologin

####### contents of /usr/libexec
# ld-elf.so.1, ld.so, rtld -- run-time link-editor
libexec/ld-elf.so.1:usr/libexec/ld-elf.so.1

# sftp-server -- SFTP server subsystem
# Note: Will be overwritten when openssh-portable package is activated.
usr/libexec/sftp-server

## getty -- set terminal mode
usr/libexec/getty

####### contents of /usr/share/misc
usr/share/misc/termcap:etc/termcap

####### contents of /usr/share/locale
usr/share/locale/en_US.ISO8859-1/
usr/share/locale/en_US.UTF-8/
usr/share/locale/la_LN.ISO8859-1/
usr/share/locale/la_LN.US-ASCII/
usr/share/locale/UTF-8/

####### contents of /usr/lib
# PAM libraries
usr/lib/pam_*.so.*

# SNMP modules
usr/lib/snmp_hostres.so.*:usr/lib/snmp_hostres.so
usr/lib/snmp_mibII.so.*:usr/lib/snmp_mibII.so
usr/lib/snmp_netgraph.so.*:usr/lib/snmp_netgraph.so

####### contents of /lib/geom
# GEOM tools
lib/geom/geom_*.so

####### contents of /etc/ssh
# moduli -- system moduli file
etc/ssh/moduli

####### contents of /boot
# MBR
boot/mbr
boot/boot
boot/boot0
boot/boot1

####### contents of /etc
etc/rc.subr
etc/network.subr
etc/pccard_ether
etc/gettytab
etc/usbd.conf
etc/devd.conf

####### contents of /etc/defaults
etc/defaults/devfs.rules
etc/defaults/pccard.conf
etc/defaults/rc.conf

####### contents of /etc/rc.d
etc/rc.d/LOGIN
etc/rc.d/local
etc/rc.d/early.sh
etc/rc.d/adjkerntz
etc/rc.d/securelevel
etc/rc.d/dhclient
etc/rc.d/netoptions
etc/rc.d/power_profile
etc/rc.d/network_ipv6
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.