Results 1 to 2 of 2
First and foremost, I hope I'm not violating any rules of the forum. If I am, I apologize and I will make every effort to read the entire guidelines to ...
- 12-27-2006 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 1
Hello ! I'm new and need help!!! ( Help!!!!) General Q&A
First and foremost, I hope I'm not violating any rules of the forum. If I am, I apologize and I will make every effort to read the entire guidelines to the forum before breaking any future rules of etiquette.
Secondy. I hope everyone is having a great holiday! Happy Holidays!
Thirdly. I am very new at Linux and have a general question that I am hoping someone will answer.
And Finally the Question.....
How do I change the owner and group ( CHOWN - CHGRP) of a file on the same command line?
TIA.
Bill
- 12-27-2006 #2You weren't really breaking any rules, but it's best to start a new thread for questions in the appropriate section of the forum. The Coffee Lounge is more of a "anything goes" off-topic section, not somewhere you post genuine questions.
Originally Posted by NubieLinux
How do I change the owner and group ( CHOWN - CHGRP) of a file on the same command line?
You can run two commands in sequence by separating them with semicolons, if I'm not mistaken. For instance:
Is that what you're asking?Code:chmod 777 somefile; chgrp users somefile
Registered Linux user #270181
TechieMoe's Tech Rants


Reply With Quote