Results 1 to 6 of 6
-
24th Dec 2010, 05:42 PM #1OPMember
SSH command to change file ownership
Hello friends,
Can someone help me?
Im having problems in some files at my FTP.
When I access to my FTP I notice that some files have ownership 522 518 and others have ownership 99 99.
The correct is 522 518 and I would like to change all files in my uploaded folder to 522 518.
Can someone please tell me what is the SSH command to make that happen?
Thank youDivvy Reviewed by Divvy on . SSH commando to change file ownership Hello friends, Can someone help me? Im having problems in some files at my FTP. When I access to my FTP I notice that some files have ownership 522 518 and others have ownership 99 99. The correct is 522 518 and I would like to change all files in my uploaded folder to 522 518. Can someone please tell me what is the SSH command to make that happen? Thank you :) Rating: 5
-
24th Dec 2010, 05:45 PM #2Member
Change ownership to one file
Code:chown user:group /path/to/file
Code:chown -R user:group /path/to/folder/
-
24th Dec 2010, 05:52 PM #3OPMember
Thank you!
So If my usarname is for example test, the command will be:
Code:chown -R test:group /public_html/uploaded
-
24th Dec 2010, 05:57 PM #4Member
You also need to put in the right group -- if you're running cPanel for example, it's the same as the user. In your case, chown -R 522:518 public_html/uploaded should work
-
24th Dec 2010, 06:00 PM #5OPMember
Fixed! Thank you my friend
-
24th Dec 2010, 06:01 PM #6Member
Glad to help
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Proper file/folder ownership
By Hillside in forum Technical Help Desk SupportReplies: 2Last Post: 12th Apr 2011, 03:42 PM -
What file do I need to edit to change the colour ?
By Dirtyminder in forum phpBBReplies: 1Last Post: 18th Sep 2010, 12:56 PM -
How do I change ownership of files which are into a folder (CHOWN)?
By The Dude in forum Server ManagementReplies: 2Last Post: 10th Nov 2009, 11:43 AM -
Can I change MD5Hash of a file if I use rapidlech
By jamesrocky in forum General DiscussionReplies: 4Last Post: 31st Oct 2009, 11:49 AM -
Change of ownership : skankd.net
By Foxy in forum Webmaster DiscussionReplies: 4Last Post: 14th Jul 2009, 08:28 AM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...