Mod 8 Day 2 Flashcards
(35 cards)
Linux command used to view system calls accessed during the execution of a command
Strace
File from where init daemon gets its instructions
etc/inittab
Sets or prints the limits imposed on files written by the shell and its processes
Ulimit
Linux process that monitors the console for login request
Getty or mingetty
Command used to verify current run level
Who -r
Solaris process that monitors the console for logon request
Ttymon
File where Master copies of the startup scripts reside
/etc/init.d
Command used to view system calls access during execution of a command on a Solaris system
Truss
This system call return system information about the platform
Uname
*nix command used to change current run level
Init
Action within the inittab used for system initialisation; e.g. checks file systems, activate Swap, and sets hostname
Sysinit
This Linux command list current startup information and changes start up information for services. It also manages xinetd scrips via the configuration files in /etc/xinetd.d
Chkconfig
Similar to Windows Task Manager this *nix tool is used to view system processes and their states
Ps
Allows a device driver or any other kernel service to be linked into and removed from the kernel while it’s running
LKM (loadable kernel modules) support
Solaris command that list modules currently loaded
Modinfo
The Solaris kernel is configured at boot time and can be modified by user. Where are the settings located?
etc/system file
Solaris command used to display kernel parameters and values
Sysdef
Linux command used to display status of loadable Kernel modules
Lsmod
Linux command used to see all possible kernel parameters
Sysctl -a
Linux file where all kernel values are loaded when system boots
/etc/sysctl.conf
Process Interruption caused by some event external to the current running process. A signal generated by the hardware.
Interrupt
Error or exception condition generated within current running process, software written to catch an exception generated by the CPU.
Trap
Used to view current running processes and their states
PS -elf
This performs a power-on self-test in the MBR is executed from /etc/rc.d/rd*.d and spawns a login.
Basic input / output phase BIOS