Search Results

Search: Posts Made By: westmoreland
Forum: Red Hat 02-19-2015
3,809
Posted By westmoreland
Permission denied error using chmod on a cifs mount
I have a RHEL 5.7 system with a cifs mount from a Windows 2007 file server that I need to fix the permissions on. Once the share is mounted the permission for the mount are 777. I need to change that...
Forum: Red Hat 02-03-2015
18,053
Posted By westmoreland
Sudo to user other than root but do not allow sudo to root
I have a set of RHEL 5 boxes running our ERP software on Oracle databases. I need to allow my DBA's to su to oracle and one other account (banner) without knowing the oracle or banner password. But I...
2,866
Posted By westmoreland
Adding a network interface to a bonded interface
I have a RHEL 5 system with a bonded interface configure using only one network port (eth0). So I have config file for ifcfg-bond0 and ifcfg-eth[0-5]. I'd like to configure eth5 to be the second...
15,903
Posted By westmoreland
Haha, yeah I do tend to make things more...
Haha, yeah I do tend to make things more complicated sometimes. That' s working much better. One question though, the "+" sign before the redirectors, I don't understand that one. I got an error and...
15,903
Posted By westmoreland
Thanks for all the input y'all. I think I've...
Thanks for all the input y'all. I think I've found a reasonable solution. I ended up with a nested for statement that looks like this:



for p in /u01 /u02 /home; do for i in `find $p -type f...
15,903
Posted By westmoreland
Fine question Don. And good point. In this case,...
Fine question Don. And good point. In this case, I believe the auditor is looking to see exactly what the permission bits are set to for files with specific users and groups (haven't included that...
15,903
Posted By westmoreland
I thought I had done that before. I remember now....
I thought I had done that before. I remember now. Thanks y'all.

Of all the things I've lost I miss my mind the most.

---------- Post updated at 11:33 AM ---------- Previous update was at 11:25...
15,903
Posted By westmoreland
Using the "find" command to look for multiple UID's
I have a security audit requirement to produce a list of files that a specific list users have access to. In other words, I'm trying to use find to search files which user1 owns OR user2 owns OR...
1,619
Posted By westmoreland
Sorry about that. Both systems are VM's running...
Sorry about that. Both systems are VM's running RHEL 5. We simply served up an entire disk for the filesystem and created the logical volumes using the entire disk.

I considered using "dd" but...
1,619
Posted By westmoreland
I see. Well perhaps rsync isn't the tool I need....
I see. Well perhaps rsync isn't the tool I need. Maybe I should look at other methods to accomplish my goal. This is what I'm trying to do:

I have a production nfs server (nfs01) which shares one...
1,619
Posted By westmoreland
Rsync size descrepancies
I'm using rsync to transfer data from one system (nfs01) to another (nfs02) but I'm seeing 28GB more data on the target than what's on the source. The source and target filesystems are both 138 GB....
6,033
Posted By westmoreland
[solved] Process ssh command in while loop
I have a script that reads a file containing a list of server names. It's suppose to loop through the list of names and execute a command on the remote server using ssh. It processes the ssh command...
3,466
Posted By westmoreland
Perfect. I've been wrestling with that one for...
Perfect. I've been wrestling with that one for weeks. I guess I should look at the book again
21,609
Posted By westmoreland
Chubler, you rock. That did the trick, thank you...
Chubler, you rock. That did the trick, thank you so much.
3,466
Posted By westmoreland
awk - printing the passwd file
I've got a number of RHEL systems and I'm trying to use awk to read and format the output of /etc/passwd. But I'd like to display the host name of the system at the beginning of each line of output....
21,609
Posted By westmoreland
Bash script puts \r at the end of variable
I'm pretty new to bash scripts and I'm trying to work through some issues. Would appreciate any suggestions.

I have a list of servers in a text file (I used the FQDN's), I assign the file name to...
Showing results 1 to 16 of 16

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