| bio | website | timkennedy.net |
|---|---|---|
| location | Virginia | |
| age | 41 | |
| visits | member for | 2 years, 3 months |
| seen | 7 hours ago | |
| stats | profile views | 125 |
Father, Husband, SysAdmin, Brother, Son. In reverse chronological order.
|
17h |
comment |
Portable way to get script's absolute path? i like it! so far, that's pretty portable. works on Solaris, OmniOS, Linux, Mac, and even Cygwin on Windows 2008. |
|
1d |
answered | What do use the -t “tag” option for in logger? |
|
1d |
comment |
Is it common to split larger script into multiple scripts and source them in the main script? especially given that even the older OSes like Solaris are shipping with perl, and python, etc, now. one reason older systems used shell scripts is that the shell was guaranteed to always be available, but bigger Unices, like HP-UX and Solaris, and AIX, couldn't be guaranteed to include other tools. |
|
May 18 |
comment |
Setting file permissions in bash script @JamesAndino the /o=rwx filter is a permissions filter that looks for r(read), w(write),x(execute) bits being set. The o means to compare the filter to the other field. You could also specify u for user, or g for group. or combinations, like -perm -u=rwx,o=rwx to match on both the user and group permissions. |
|
May 18 |
revised |
Setting file permissions in bash script added 359 characters in body |
|
May 18 |
comment |
Setting file permissions in bash script thanks for the correction. |
|
May 17 |
answered | Setting file permissions in bash script |
|
May 17 |
answered | Solaris 11 randomly crashed |
|
May 17 |
awarded | Informed |
|
May 17 |
comment |
What is rpc.statd, what ports should it be listening on, and how to kill it? Yes. The NFS client will use rpc.statd and portmapper, both. |
|
May 17 |
answered | What is rpc.statd, what ports should it be listening on, and how to kill it? |
|
May 17 |
comment |
Utility script framework +1 for script templates. the real key is education of those writing scripts. define policies, eg: All scripts will send email on failure. All scripts will log output to /var/log/scriptname.log. All scripts will rotate X iterations of logfiles. etc. |
|
May 17 |
comment |
Rename two files sorry @scottmarriott. i gave you a terribly unclear answer. hopefully the edit provides you the information you need to successfully execute your task. |
|
May 17 |
revised |
Rename two files improved formatting, expanded on answer. |
|
May 17 |
comment |
Rename two files was trying to provide a simple answer. I'll edit for clarity. |
|
May 17 |
comment |
Line endings when using GNU Screen echo $TERM. probably a difference in the screen termcap entry, and whatever your TERM is when not running screen. |
|
May 17 |
answered | Rename two files |
|
May 17 |
answered | Allowing only specific users to login via ssh at one port and others to login via another port |
|
May 17 |
answered | Browse LDAP strcuture using Solaris pre-packaged command? |
|
May 14 |
answered | Debian Networking Issues |