Blog dedicated to Oracle Applications (E-Business Suite) Technology; covers Apps Architecture, Administration and third party bolt-ons to Apps

Wednesday, August 8, 2007

Good link for Solaris shell commands from Sun

http://www.sun.com/bigadmin/shellme/ provides most important shell commands in Solaris. It also has a link for all Solaris commands.

Here's a small sample from the link given above:

Additional Resources
1. All Solaris Commands * 2005-08-09
2. Alphabetical Directory of Linux Commands * 2005-03-22
3. Comparision of Shell commands (PDF) * 2005-11-19
4. Cool Commands * 2006-05-15
5. coolcommands.com * 2005-10-13
6. DOS to UNIX command translation * 2006-02-09
7. Korn Shell Nuances * 2006-11-07
8. Man Pages: System Administration Commands (Solaris 10) 2006-02-14
9. Man Pages: System Administration Commands (Solaris 9) 2006-02-14
10. Man Pages: User Commands (Solaris 10) 2006-02-14
11. Man Pages: User Commands (Solaris 9) 2006-02-14
12. Tips on good shell programming practices * 2006-03-10
13. Trapping Special Characters in the Korn Shell * 2005-10-13
14. Universal Command Guide for Operating Systems * 2005-01-19
15. Useful Solaris Commands (Blog) * 2006-11-16

Debugging
16. cat -v -t -e [file]
/* Show non-printing characters */ 2006-06-20
17. dumpadm -d swap
/* Configure swap device as dump device */ 2005-02-16
18. ld -l
/* Check if you have a particular library */ 2005-03-30
19. truss -f -p
/* Using multiple windows, this can be used to trace setuid/setgid programs */ 2005-03-22
20. truss executable
/* Trace doing of given command ( useful debugging ) */ 2005-03-22
Back to top

No comments: