|
CS469/569 - Linux and Unix Administration and Networking
Spring 2022
|
Displaying ./code/h7/grading.txt
Files/directores that were checked and commands that were run...
from effie: ssh u##
/etc/HOSTNAME
/etc/fstab
free -h
ls -l /swap
from u## as root: ssh cs469##@effie
/root/.ssh
from effie as root: ls -l /net/bkups
/usr/local/bin/backup
crontab -e
from u## as jkinne: sudo -i
/etc/group
ps aux | grep mysql
ls -l /etc/rc.d/rc.mysqld # should be executable
/etc/passwd # mysql should be there
cat /root/.my.cnf
from browser: http://effie.indstate.edu:469##
ps aux | grep apache
ls /net/web/*
/etc/rc.d/httpd/*.conf
sbopkg
rclone
|