Home
Руслан Валиев
Шалтай-болтай
Главная 
15.10.2006 22:37 - Вдогонку к предыдущему посту: немного отсортированной рутины [commands, solaris]
Debugging

cat -v -t -e [file]
        Show non-printing characters

dumpadm -d swap
        Configure swap device as dump device

ld -l <libname without 'lib'>
        Check if you have a particular library

truss -f -p <pid of a shell>
        Using multiple windows, this can be used to trace setuid/setgid programs

truss executable
        Trace doing of given command (useful debugging)

Read more )
14.10.2006 21:04 - Blastwave [commands, solaris]
Избавляемся от вредных привычек:

yes | pkgrm $(pkginfo | awk '/CSW/ {print $2}')
This page was loaded Май 14 2008, 5:01 am GMT.