Search Results

Search: Posts Made By: venmx
Forum: Red Hat 04-14-2013
14,867
Posted By venmx
Can't chgrp. Error - chgrp: changing group of `<file>': Invalid argument
I found that I cannot chgrp for some reason with error:

chgrp: changing group of `<file>': Invalid argument

This happens on all NFS mounted disks on client machines.

We use AD (not my call)...
5,593
Posted By venmx
Very profound, thanks for detailed explanation....
Very profound, thanks for detailed explanation. I'll need to digest this with frantic Googling for further reading; think I need more rigorous understanding of what I'm doing!
5,593
Posted By venmx
Thanks alister! I'm learning something every day...
Thanks alister! I'm learning something every day :)

So, your doing away with awk by using -printf option to format the output of find, then using read to set the variables that can be used by...
5,593
Posted By venmx
Wow nice, thanks Scrutinizer... Your...
Wow nice, thanks Scrutinizer...

Your solution certainly does away with having to fix white spaces, which is neater.

In fact my previous solution failed because when I tried to list directories...
5,593
Posted By venmx
Dealing with white spaces in bash scripts
I'm trying to search for all files in directory with particular GID then change the GID to match the UID of each file:


#!/bin/sh

for i in $(find /dump -gid 200 | sed 's/\ /\\\ /g' | sed...
Showing results 1 to 5 of 5

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