1 cat /etc/crontab && ls -al /etc/cron*
1
cat /etc/crontab && ls -al /etc/cron*
1 find /etc/cron* -type f -perm -o+w -exec ls -l {} \;
find /etc/cron* -type f -perm -o+w -exec ls -l {} \;
1 find /etc/cron* -user <admin>
find /etc/cron* -user <admin>
/proc/(PID)/cmdline This file shows the parameters passed to the kernel at the time it is started. It looks like the following: --------------------------------------------------- [*] PATH: /proc/...
List Inetd Services ls -al /etc/init.d/ List xinetd Services ls -al /etc/xinetd.d/ Contents of Xinetd services cat /etc/xinetd.d/* Find services in /etc/init.d not owned by root and list the...
Get MySQL Version mysql –version Get sudo Version sudo -V Get Apache2 Version apache2 -v Get CouchDB Version couchdb -V Get Postgres Version psql -V List All Packages Installed and Vers...
FTP (tcp-21)
System (Linux)