File with no permissions


 
Thread Tools Search this Thread
Operating Systems HP-UX File with no permissions
# 1  
Old 03-04-2009
File with no permissions

All,

I have a very strange situation here. I have a server with 2 filesystems for 2 different users.

The filesystem my user id is part of is copying a file with permissions 666 to the other filesystem - the files copied are owned by my userid.

Sometimes, the file will be copied and when checked in the receiving end, the permissions is 000.

I will then have to manually grant the permissions again as the other user id does not have the priviledge.

How can this happen? Any advise on how to script a solution to this?

Would appreciate any input/thoughts....I am really dumbfounded..Smilie
# 2  
Old 03-04-2009
It does sound strange. Can you give us more specifics of your :
  • your OS
  • how you were doing the copying (exact command)
  • the underlying filesystems
  • a sampling of filenames that exhibit the problem
# 3  
Old 03-04-2009
OS: HPUX 11
Copying was done by mv command
Filesystem 1: myusrid:/vg01/vgroup/folder/file
Filesystem 2: hisusrid:/vg02/vgroup/usr/inbdfile/work

Note: there is a process in the 2nd filesystem that picks up the file in work and places in another /proc folder.

No specific filename is exhibiting this, it happens randomly.

Hope this helps!!!
# 4  
Old 03-04-2009
Where are you seeing 000? Filesystem 2: hisusrid:/vg02/vgroup/usr/inbdfile/work or /proc?
mv preserves permissions - are you sure that the source permissions were 666 for the problem files?
# 5  
Old 03-05-2009
Quote:
The filesystem my user id is part of is copying a file with permissions 666 to the other filesystem - the files copied are owned by my userid.
I believe that answers rikxik's question.

What uid owns the move process? root, I hope?

How about trying to reproduce the problem in controlled circumstances: Create 1000 files and try moving them from one directory to another -- first, on the same filesystem/same user id, then on the same filesystem/different userid, then on different filesystem, etc.

If you need to create 1000 files, do something like:
Code:
let x=0
while [ $x -lt 1000 ]; do
  touch f.$x
  let x=x+1
done

# 6  
Old 03-05-2009
It could be the mv hasnt finished yet...
e.g.:
Code:
ant:/tsmx/storage $ id
uid=6206(jju) gid=20(users)
ant:/tsmx/storage $ cp VBMAX.G0006V00 toto&
[1]     12047
ant:/tsmx/storage $ ll
total 4555104
drwxr-xr-x   3 root       sys           6144 May 20  2008 080520
-rw-rw-r--   1 vbe        bin        2296334520 Jun 26  2008 VBMAX.G0006V00
-rwxrwxrwx   1 vbe        bin        12066955 Nov 13 19:47 c3201231_tsmadminref4aix.pdf
drwxr-xr-x   2 root       root            96 Dec  5  2007 lost+found
drwxrwxrwx   2 vbe        bin             96 Feb  6 17:02 more_storage
drwxrwxrwx   2 vbe        bin           2048 Jun 19  2008 tar_gz_files
----------   1 jju        users      23724032 Mar  5 10:56 toto
drwxr-xr-x   2 vbe        bin             96 Jan  8  2008 vbe

Just thoughts...
Once finished:
Code:
-rw-r--r--   1 jju        users      2296334520 Mar  5 10:57 toto

Look the timestamp of the 2 toto files...
# 7  
Old 03-06-2009
Thanks for your comments. But is it possible the mv did not finish? Hung?

I am using mv -f in the script to copy the file
Then apply a chmod 666 to ensure the permissions

Still some random files are with perm 000....

Possible that another copy process could mess up the perm?...sorry I am really at a wit's end with this.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Changing file permissions of a file created by another user

Hi, I have used expdp for datapump. The .dmp file is created by the "oracle" user. my requirement is to make a zipped file of this .dmp file. What i am trying to do is change the permissions of this .dmp file from 0640 to 0644 and then do a gzip and zip it. Is there any way i can change... (3 Replies)
Discussion started by: qwertyu
3 Replies

2. Shell Programming and Scripting

ksh; Change file permissions, update file, change permissions back?

Hi, I am creating a ksh script to search for a string of text inside files within a directory tree. Some of these file are going to be read/execute only. I know to use chmod to change the permissions of the file, but I want to preserve the original permissions after writing to the file. How can I... (3 Replies)
Discussion started by: right_coaster
3 Replies

3. Filesystems, Disks and Memory

Regarding File permissions

Hi, I have a shellscript.I want to protect the source code. So I gave 711 permission on the file(owner=rwx,group=x,others=x) but still others are not able to execute it. Please help me in protecting the source code.I don't want others to use any cat or vi command on the script but... (1 Reply)
Discussion started by: bishnu.bhatta
1 Replies

4. AIX

File Permissions nobody:nobody

AIX 5.3 environment. On the local system, I am sharing a jfs2 filesystem as an exported filesystem. I have many other AIX 5.3 server mounting to this file system and can create, move, copy, ... data to and from this share. Recently, we've run into a problem. When on another system (okay, all... (5 Replies)
Discussion started by: clking
5 Replies

5. Shell Programming and Scripting

Retain file permissions when saving .sh file from internet [OS X]

Hello. I have written a bash script that I am sharing with an OS X community I am a member of. The purpose of the script is to execute a series of commands for members without them having to get involved with Terminal, as it can be daunting for those with no experience of it at all. I have renamed... (4 Replies)
Discussion started by: baza210
4 Replies

6. Shell Programming and Scripting

file permissions

Hi all, My UNIX box is HP UX - 11.11. I have got a basic doubt. What are the global permissions for a file and directory? I set the mask as 111 in my .profile. When I create a new file, it gets created withe -rw-rw-rw- permissions. A directory is created with drw-rw-rw- permissions. So, i... (7 Replies)
Discussion started by: ranj@chn
7 Replies

7. HP-UX

To give the "unzip" permissions & "create" file permissions

Hi, I am a Unix Admin. I have to give the permissions to a user for creating new file in a directory in HP-Ux 11.11 system since he cannot able to create a new file in the directory. Thanks in advance. Mike (3 Replies)
Discussion started by: Mike1234
3 Replies

8. UNIX for Dummies Questions & Answers

file permissions: l

Hello, what does the l file permission stands for and in which UNIX systems can it be used? (1 Reply)
Discussion started by: Tobe
1 Replies

9. UNIX for Dummies Questions & Answers

File permissions

Is there any way that I can use the ls command to view the permissions that a group has on a file. I know ls -l file1 will list all the permissions for file1. Would I have to use the following command: ls -l file1 Then grep or sed the output to retrieve what permissions the group has. (5 Replies)
Discussion started by: beginner1
5 Replies

10. Shell Programming and Scripting

file permissions

Hi! Is there any shell parameter that I can use in my script to check the file-permissions I have in the currect directory!? The history behind is: My script tries to create some log files in the folder and I want to see whether I have enough permissions to do that. And exit in case I dont... (4 Replies)
Discussion started by: mohanprabu
4 Replies
Login or Register to Ask a Question