Search Results

Search: Posts Made By: ralmoritz
4,979
Posted By ralmoritz
Do the users attempting to execute the script...
Do the users attempting to execute the script `catter' have read &
execute permissions for the directory containing the script?
6,198
Posted By ralmoritz
No, you need to reverse the arguments to tar....
No, you need to reverse the arguments to tar. Also, if your intention
is to save disk space, then tar by itself will do no good, as it does no
compression. Use the `j' or `z' flags to tar to...
10,457
Posted By ralmoritz
You need to escape the spaces in the path, so...
You need to escape the spaces in the path, so `/Long Name'
becomes `/Long\ Name'.
Forum: AIX 03-22-2006
42,701
Posted By ralmoritz
Not sure if AIX has a `top' utility. If so, use...
Not sure if AIX has a `top' utility. If so, use that.
1,548
Posted By ralmoritz
do a `man wc', and ye shall be enlightened ;-)
do a `man wc', and ye shall be enlightened ;-)
24,829
Posted By ralmoritz
Upon first examination, it seems that the program...
Upon first examination, it seems that the program you're trying to run
is expecting to find a Perl module called `atailib'. It seems to be failing
because it can't find it. Adding the path of...
2,455
Posted By ralmoritz
Google for ``Csh scripting considered harmful''...
Google for ``Csh scripting considered harmful'' for some good reasons why you
should try to avoid scripting in csh.
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 09:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy