
22.01.2013, 23:19
|
|
Участник форума
Регистрация: 18.01.2012
Сообщений: 162
Провел на форуме: 29647
Репутация:
1
|
|
2 rolexlease покажи
find / -type f -perm -u+s -exec ls -la {} \; 2>/dev/null
find / -perm -a+w -type f -ls 2>/dev/nul
find / -perm -a+w -type d -ls 2>/dev/nul
И
ls -la /etc/cron.d (+ cat каждый файл из диры)
ls -la /etc/cron.hourly (+ cat каждый файл из диры)
ls -la /etc/cron.monthly (+ cat каждый файл из диры)
ls -la /etc/cron.weekly (+ cat каждый файл из диры)
|
|
|