- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- : file permission set to ----------+
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
09-26-2002 05:09 AM
09-26-2002 05:09 AM
: file permission set to ----------+
But some files are created with this permissions :
----------+ 1 root sys 1818 26 sept 02:27 /mnt/arch/ddz/com/edit/KE1/KE1085.arc
AS Simone Danzo did it,I tried to umount and mount the filesystem. It is alaways the same thing.
Have some one more explanation ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 05:52 AM
09-26-2002 05:52 AM
Re: : file permission set to ----------+
You can see file permission of this type during a copy and not until the copy is finished do the correct permission get placed upon the file.
I would therefore suggest these are created due to a truncated copy/ create command.
Recheck your batch program and test the cat > file routine manually.
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 06:21 AM
09-26-2002 06:21 AM
Re: : file permission set to ----------+
It might also be possible that after the move completed it didn't have sufficient authority to set the permissions, although I think then they will get set based on your umask.
During a cp or when using redirection the permissions get set immediately based on you umask, not at the end.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 06:23 AM
09-26-2002 06:23 AM
Re: : file permission set to ----------+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 06:26 AM
09-26-2002 06:26 AM
Re: : file permission set to ----------+
This can happen when a mv or cp command is in progess and terminates before it finishes.
The permissions are set at the end of the file process, and if it terminates before it finishes then the permissions will not be set.
Sean
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2002 12:31 AM
09-27-2002 12:31 AM
Re: : file permission set to ----------+
I already have this kind of pb.
It was during creation of file on an nfs server.
For big files transfers between host A to B (nfs server), The file was created with this ACL before the end of the transfer. At the end, the transfer was OK. If you cut the transfer (stop nfs server for example). THe ACL stay the same : ---------,
This is not an explanation, but a notification !!!
I don't know why it's like that !!!
I'm not sure (don't remember) but ftp may be did the same !!
regards
Benoit