![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Permission 711---RWX---X---X | bobo | UNIX for Dummies Questions & Answers | 6 | 03-29-2006 08:50 AM |
| permission | dozy | UNIX for Dummies Questions & Answers | 1 | 12-28-2004 08:00 AM |
| permission access | Combat Form | UNIX for Dummies Questions & Answers | 2 | 05-04-2004 02:40 PM |
| Ftp permission 644 | cagnod | UNIX for Advanced & Expert Users | 4 | 04-10-2002 03:42 PM |
| Need help to access/mount so to access folder/files on a Remote System using Linux OS | S.Vishwanath | UNIX for Dummies Questions & Answers | 2 | 07-30-2001 05:17 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
access permission
hi,
I have an account (i.e. abc) which is set up to sftp files from server A to server B; on server B, I have an account (i.e. def) which I use to perform various operation which include invoke certain scripts to execute my java programs. These programs use the files received from server A, but the owner of these files are "abc", hence, I have no access right to read/execute these files. Can anyone tell me how I can solve this problem? Thanks in advance! |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
create a group
Create a common group for both of them and add the users who need to access the file to the group. Give required permissions to the group. I am no admin but this is what i feel.
|
|
#3
|
|||
|
|||
|
I am sorry to say that I have no control over this, I am fixed with these two accounts and they belong to different groups, I just need to find a way to get around this!
also, I don't know if this is relevant, I am using AIX...and I need those sftp files (by account "abc") to be read/execute by any other users (different groups) |
|||
| Google The UNIX and Linux Forums |