if you know how to administer one flavor of unix you know how to administer them all. TRUE or FALSE
- correct answer False
where input to the application is sourced
- correct answer stdin
where output from the application is sourced
- correct answer stdout
where error messages are sent
- correct answer stderr
can hold multiple elements at a time
- correct answer array variables
user-defined variables do not need to start with a letter or underscore, and can start with numbers.
TRUE or FALSE
- correct answer False
UNIX is command line only. TRUE or FALSE
- correct answer True
Unix has only one file system. TRUE or FALSE
- correct answer True
Compiling software from source is preferred because dependencies are automatically added in
installation. TRUE or FALSE
- correct answer False
, Used to perform actions on directories and subdirectories
- correct answer -R
Used to skip confirmations
- correct answer -f
where additionally installed software is located
- correct answer /usr
where spooling, cache, and log files are located
- correct answer /var
where executables for basic operation are located
- correct answer /bin
What run level is multi-user mode (non-networked) ran at
- correct answer 2
What is the most commonly used run more for servers
- correct answer 3
What SysV run level is multi-user.target run at
- correct answer 3
What SysV run level is rescue.target ran at
- correct answer 1
What SysV run level is poweroff.target ran at
- correct answer 0
What is the Sys V equivalent of systemctl enable <service>
- correct answer chkconfig <service> on