Search Results

Search: Posts Made By: holocene
4,506
Posted By dr.house
Depending on the environment you're building,...
Depending on the environment you're building, resetting those user's umask (http://www.cyberciti.biz/tips/understanding-linux-unix-umask-value-usage.html) might prove helpful (or disastrous, as this...
4,506
Posted By redhead
They only hold read permission for the group,...
They only hold read permission for the group, it's only the ovner who has write permission, which is required in order to delete a file.

Either the user needs to additionaly set group +w, or you...
3,470
Posted By amitranjansahu
for myuser in `cat /etc/passwd | cut -d ':'...
for myuser in `cat /etc/passwd | cut -d ':' -f1`;
do
some work on the user in $myuser
done
Showing results 1 to 3 of 3

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