Part 5 Flashcards
(23 cards)
Write two methods for executing the file admin underscore script located in the /var/temp directory
./var/tmp/admin_script
./admin_script
Write a command the copies the entire context of the direct 3/ETC/security 2/VAR/TMP
Cp -r /etc/security /var/tmp
Name the static file and it’s route relative location in Solaris 10 which links drivers with their aliases
/etc/driver_aliases
What command affectively rename a file without generating extra copies
Mv
What does CSOM stand for
Computer system operations manual
Write a command that changes the modification of files script 01 to read write and execute for the owner and read and execute for the group and world
Chmod 755 script 01
What command displays system devices and the respective Driver states?
Prntconf -pv
What command displays your present working directly
Pwd
What key returns a user to command mode in VI
Esc
What command displays all environmental variables
Env
What commands and simple packets to Network Systems in an attempt to Tess network capabilities between two systems
Ping
Write a command that list the files in/ETC/security/TSOL displaying all files including hidden files and all file attributes
Ls -la
What command displays the systems current time and date
Date
What command allows users to change initialization levels of the system
Init
What command displays network statuses
Ifconfig -a
What command allows the user to exit VI without say we can changes? With saving changes?
:q!
:wq!
What command is an admin’s last or first resort
Init 6
What command is used to confirm your zone is an LDAP client
LDAPlist
What command list all zones in Solaris 10
Zoneadmn list ivc
Write a command to bring up directories server control server assuming your host name is FS one 00001
HTTPS://fs100001:6789
Recommend display the status of the web consul service
Svcs -vp
Write a command to enable to DHCP service assuming the DHCP service is disable
Svcsadmn enable dhcp.
Write a command to find the file DHCPMGR
Find / -name dhcpmgr -print