Linux Logging
Limit Logging from SSH Session
ssh root@10.10.10.10 bash -c /bin/sh
OR
ssh root@10.10.10.10 bash -i
OR
ssh root@10.10.10.10 /bin/sh <-- Best optionFinding Writable Directories for your Current User
find / -type d -perm -0222 2>/dev/null/dev/shmUnix Logging
/etc/syslog.conf/var/logHiding Shell History
Accounting Entries in Unix
Log Files to Check
Syslog
Filename
Purpose
Level
Description
Last updated