![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sudo, or not sudo: that is the question | iBot | UNIX and Linux RSS News | 1 | 02-07-2008 01:40 PM |
| Sudo ???? | ShellBoy | UNIX for Advanced & Expert Users | 4 | 07-20-2007 01:14 PM |
| using sudo in HP-UX | yoavbe | Shell Programming and Scripting | 1 | 07-17-2006 07:54 AM |
| Help with Sudo | geomonap | UNIX for Advanced & Expert Users | 1 | 03-29-2006 03:50 PM |
| Sudo | reddyb | UNIX for Dummies Questions & Answers | 1 | 08-23-2001 04:15 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
scp and sudo?
I'm using AIX and I have the following issue:
I need to copy configuration files from one server to another but I don't have root rights. All I can do is use sudo to change to the application owner. Permissions are such that I can't copy these files from my home, not even via /tmp to the application mount point. I get the message that the file system is read only. I was thinking, can I use scp and invoke sudo in some way so I can copy these files as the application owner rather then with my own account? Or any other ideas? |
|
|||||
|
It will also depend on how the filesystem to which you are trying to copy the files is mounted. It could be mounted locally as read-only, or NFS mouted as readonly in which case there is little chance you will be able to achieve what you are trying to do without assistance from your sysadmin.
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|