Pls help. can't do chown ????


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Pls help. can't do chown ????
# 1  
Old 03-21-2014
Pls help. can't do chown ????

I am trying to change the directory to owner of Sybase. But I get permission denied. I did login as root.

Code:
 
newd1> ls -l
total 58
drwxr-xr-x   2 prod     develop        5 Oct 17 06:51 bin
drwxr-xr-x   2 prod     develop        7 Oct 17 07:18 etc
dr-xr-xr-x   1 root     root           1 Jan 19 22:02 lib
drwxr-xr-x   2 prod     develop      708 Dec 11 03:24 log
dr-xr-xr-x   2 root     root           2 Nov 12  2010 src
dr-xr-xr-x   1 root     root           1 Jan 19 22:02 sybase

newd1> chown sybase sybase
chown: sybase: Permission denied
newd1> id
uid=0(root) gid=0(root) groups=0(root),1(other),2(bin),3(sys),4(adm),5(uucp),6(mail),7(tty),8(lp),9(nuucp),12(daemon)

newd1> df -h /ilx
Filesystem             sizerp   used  avail capacity  Mounted on
rpool/ilx              134G   938M    90G     2%    /ilx

 
rpool is at ZFS. 
 
newd1> zpool status
  pool: pool5
 state: ONLINE
 scrub: none requested
config:
        NAME                                     STATE     READ WRITE CKSUM
        pool5                                    ONLINE       0     0     0
          c5t600A0B800021A5B40000298B46A8DC30d0  ONLINE       0     0     0
errors: No known data errors
  pool: rpool
 state: ONLINE
 scrub: none requested
config:
        NAME          STATE     READ WRITE CKSUM
        rpool         ONLINE       0     0     0
          mirror-0    ONLINE       0     0     0
            c1t0d0s0  ONLINE       0     0     0
            c1t1d0s0  ONLINE       0     0     0
errors: No known data errors

# 2  
Old 03-21-2014
I would like to see a df ( complete ) of the system, what you show us doesnt help know where you are and on what you are trying a chown... but the only probant case I see root not being able to anything would be NFS... (So is sybase a NFS mount ? )
# 3  
Old 03-21-2014
Do you have a valid user with username "sybase"?

Please post your /etc/passwd file if not sure.

Moderator's Comments:
Mod Comment Note: You don't need "???" questions marks for your question. One "?" is enough.
This User Gave Thanks to Neo For This Post:
# 4  
Old 03-21-2014
Forgotten the user...
# 5  
Old 03-21-2014
Quote:
Originally Posted by vbe
I would like to see a df ( complete ) of the system, what you show us doesnt help know where you are and on what you are trying a chown... but the only probant case I see root not being able to anything would be NFS... (So is sybase a NFS mount ? )
Code:
newd1> df
/                  (rpool/ROOT/solaris10u9):10116867 blocks 10116867 files
/devices           (/devices          ):       0 blocks        0 files
/system/contract   (ctfs              ):       0 blocks 2147483607 files
/proc              (proc              ):       0 blocks    29946 files
/etc/mnttab        (mnttab            ):       0 blocks        0 files
/etc/svc/volatile  (swap              ):35902896 blocks  7151846 files
/system/object     (objfs             ):       0 blocks 2147483437 files
/etc/dfs/sharetab  (sharefs           ):       0 blocks 2147483646 files
/platform/sun4u-us3/lib/libc_psr.so.1(/platform/sun4u-us3/lib/libc_psr/libc_psr_hwcap2.so.1):10116867 blocks 10116867 files
/platform/sun4u-us3/lib/sparcv9/libc_psr.so.1(/platform/sun4u-us3/lib/sparcv9/libc_psr/libc_psr_hwcap2.so.1):10116867 blocks 10116867 files
/dev/fd            (fd                ):       0 blocks        0 files
/tmp               (swap              ):35902896 blocks  7151846 files
/var/run           (swap              ):35902896 blocks  7151846 files
/ilx               (rpool/ilx         ):189689044 blocks 189689044 files
/rpool             (rpool             ):189689044 blocks 189689044 files
/sybdata           (pool5/sybdata     ):455095694 blocks 455095694 files
/usr/sybase        (pool5/sybase      ): 6605930 blocks  6605930 files
/home              (clnt-corp-p0035:/vol/fnr_tdndev_fridge_snap/home):9135153800 blocks 14242703 files

