answersLogoWhite

0

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

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What do you mean by date command in Linux?

Exactly what the name says: It displays and sets the date on a Linux system.


What sfc command sets the system to scan system files at the next boot?

/scanonce


What SFC command sets the system to scan files at the next reboot?

sfc/scanonce


What sfc command sets the system to scan system files at every boot?

sfc/scanboot


What are the two command files are used by DOS to configure the computer?

AUTOEXE.BAT and CONFIG.SYS. The two files that are used by DOS to configure a computer are AUTOEXE.BAT and CONFIG.SYS. In general, the CONFIG.SYS file sets up the operating system environment, and the AUTOEXE.BAT file sets up the user environment


What sfc command sets the system to scan system files at every reboot?

sfc/scanboot the above is only if you want it to scan every time the computer reboots. if you want it to only scan the next time you boot the command is sfc/scanonce


When using the chmod command for a specific file the what argument would add read permisission and remove write permission for the group permission?

+ 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


What sfc command sets the system to scan system files at the next reboot?

To use System File Checker, you can type sfc.exe or sfc in a command prompt window or in the run dialog box. To scan the system at the next reboot, you would use the /scanonce switch (sfc/scanonce).


What permissions does Linux have on files and directories?

Each file and directory can be marked read-only, writable, and executable. Each file / directory will contain three sets of permissions that can be marked as such, namely the owner, other users in the owners group, and users not in the group.


Basic DOS commands?

ATTRIB ....... Displays or changes file attributes. CD ........... Displays the name of or changes the current directory. CLS .......... Clears the screen. COPY ......... Copies one or more files to another location. DATE ......... Displays or sets the date. DEL .......... Deletes one or more files. DIR .......... Displays a list of files and subdirectories in a directory. DISKCOMP ..... Compares the contents of two floppy disks. DISKCOPY ..... Copies the contents of one floppy disk to another. EXIT ......... Quits the CMD.EXE program (command interpreter). FIND ......... Searches for a text string in a file or files. FINDSTR ...... Searches for strings in files. HELP ......... Provides Help information for Windows commands. MD ........... Creates a directory. MKDIR ........ Creates a directory. MORE ......... Displays output one screen at a time. MOVE ......... Moves one or more files from one directory to another directory. PATH ......... Displays or sets a search path for executable files. PRINT ........ Prints a text file. PROMPT ....... Changes the Windows command prompt. RD ........... Removes a directory. REN .......... Renames a file or files. RENAME ....... Renames a file or files. REPLACE ...... Replaces files. RMDIR ........ Removes a directory. SET .......... Displays, sets, or removes Windows environment variables. TIME ......... Displays or sets the system time. TREE ......... Graphically displays the directory structure of a drive or path. TYPE ......... Displays the contents of a text file. XCOPY ........ Copies files and directory trees. To see the full list use the "HELP" command at the DOS prompt.


In Linux what does 'iwconfig eth0 key 5c00951b22' do?

It sets the WEP key that will be used by that interface. Answer: Network + Guide to Networking Fifth Edition, Chapter 8. On your Linux workstation, you open a terminal window and type at the command prompt iwconfig eth0 key 5c00951b22. What have you done? C. Established the credentials the wireless interface will use to communicate securely with the access point.


What are some commands that are used in the command prompt?

Enter 'HELP' at the command prompt for a complete list. Enter 'HELP command' or 'command /?' to display help information on that command. E.g., 'HELP ATTRIB' or 'ATTRIB /?' to display help on the ATTRIB command.