answersLogoWhite

0


Best Answer

Dos commands are used to create or delete directories. The ATTRIB Command is used for locking and unlocking of files.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Unlock files in directory using dos commands?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are directories and how do they work when you use them to obtain information?

Directories are folders that store files and other directories. When you use directories to obtain information, you navigate through them by using commands like "cd" (change directory) to move to different directories. You can list files in a directory using commands like "ls" (list) to view the contents.


Write a shell script to create two directories and store five files in one directory using the related commands and to transfer all the Files to another directory?

#!/bin/sh mkdir homework lazyass for i in $(seq 5); do touch homework/file-$i; done mv homework/* lazyass


How do you delete all files using Linux?

rm -rf <path to directory>


How do you list all files from directory in PHP4?

Here is a small script that will get the files from the $folder variable using a dir function.


How do you create a new directory using DOS?

You can create a new directory by using "MD" or "MKDIR" commands.. Use as follows: C:\> MD <directoryname> and press enter.. or C:\> mkdir <directoryname> For example: MD documents or mkdir documents..


In unix how will you find extension of file using commands?

Unix files do not rely on extensions, therefore there is no command to find them.


Can you use console commands on PC for fallout new Vegas?

Keep in mind that using console commands disables the ability to unlock achievements via Steam. This can be avoided by entering the console commands you that you want, saving and then exiting the game completely . Once you reload your save you are good to go and can unlock achievements.


How do you compare two HTML files using dos commands?

Go to the command prompt and type COMP and press return. You will be asked in turn for the files you want to compare.


What are hidden files and how can they is displayed in UNIX?

A hidden file is any file or directory that starts with the character '.' (period). It is designed to eliminate common files from showing with the 'ls' command. Using the -a option for 'ls' will show all files.


What is oracle software structures?

when we install d oracle software, on oracle directory structure is created to store the executables , shared libraries , configuration files , trace files , and so on both server and client software is stored in the same directory. Oracle is installed on the server using on operating system account created specially for the task oracle has a directory structure.


Which are the most basic FTP commands?

FTP or File Transfer Protocols allow the transfer of files from a host machine to another machine over a network e.g. the internet. The user logs on to the remote site using a user name and password. Basic commands include "cd pathname" to change directories to that specified by the pathname. "Dir" is the directory that lists the files on the remote machine. "Get" locates the file to be transferred. "Put" transfers the file. "Help" explains an individual selected command, and "quit" closes the remote session and terminates the FTP.


How do you copy all files in a directory without copying sub directories using FTP?

All files in a directly can be copied without copying the sub directories using FTP by first highlighting them. This allows a user to specifically select only the files they want to transfer. If you are doing this via the command line interface using the mget command with a mask (such as *) will transfer all files except subdirectories.