Search Results

Search: Posts Made By: karumudi7
9,553
Posted By karumudi7
Thank you this worked. The difference this...
Thank you this worked.

The difference this time is: I used absolute path and not used d option.


setfacl -R -m user:user2:rwx /local/dir1
9,553
Posted By karumudi7
Granting access to specific user on a 700 file
Hello,


I have a a directory dir1 with permissions 700 (yes wantedly) and is owned by user1:group1
rwx------ user1 group1 dir1I need to give permissions to user2 (belongs to group2) on dir1 and...
4,105
Posted By karumudi7
Finally, we pushed the change and it worked!...
Finally, we pushed the change and it worked! Thank u.
4,105
Posted By karumudi7
Is there a way to restrict a user (owner) to execute scripts from a specific directory
Hello,

I have a user Bob on a RHEL 7 server1. Where his script area is "/home/Bob/scripts/" and he is the owner for this directory.
On the server1, there is a NFS mount from another server2,...
7,197
Posted By karumudi7
Actually looking for ver Java 8. Is there any...
Actually looking for ver Java 8. Is there any downloads section for this on the page?
Somehow I am not able to find it.
7,197
Posted By karumudi7
OpenJDK for AIX
Hello is there any trusted OpenJDK 1.8 RPM that can be used on AIX 7.1?
We are having problem with the application development using the JDK that comes from IBM. I dont see much information in...
13,835
Posted By karumudi7
Sorry for the late message.... Thanks for...
Sorry for the late message....


Thanks for all the valuable inputs.


Here is the scenario:
I have a group of developers that write scripts on AIX 7.
I don't want everyone to hard code the...
13,835
Posted By karumudi7
Yes, I understand and I use SSH keys for...
Yes, I understand and I use SSH keys for password-less connections.
But it is more like when you are interacting with other services like database etc.
13,835
Posted By karumudi7
How to store the passwords securely and use in scripts?
I want to store the passwords in a global file, so that all the users will not use them to login but a process should use it. One way is to keep the passwords in a .ini file and execute the file in...
Forum: Red Hat 10-26-2017
5,271
Posted By karumudi7
Installing xwindow on RHEL (offline)
I need to install xwindow on my RHEL 7.2 server which is behind a firewall and no access to internet. If I run the below code, it will not able to install, as my server dont have internet connection....
Forum: AIX 08-03-2017
3,843
Posted By karumudi7
Already server is running with too many...
Already server is running with too many filesystems and dont want to make more. So I am thinking in this way.
Forum: AIX 08-03-2017
3,843
Posted By karumudi7
Limit directory Size in AIX
Hello

I have a disk mounted on my AIX server and inside the disk, I want to create 3 directories with max size limit, so that the directories can be limited to pre-defined size.

Eg: My total...
2,304
Posted By karumudi7
$ uuencode --base64 begin 622 --base64 ...
$ uuencode --base64
begin 622 --base64


This is what received, when I type in command line and it is waiting. I gave CTL+C after some time.
2,304
Posted By karumudi7
Can you please let me know, how to check it ?
Can you please let me know, how to check it ?
2,304
Posted By karumudi7
Is there any thing I can do before attaching the...
Is there any thing I can do before attaching the file to mailx command, so that it can be readable ? or it is a limitation ?
2,304
Posted By karumudi7
Issue with opening the UNIX mailx attachments on iPhone/iOS
I have created a simple log file (abc.log) with Hello World, from my UNIX script. At the end of the script, I have attached the log to my email using uuencode & mailx command.

THe email was send...
781
Posted By karumudi7
Removing LF from specific line in XML
Hello Guys,

I have an XML file with below sample (just one data record is given below), I am getting LF characters as mentioned in below specific lines. I need to remove those. When I tried, it is...
1,545
Posted By karumudi7
Running Multiple scripts at a time
Hello!

I have a scriptA.ksh and in this script I need to call script1.ksh, script2.ksh, script3.ksh, script4.ksh and script5.ksh. But want to run in two batches like

1st script1.ksh,...
2,180
Posted By karumudi7
Triggering UNIX Script from a JAVA program
Hi I am trying to implement one program, where JAVA needs to trigger the backend UNIX script. Tried with options like


String[] cmdArray =...
5,159
Posted By karumudi7
find . \( -name ABC -prune \) -o \( -name XYZ...
find . \( -name ABC -prune \) -o \( -name XYZ -prune \) -o \( -name "*.__*" -mtime +60 -exec ls -lrt {} \; -exec rm {} \; \)


This worked. Thank you Don!
5,159
Posted By karumudi7
I am capturing the output to a log and following...
I am capturing the output to a log and following are the outputs :


Run 1: out1.1 :
Files older than 60 days :
-rwxrwxrwx 1 test_user test_user 0 Nov 09 18:28 ./Test/one1.__0...
5,159
Posted By karumudi7
Some how the rm is not executing in the above...
Some how the rm is not executing in the above command, it is listing all the files but not removing. I have removed echo command.
5,159
Posted By karumudi7
I thought grep -v will eliminate the required...
I thought grep -v will eliminate the required directories as we will have the long listing. It doesn't work.

The above one looks working, I just modified the given one like below so that it can...
5,159
Posted By karumudi7
Thank you. It worked but I missed my criteria - I...
Thank you. It worked but I missed my criteria - I need to exclude the "ABC" and "XYZ" directory contents in the above recursive command output. Any idea ?

---------- Post updated at 02:57 AM...
5,159
Posted By karumudi7
I want to remove the files with the pattern *.__*...
I want to remove the files with the pattern *.__* but need to eliminate the files which contains "ABC" and "XYZ". SO framed a syntax like below. Will this work ?


find . -name "*.__*" -mtime +60...
Showing results 1 to 25 of 138

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