answersLogoWhite

0

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

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What Linux command sets a files permission?

In Linux the chmod command is used to set file permissions.


How do you change the permission modes of a file and directory in Linux?

use the chmod command syntax: chmod #### -option1 -option2 filename man chmod (for more information)


What command is used to assign executable permission to all for the filetxt in Linux?

the command to make anything executable is chmod +x <file>


How do you change the executable bit in Linux for a .exe file?

chmod +x is the command to set the executable flag in Linux but, Linux does not use exe files.


What does the k command do in Linux?

k is not a standard command in Linux.


What is the command to create a user in Linux?

su command is used to change the user.


How do you change path in Linux?

You change the current working path directory in Linux by issuing the cd command, followed by the directory you want to change to. For example:cd /dev/inputwould take me to the that directory.


Linux command will allow you to change file permissions?

The chmod command. For it's usage, consult it's manual page with the... $ man chmod command....


What is the command to turn on Linux?

There is no such command. Obviously, in order to enter a command into the prompt, Linux must already be on.


How do you change from text mode to graphics in Linux?

Type below mention command startx


How do you change groups in Linux?

chgrp command. In terminal type 'man chgrp' for instructions


Which Linux command is equivalent to Windows' MD command?

In a Linux terminal, the command to create a new directory is: mkdir .