10 More Discussions You Might Find Interesting
1. Cybersecurity
What i did:
- logged in with acc1 and created a new user acc2
commands used: useradd and passwd.
- Then i logged in acc2. but all the files are owned by acc1.
Issue: I try to change the owner of the files using chown command . But it gives me a error message.
All i want to do is... (13 Replies)
Discussion started by: TotallyConfused
13 Replies
2. Shell Programming and Scripting
How to change the owner ship of the soft link
lrwxrwxrwx 1 root root 4 Jun 29 16:27 soft_test -> test
I need to change the above owner ship to httpd:httpd
Whats the shell command i need to use for it :) (2 Replies)
Discussion started by: kalpeer
2 Replies
3. Shell Programming and Scripting
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. Solaris
Hi all,
i've an Solaris 10 installation. The owner and permissions for /tmp is:
# ls -l /tmp
# rwxr-xr-x root root /tmp
They should be (i've looked at a clean installation):
# rwxrwxrwt root sys /tmp
I've tried to change the permissons after booting from cd and mounting the root... (10 Replies)
Discussion started by: DukeNuke2
10 Replies
5. Shell Programming and Scripting
i want to find what are the files having owner as 'palani' my entire filesystem ( sub directories )
and needs to change the owner ( chown ) to 'raju'.
Can anyone help on this to write a shell script.
Thanks in advance. (3 Replies)
Discussion started by: senthil_is
3 Replies
6. UNIX for Dummies Questions & Answers
sm860 IS the owner of the files below,but yet sm860 cannot change the ownership to bpt3a1.Please let me know why ?
See below for details
---
sm860@unixs741_DEV:/usr/gdp/home/ftp/bpt3a1/incoming/ahdb/T5/pcasav/daily $ ls -l pcasav*
-rw-r--r-- 1 sm860 gdpintegrators 821 Sep 21 16:15... (8 Replies)
Discussion started by: MSHETTY
8 Replies
7. UNIX for Dummies Questions & Answers
im running into changing the ownership of a file. I am trying to change the ownership to "system", but it doesn't want to work. I
sudo chown system /preferences.plist
Password:
chown: system: Invalid argument
is there a way to read the ownership of a file, something like
read chown... (3 Replies)
Discussion started by: CBarraford
3 Replies
8. UNIX for Dummies Questions & Answers
How to change the owner of the file?
Can I change the owner of file/ files?
I am user and not admin.(not logged as root) (1 Reply)
Discussion started by: redlotus72
1 Replies
9. UNIX for Dummies Questions & Answers
How to change the owner of group?
-rw-r--r-- 1 lead lead
Now I need to change LEAD to SUBLEAD.. how do I do this.
I am using this command.
$chown -R sublead test.lck
I get this message
chown: test.lck: Not owner
I am logged in a LEAD..
All your help in regards are greatly... (16 Replies)
Discussion started by: venkyA
16 Replies
10. UNIX for Dummies Questions & Answers
Hi,
I don't know how the owner & group of a login file in redhat linux 7.2 changed to bache like,
-rwxr-xr-x 1 bache bache 17740 Jun 20 02:05 login
I am trying to change the owner and group to root by using
#chown root login
#chgrp root login
But i am getting the error ... (7 Replies)
Discussion started by: bache_gowda
7 Replies
chown(1B) SunOS/BSD Compatibility Package Commands chown(1B)
NAME
chown - change owner
SYNOPSIS
/usr/ucb/chown [-fR] owner[.group] filename...
DESCRIPTION
chown changes the owner of the filenames to owner. The owner can be either a decimal user ID (UID) or a login name found in the password
file. An optional group can also be specified. The group can be either a decimal group ID (GID) or a group name found in the GID file.
In the default case, only the super-user of the machine where the file is physically located can change the owner. The system configura-
tion option {_POSIX_CHOWN_RESTRICTED} and the privileges PRIV_FILE_CHOWN and PRIV_FILE_CHOWN_SELF also affect who can change the ownership
of a file. See chown(2) and privileges(5).
OPTIONS
The following options are supported:
-f Do not report errors.
-R Recursively descend into directories setting the ownership of all files in each directory encountered. When symbolic links are
encountered, their ownership is changed, but they are not traversed.
USAGE
See largefile(5) for the description of the behavior of chown when encountering files greater than or equal to 2 Gbyte ( 2**31 bytes).
FILES
/etc/passwd Password file
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWscpu |
+-----------------------------+-----------------------------+
SEE ALSO
chgrp(1), chown(2), group(4), passwd(4), attributes(5), largefile(5), privileges(5)
SunOS 5.10 21 Jun 2004 chown(1B)