| bio | website | |
|---|---|---|
| location | ||
| age | 26 | |
| visits | member for | 7 months |
| seen | Jun 14 at 18:03 | |
| stats | profile views | 17 |
|
Jun 14 |
comment |
Do redirection operators always open file descriptors in parallel? Thanks @jordanm! |
|
Jun 14 |
comment |
Do redirection operators always open file descriptors in parallel? Thank you @derobert! That was a great explanation. I was looking around if there was a way to check how cat works behind-the-scenes, and thankfully you have illustrated that. |
|
Jun 11 |
asked | Do redirection operators always open file descriptors in parallel? |
|
Jun 6 |
comment |
What is causing this Copy command to enter sleep state? Thanks for confirming it @JoelDavis. I read up on FIFOs and it seems that rsync is the best way to go. |
|
Jun 6 |
revised |
What is causing this Copy command to enter sleep state? deleted 4 characters in body |
|
Jun 6 |
accepted | What is causing this Copy command to enter sleep state? |
|
Jun 6 |
comment |
What is causing this Copy command to enter sleep state? Thanks for the explanation Flup! Looking into rsync |
|
Jun 6 |
comment |
What is causing this Copy command to enter sleep state? Hi @JoelDavis, I updated the post to answer your questions. The file is on NFS. I know that the mounts are automounted whenever I cd to the directory after a reboot, but I do not know how to check if its configured on Solaris 10. |
|
Jun 6 |
awarded | Popular Question |
|
Jun 6 |
revised |
What is causing this Copy command to enter sleep state? added 237 characters in body |
|
Jun 6 |
revised |
What is causing this Copy command to enter sleep state? Updated post |
|
Jun 5 |
asked | What is causing this Copy command to enter sleep state? |
|
May 30 |
asked | How can a non-root user check if a FS has been exported to a server? |
|
May 17 |
comment |
How do I capture the return status and use tee at the same time in korn shell? Hi @StephaneChazelas - I checked that, seems like the site has been suspended. |
|
May 17 |
comment |
How do I capture the return status and use tee at the same time in korn shell? Gotcha @lesmana. Well this solution explains pipefail well, which can be used for korn. Reference |
|
May 17 |
revised |
How do I capture the return status and use tee at the same time in korn shell? edited title |
|
May 17 |
comment |
How do I capture the return status and use tee at the same time in korn shell? Seems the solution (workaround) for ksh is to use Pipefail.. I will test and confirm the same assuming this question is not incorrectly closed by then.. |
|
May 17 |
comment |
How do I capture the return status and use tee at the same time in korn shell? Hi @lesmana - Note that this question is asking for a ksh solution. Using $PIPESTATUS only works in bash - all solution I can find on unix.stackexchange.com are for bash. |
|
May 17 |
asked | How do I capture the return status and use tee at the same time in korn shell? |
|
May 17 |
comment |
How do find the LDAP connection details that the Solaris box uses to authenticate users? Yup.. that makes sense. Thanks again! |