Answer Posted / d.veera
gpasswd -g username groupname
or
usermod -G groupname username
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
What is p in mkdir?
Which command is used to compare the files?
How will you suspend a running process and put it in the background?
Explain getopts command of linux?
What is netstat command in linux?
What happens to hard link when file is deleted?
What the command used for search file or files for specific text?
How can we increase disk read performance in single command in Linux?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
What is the command to see on which port which service is running? And what is the difference between /etc/services file and net stat command?
Is makefile a shell script?
How to give acl permission in numerical mode on linux?
What is df command in linux?
How do I run multiple commands in linux?
What does grep command do?