Results 1 to 3 of 3
is there anyother way of creating an user without the support of graphical or command base.pls tell me the answer.one more question is what is the syntax to assign using ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-22-2010 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 4
regarding user management
is there anyother way of creating an user without the support of graphical or command base.pls tell me the answer.one more question is what is the syntax to assign using chmod to a directory consisting of n number of files at atime in one single syntax suppose i want to assign 775 to all the files using one command
- 09-22-2010 #2Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 2,514
Don't understand your first question.
To change permissions to all files in /home/rajaneesh/junk/ you could use the command:
chmod -R 775 /home/rajaneesh/junk/*
- 09-23-2010 #3Just Joined!
- Join Date
- Sep 2010
- Posts
- 4
regarding user management
my ques is can i create a user in linux without using graphical or user management commands


Reply With Quote
