answersLogoWhite

0


Best Answer

This is dependent on what kind of "permissions" you mean.

Changing ownership of a file is through chown.

Changing how people can access a file is through chmod.

Changing what groups the user is in is usually through gpasswd.

If you mean "make a user an administrator" then they'll either need to be included in the sudoers file (USE VISUDO.) or, if sudo is not installed, the user will need to know root's password, which is DANGEROUS, to use su or login as root.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Change user permission on a command line?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What command line utility is used create change passwords for Samba user accounts?

smbpasswd


What command line utility is used to create change passwords for Samba user accounts?

Use smbpasswd


What does the letters su stand for in a command?

switch user = su $ su above command will change the user to root $su johndoe above command will change the user to johndoe


Does UNIX have alternatives to the command line user interface?

Yes, Unix has several variants of Graphical User Interfaces that may be used instead of the command line if the user wishes it.


What is the command to create a user in Linux?

su command is used to change the user.


Which command would a user type on the command line to find out what directory in the directory tree he is currently in?

PWD


What is a command line interface and graphical user interface?

Xyte/185.1838xyte


How do you delete user account password in the cmd?

You can not do it in a windows command line.


Command to put the server into installl mode?

Go to command promtType change user /instal


How do you change Win2003 Active Directory user name alias?

type dsa.msc on run command , open the user profile and change the alias for user name


In order to change the permission level of a user you must open the Assessment Tool in Master Database Mode and?

navigate to the User tab, select the user you want to change permissions for, and then adjust their permission level using the drop-down menu/options provided.


What command change the permission r rx x of file shokeenda in Linux?

chmod but only if you are root, or logged in as the user and group shown when you do ls -l shokeenda See man chmod for its usage