![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to move file pointer to a particular line in c | user_prady | High Level Programming | 7 | 03-26-2008 09:32 PM |
| Multiple stage file move? | ccvortex | UNIX for Dummies Questions & Answers | 2 | 02-21-2008 04:02 PM |
| ftp: get list of file to get. Retrieve and move them | bbabr | Shell Programming and Scripting | 9 | 12-17-2007 10:02 AM |
| move file | ust | Shell Programming and Scripting | 1 | 08-04-2005 12:01 AM |
| move from one IP to another >ystrdays file | maverick | Shell Programming and Scripting | 14 | 11-12-2003 03:44 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
my home directory is mounted on an nfs
across the network. I am able to access my home directory, create files, remove files and write to a file in my home directory but when i tried to move any files from my home directory to another directory on my workstation i get an error "Permission Denied" can you help |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
You might need to use rcp.
There is a recent thread that was talking about this. Do a search for rcp in the last few days. Also, I think the permissions on your parent directory will have something to do with this. Do a man on rcp as well. It might be what you are looking for. Also, if you are a user on the NFS filesystem and you are ROOT on your workstation. It will deny you because your workstation has higher rights than your user ID does.
__________________
My brain is your brain |
||||
| Google The UNIX and Linux Forums |