# 6  
Old 03-21-2014
Along with checking if its a nfs mount, i would suggest also to use truss to see if it gives whats happening, getfacl, and make sure file system is not on read only mode and you are able to create new files.
Code:
#truss chown sybase sybase
#getfacl sybase


Last edited by Scott; 03-21-2014 at 01:15 PM.. Reason: Code tags
# 7  
Old 03-21-2014
Please check /etc/passwd file for a valid user "sybase" first.. thanks.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Using chown command.

I am working on a test machine. I just discovered that I have misunderstood the way the following command is run. chown -Rv some_user:users /some_folder/*This command do exactly what I want. Change the owner of every things from the named folder and in all child folders. But of course it leave... (13 Replies)
Discussion started by: jcdole
13 Replies

2. Shell Programming and Scripting

chown of a Directory

Hi All, I need your help in changing the owner of a directory. I have a created a direcotry TEST with user "abc"....for the group "ftp". Now i wnated to change the owner of the directory TEST. i used the below command to do so: chown abc:sftp TEST This is giving me an error... (5 Replies)
Discussion started by: ch33ry
5 Replies

3. Solaris

chown

Hello My oracledatabase creats some xmlfiles. this files has the owner hugo. now I've a script (how runs als hugo2) and this script will insert this XMLFile into the database. But that doesn't work, because the owner of the files is wrong, and hugo has not the rights to insert this files into... (3 Replies)
Discussion started by: Street
3 Replies

4. Shell Programming and Scripting

Chown - error

I have a file fin2009_4.txt.gz in the unix ftp server. Owner of the file is: ftpusr. -rw-r--r-- 1 ftpusr sap 0 Feb 19 10:19 fin2009_4.txt.gz When I try to delete this file after copying to my home folder, I am getting the following error. rm: fin2009_4.txt.gz1: override... (4 Replies)
Discussion started by: sid1982
4 Replies

5. Shell Programming and Scripting

cp, chown, untar

hello i want shell script. i have a source.txt /home/user409/public_html/test/ /home/user09876/public_html/xdsss/ /home/user9765/public_html/320xxx/ . . . maybe 1000 lines i want . 1.read a source.txt 2.untar special.tar.gz into these directory in source.txt 3.i want to... (14 Replies)
Discussion started by: topic32428285
14 Replies

6. UNIX for Dummies Questions & Answers

chown

is there a difference in chown on a file or a directory? how do i chown a directory and all the contents? (2 Replies)
Discussion started by: BG_JrAdmin
2 Replies

7. UNIX for Dummies Questions & Answers

reg chown

hi i wrote a script to run 'C' executable which will create a new file, after that util is completed, i have to change the file ownership to some other user. for that i used "chown" for changing the file permission in Korn script :confused:but it is throwing error is "operation... (2 Replies)
Discussion started by: ilayans
2 Replies

8. UNIX for Dummies Questions & Answers

Chgrp and Chown ???

Hi Can anybody please let me know the usage of Chgrp command with an example??? Thanks (1 Reply)
Discussion started by: skyineyes
1 Replies

9. AIX

chown

hello chown not change ownership before: 205:system ~kuku chown kuku:system ~kuku after no change 205:system ~kuku aix box can someone help me? ariec (2 Replies)
Discussion started by: ariec
2 Replies

10. UNIX for Dummies Questions & Answers

Chown problem

I am trying to change ownership of a file that I own by using the following command: chown norfoklm norfolk norfoklm is the user I am trying to change it to and norfolk is the name of the directory The error I keep getting is: chown: norfolk: Not owner This is on a SUN unix box if... (3 Replies)
Discussion started by: tonydsam
3 Replies
Login or Register to Ask a Question