Sponsored Content
Operating Systems AIX Files without owner and group Post 302915860 by manjusharma128 on Friday 5th of September 2014 06:57:23 AM
Old 09-05-2014
Hi Cobra, Gull and All,

I faced the same issue on my server long back ago.

I'll just explain it with example:

->There is one file system that coming from Window server and mounted on your Unix server:

test01:/mountpt 2657.59 2415.88 241.71 91% /apps/mountptdr

->Where test01:/mountpt is the share path that is coming from window server and /apps/mountptdr is the directory that on you AIX server.

->Now if you try to go inside the path /apps/mountptdr and try to compress all files & dir under this path. All files and dir ower and group will change.

->The reason behind it the actuall path is coming from window server.

->If you will go to test01 server and /mountpt share path there you can see the same files & dor that was under path /apps/mountptdr on AIX.

->AIX are not the acutal ower & grp for compressing or tar file & dir.

->If you want to compress files without changeing its ower and group. Change from Window server side.

->I am sure whther we can change back the ower and group from AIX to previous ower and group.

->In your case, please first check the rqw mount point from where it is coming. Then try to login indie that server and try to compress the files and dir from there.

->I think this information will be sufficient for you to resolve your issue.Smilie

Thnaks & Regards
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

owner and group in Linux

I am bit unclear of how Linux was set in the real world, please advise me how it's supposed to be. When I log in as root and do a ls -l, I find: /boot, /, /var, /usr, /tmp, /home, /u01, /u02, /u03 and of of this partition is owned by root and the group also belong to root. Is that the way it's... (1 Reply)
Discussion started by: lapnguyen
1 Replies

2. Shell Programming and Scripting

permission, owner and group

hello I search a script (ksh for Aix 5.3) to save all permissions, groups and owner for all files. Because we work much to change it, and a mystake ......! So i want execute this script to save/ execute permissions for all files. If you have this script, thank you for your help ;) best... (2 Replies)
Discussion started by: pascalbout
2 Replies

3. Shell Programming and Scripting

automatically change owner and group

We have a program that when a new account is created using the webpage it creates a new directory on the linux filesystem for the account. The problem is the process that creates the directory is as root user, as I want ftpuser to be able to login I have to manually login and chown -R the... (1 Reply)
Discussion started by: borderblaster
1 Replies

4. UNIX for Advanced & Expert Users

How UNIX admin set up this? how files of 744 of other owner can be removed by another owner?

Hi all, We have some files are under 744 permissions and the the owner is say owner1 and group1. Now we have another user owner2 of group2, owner2 can remove files of the owner1 and the permission of those files are 744, unix admin told us he did some config at his side so we can do that. ... (14 Replies)
Discussion started by: TheGunMan
14 Replies

5. UNIX for Dummies Questions & Answers

Group files by owner and show directory

Hello, i would like to find huge files and group them by owners. To find big files i use this command: ls -lR | sort -bnr +4 | head -n 75 which give me 75 biggest files, then i need to see in which subdirectory is every file. second thing i dont know is how to group those files by owner, could... (6 Replies)
Discussion started by: dealer1985
6 Replies

6. UNIX for Dummies Questions & Answers

Setting group and owner with mkdir?

Hi, As root, I want to create a directory and set the group and ownership permissions at the same time with one command, instead of making the directory, then going back and doing a chown and chgrp. I don't see an option for this in the mkdir man page. Would I pipe chown and chgrp with my... (1 Reply)
Discussion started by: moose123
1 Replies

7. UNIX for Dummies Questions & Answers

Finding the Group Owner Name

Hi all, How can i find the group owner name...??? Thanks (4 Replies)
Discussion started by: mansahr143
4 Replies

8. Emergency UNIX and Linux Support

To identify the group owner

If I have to identify the group owner of an AIX group, what is the command to be used. Example: there is an mqadm group, how do I find the owner of this group? Please help. (6 Replies)
Discussion started by: ggayathri
6 Replies

9. Shell Programming and Scripting

Search for files owned by particular owner and group

I am searchingfor files owned by particular owner and group in a particular directory including its sub-directories. I use find <dir> -user <user> -group <group> -exec ls -l {} \; It does not work completely. In the sense is a subdirectory is owned by 'user' and group 'group' then all... (9 Replies)
Discussion started by: Soham
9 Replies

10. Shell Programming and Scripting

List files whose owner or group is numeric

I want to add a condition is my find command to include files/sub-directory whose owner or group is all numeric number. My current find command is find . \( -user root -o -user soham\) -type f -exec ls -l {} \; 2>&1 ---------- Post updated at 10:20 AM ---------- Previous update was at... (5 Replies)
Discussion started by: Soham
5 Replies
zeya(1) 																   zeya(1)

NAME
zeya - a web music server SYNOPSIS
zeya [-h | --help] [--backend=backend] [--path=path] [-b | --bitrate=bitrate] [-p | --port=port] [--basic_auth_file=file] DESCRIPTION
Zeya is a streaming music server that brings your music to any computer with a web browser. It reads your music library, lets you browse your files, and streams them on demand. The client runs entirely in the browser using the HTML5 draft standard technologies (no plugins or external players are needed). OPTIONS
-h, --help Display help. --backend Specify the backend to use. dir Read a directory's contents recursively (default). See --path. rhythmbox Read from current user's Rhythmbox library. playlist Read from the playlist (.m3u or .pls file) specified by --path. --path When used with --backend=dir, the directory in which to look for music (default: ./). When used with --backend=playlist, the abso- lute path of the playlist file to be read. -b, --bitrate Specify the bitrate for output streams, in kbps. (default: 64) -p, --port Listen for requests on the specified port. (default: 8080) --basic_auth_file Require basic HTTP authentication and only allow users named in the specified file. The file should be in htpasswd format. COPYRIGHT
Zeya was written by Phil Sung and Samson Yeung and is licensed under the terms of the GNU Affero GPL license, version 3 or later. SEE ALSO
/usr/share/doc/zeya/README /usr/share/doc/zeya/TODO 2009-10-19 zeya(1)
All times are GMT -4. The time now is 11:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy