Changes

Jump to: navigation, search

OPS335 Lab 1

12 bytes added, 16:47, 15 January 2012
Managing services using systemd
service sshd start
Redirecting to /bin/systemctl start sshd.service
*Notice that your command was redirectedto 'systemctl', the command executed was 'systemctl start sshd.service'. Record this in your lab book.
*Enable sshd to start at boot
chkconfig sshd on
Note: Forwarding request to 'systemctl enable sshd.service'.
ln -s '/lib/systemd/system/sshd.service' '/etc/systemd/system/multi-user.target.wants/sshd.service'
*Again notice your command was redirectedto 'systemctl', the command executed was 'systemctl enable sshd.service'. When the command was executed a A symbolic link was createdas well, make note of it explain its purpose in your lab book.
*Install the virtualization software
yum groupinstall virtualization
1
edit

Navigation menu