- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp file permission denied
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2009 07:17 PM
04-01-2009 07:17 PM
ftp file permission denied
I have given rw permision to group but the owner of this file beongs to ora10g.
Why the other user from same group can't overwrite, or delete the file?
Esp using ftp.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2009 08:47 PM
04-01-2009 08:47 PM
Re: ftp file permission denied
ll file
id # of user trying to write
Note: To remove the file, you must have write permission to the directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2009 09:59 PM
04-01-2009 09:59 PM
Re: ftp file permission denied
owner should be oralce
group should be dba
file permission should be 660
thanks and regards
Sajjad Sahri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2009 12:20 AM
04-02-2009 12:20 AM
Re: ftp file permission denied
uid=111(shakirah) gid=106(oinstall)
$ id
uid=108(ora10g) gid=106(oinstall) groups=107(dba),108(oper)
the file permission
-rw-rw-r-- 1 ora10g oinstall 72 Apr 2 16:14 arif.java
When try to oeverwrite the file using shakirah id via ftp error as upload of file arif.java was successfull, but error occured while setting the permission and/or timestamp. If the problem persists, turn on 'ignore permission errors' option.
When try to delete the file using shakirah's id
error deleting file arif.java.
pls advice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2009 01:33 AM
04-02-2009 01:33 AM
Re: ftp file permission denied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2009 01:43 AM
04-02-2009 01:43 AM
Re: ftp file permission denied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2009 01:47 AM
04-02-2009 01:47 AM
Re: ftp file permission denied
what about the /etc/ftpd/ftpaccess file.
I beleive these u didn't configure this file
can u check it please
Sajjad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2009 01:54 AM
04-02-2009 01:54 AM
Re: ftp file permission denied
cd etc
# cd ftpd
# ll
total 0
dr-xr-xr-x 2 bin bin 96 Sep 9 2004 ftp-exec
dr-xr--r-- 2 bin bin 96 Sep 9 2004 pids
# pwd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2009 01:56 AM
04-02-2009 01:56 AM
Re: ftp file permission denied
are writing to. If you are writing to a directorythat belongs to another user group, I would go in and add root as a
secondary group member by the following selections within sam
account -- user (whoever truly owns that directory) --- modify
secondary group member to add root
thanks and regards
Sajjad Sahir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2009 02:19 AM
04-02-2009 02:19 AM
Re: ftp file permission denied
which is rwxrwxr-x
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2009 02:22 AM
04-02-2009 02:22 AM
Re: ftp file permission denied
uid=111(shakirah) gid=106(oinstall)
$ id
uid=108(ora10g) gid=106(oinstall) groups=107(dba),108(oper)
Then I realise the owner which is ora10g is in group dba but the user shakirah not in that group.
So I can add the user in group dba for HPUX 11.23 but mot at HPUX 11.31 (this is another issue and I have read the info at this link
http://www11.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c01324959-4
but yet to install the patch.
For hpux 11.23 which I manage to add user in the same group.
I get warning issue when performing replacement via ftp.
the uplaod is successfull but error occured while setting permission and/or timestamp. if the prob persists turn on ignore 'permission error' option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2009 02:23 AM
04-02-2009 02:23 AM
Re: ftp file permission denied
Since you don't own the file, you can't change either of them. If you have write permission to the directory, you can remove the file and create another.
>Sajjad: I would go in and add root as a
secondary group member
Why are we talking about root? The user was shakirah.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2009 02:28 AM
04-02-2009 02:28 AM
Re: ftp file permission denied
'Why are we talking about root? The user was shakirah.'
I am confuse first and that is why need to explain further.
Anyway thanks all for the feedback...
BTW I have added Write permission to the directory. Again the overwrite get same error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2009 02:55 AM
04-02-2009 02:55 AM
Re: ftp file permission denied
You may have to remove the file first (using delete) before doing the put.