answersLogoWhite

0

+ adds a permission, - removes it, so +r and -w

Or by octal values. 4 sets read, 2 sets write, 1 sets execute . They are additive, each of the 3 digits referring respectively to the user, his group, and everyone.

So 400 means the user can only read the file, no one else can do anything

777 means anyone can do anything to it

744 means the user can do anything, all others can only read it

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What reflects an accurate argument in favor of a command economy?

Which statement reflects an accurate argument in favor of a command economy


Command line argument?

Command line argument is a value that is passed to a program whenever the program is executed. It is used to avoid hard coding.


What argument is most accepted by command economies?

Fair


What command would you issue from a command prompt to see a listing of the computers in your workgroup?

"net view" is the command and argument, with "net" being the command and "view" being the argument to view computers within your network, domain, or workgroup. As always, type it without the quotations.


What specifies the parameters that tailor a command to your particular needs?

The parameters that tailor a command to your specific needs are called options or arguments. These options modify the behavior of a command, allowing you to customize its functionality according to your requirements. By specifying the appropriate options when executing a command, you can achieve the desired result more effectively.


What to do when you have a bad argument?

I want to answer the question of linux command , what is the meaning of the tip " bad argument "peg" " in linux system ?


What Linux command sets a files permission?

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


What is the length command line argument in character?

Use the function strlen(string);


Where do you find the netsh command menu on windows 2008 server?

'netsh' is a CLI command. It doesn't really have a 'menu'. You can have it list its options by using the /? argument to the command, such as 'netsh /?'


How you can got the first character of an argument in command line argument in java?

in your code u always write public static void main(String args[]) { //here array args will hold the command line arguments. Indexing from zero for //first argument //with substring(args[0],1) u can get 1st char of first argument. }


The most accepted argument in favor of market economies is their efficiency The argument most accepted in favor of command economies is the belief that they are?

More Traditional


Instruction that causes a program to perform a specific action?

Command