Search Results

Search: Posts Made By: Tiger75
4,562
Posted By Tiger75
This is for future use, In case if you dont...
This is for future use,

In case if you dont have permission to get into a directory or a file, then you will get a permission denied error amidst the correct matches. You can use the following...
3,442
Posted By Tiger75
s stands for setting the User ID/Group ID. t...
s stands for setting the User ID/Group ID.
t stands for setting the Sticky bit


SUID or setuid: change user ID on execution. If setuid bit is set, when the file will be executed by a user, the...
4,744
Posted By Tiger75
Prophyt, I am not sure whether you found...
Prophyt,

I am not sure whether you found out the solution. Can you try the following and let me know if it helps.

find `/edi/aiprod/report` -mtime +30 -exec cp -b --parents {}...
25,490
Posted By Tiger75
sed - two search patterns...
Can you try the following and let me know whether it works?

sed '/search_pattern1/ !s/pattern1/pattern2/;/search_pattern2/ !s/pattern1/pattern2/' file
Showing results 1 to 4 of 4

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