awk
|
Utility that executes programs written in the
awk programming
language
|
bash
|
GNU Bourne-Again Shell
|
cat
|
Utility that reads files and writes content to standard output
|
chown
|
Utility that changes user and group file permissions
|
chsh
|
Utility that changes the default login shell
|
SFDataCorrelator
(FMC
only)
|
Analyzes binary files created by the system to generate events,
connection data, and network maps
|
cp
|
Utility that copies files
|
df
|
Utility that lists the amount of free space on the appliance
|
echo
|
Utility that writes content to standard output
|
egrep
|
Utility that searches files and folders for specified input;
supports extended set of regular expressions not supported in standard grep
|
find
|
Utility that recursively searches directories for specified
input
|
grep
|
Utility that searches files and directories for specified input
|
halt
|
Utility that stops the server
|
httpsdctl
|
Handles secure Apache Web processes
|
hwclock
|
Utility that allows access to the hardware clock
|
ifconfig
|
Indicates the network configuration executable. Ensures that the
MAC address stays constant
|
iptables
|
Handles access restriction based on changes made to the Access
Configuration page.
|
iptables-restore
|
Handles iptables file restoration
|
iptables-save
|
Handles saved changes to the iptables
|
kill
|
Utility that can be used to end a session and process
|
killall
|
Utility that can be used to end all sessions and processes
|
ksh
|
Public domain version of the Korn shell
|
logger
|
Utility that provides a way to access the syslog daemon from the
command line
|
md5sum
|
Utility that prints checksums and block counts for specified
files
|
mv
|
Utility that moves (renames) files
|
myisamchk
|
Indicates database table checking and repairing
|
mysql
|
Indicates a database process; multiple instances may appear
|
openssl
|
Indicates authentication certificate creation
|
perl
|
Indicates a perl process
|
ps
|
Utility that writes process information to standard output
|
sed
|
Utility used to edit one or more text files
|
sfheartbeat
|
Identifies a heartbeat broadcast, indicating that the appliance
is active; heartbeat used to maintain contact between a device and
Firepower Management Center
|
sfmb
|
Indicates a message broker process; handles communication
between
Firepower Management Centers
and device.
|
sh
|
Public domain version of the Korn shell
|
shutdown
|
Utility that shuts down the appliance
|
sleep
|
Utility that suspends a process for a specified number of
seconds
|
smtpclient
|
Mail client that handles email transmission when email event
notification functionality is enabled
|
snmptrap
|
Forwards SNMP trap data to the SNMP trap server specified when
SNMP notification functionality is enabled
|
snort
|
Indicates that Snort is running
|
ssh
|
Indicates a Secure Shell (SSH) connection to the appliance
|
sudo
|
Indicates a sudo process, which allows users other than admin to
run executables
|
top
|
Utility that displays information about the top CPU processes
Note
|
The CPU usage output of this utility is a split up of different types of usages of the CPU core. You must add both user and
system processes usage to know the actual total CPU usage.
For example, if the output of top command is: %Cpu(s): 76.6 us, 22.1 sy, 0.0 ni, 0.0 id, 0.0 wa, 0.0 hi, 1.3 si, 0.0 st
Here, 76.6% of CPU time are used by user processes, 22.1% of CPU time is used by system(kernel) processes. The total CPU usage
is 98.7%.
Thus, the CPU usage reported in this utility appear to be different from the Health Monitor dashboard. In addition, this utility
uses a three seconds interval to calculate the CPU usage. Whereas, the management center health monitor uses one-second intervals.
|
|
touch
|
Utility that can be used to change the access and modification
times of specified files
|
vim
|
Utility used to edit text files
|
wc
|
Utility that performs line, word, and byte counts on specified
files
|