I can't change the permissinos


 
Thread Tools Search this Thread
Top Forums Web Development I can't change the permissinos
# 1  
Old 09-09-2009
I can't change the permissinos

hi,

I have a root account on my ftp server and I can't set the permissions.

How is this possible ?

Quote:
500 'SITE CHMOD u+w file.txt': command not understood
I can't even see them...


thanks
# 2  
Old 09-09-2009
try chmod ..... no "SITE"
# 3  
Old 09-14-2009
could you give me some more information ?

I tried chmod no SITE
but it doesn't work...

what did you mean in your previous message ?

thanks
# 4  
Old 09-15-2009
hi,

I've finally changed the permissions.. can I ask you if the configuration in the accatchment image is a safe configuration ?

People cannot write on my files.. right ?

thanks
I can't change the permissinos-picture-1png
# 5  
Old 09-15-2009
People with group permissions can write on your files. If you want to avoid this possibility change the permissions to 755.
# 6  
Old 09-21-2009
do you mean persons in my same group, right ?

Or all groups in which I am ?
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. SCO

How to change raid controller driver ? (hardware change)

Hello I'm trying to virtualize an instance of Sco Unix 5.0.5 in VirtualBox (called VM-A) , but sco I have problems set to launch with the new raid controller . The physical machine has a raid controller adaptec (alad driver) but VirtualBox uses buslogic (blc driver) What ... (3 Replies)
Discussion started by: flako
3 Replies

2. Shell Programming and Scripting

Change the content of files but not change the date

I have 100 files in a directory , all the files have a word "error" and they are created in different date . Now I would like to change the word from "error" to "warning" , and keep the date of the files ( that means do not change the file creation date after change the word ) , can advise what can... (7 Replies)
Discussion started by: ust3
7 Replies

3. Shell Programming and Scripting

Change the content of files but not change the date

I have 100 files in a directory , all the files have a word "error" and they are created in different date . Now I would like to change the word from "error" to "warning" , and keep the date of the files ( that means do not change the file creation date after change the word ) , can advise what can... (0 Replies)
Discussion started by: ust3
0 Replies

4. 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

5. Homework & Coursework Questions

change

bh,lg.yu.,fgh,ry,.tyl,tyk,ty,ty,ty,. (7 Replies)
Discussion started by: frankycool
7 Replies

6. Shell Programming and Scripting

change wc -l

Hi, I would like realize a script that it can change " wc -l" with "wc -l | sed 's/ //g'", but my problem is that i can have a pipe ,a variable ( many variable different) or a file after wc -l ?how i could test this several case ? wc -l | cut -d' ' -f1` if wc -l ${F} | awk... (1 Reply)
Discussion started by: francis_tom
1 Replies

7. Solaris

Change IP

hello How can i change the ip address on my solaris sun 9 server ? thank you (7 Replies)
Discussion started by: pascalbout
7 Replies
Login or Register to Ask a Question