What are the default drives for Windows systems?
What are the default directories for Windows PCs?
What is the current directory (definition)?
Answer 1) Default drive is the C drive in windows . On computers running Windows or MS-DOS, the hard drive is labeled with the driver letter C, because it is the first available drive letter for hard drives. The computer assigns the A: and B: drives to floppy disks, and removable media such as tape drives. As you install other drives, create new partitions, they will be assigned to other drive letters after C, such as D, E, F, G, etc. For example, most computers today come with a hard drive and a disc drive, such as a CD-ROM, CD-R, or DVD drive. With this common configuration, the C: drive would be assigned to the hard drive and the D: drive would be assigned to the CD or DVD drive. Even if a floppy drive is not installed in the computer, because A: and B: drive letters are reserved for floppy drives, the C: drive will still be assigned to the hard drive.
Answer 2)
System32 - Nearly everything in the C:\Windows folder could fall under this list, but the System32folder deserves special attention. It holds hundreds of DLL files that are essential to your computer running properly.
Page File - Located at C:\pagefile.sys (Note that you won’t see this file unless you go to File Explorer Options > View and uncheck Hide protected operating system files. We don’t recommend doing this, though.)
System Volume Information - Located at C:\System Volume Information (It’s hidden if Hide protected operating system files is checked.)
WinSxS -
Located at C:\Windows\WinSxS
WinSxS stands for Windows Side By Side and was created in response to an issue that made working with Windows 9x versions a pain. The colloquial term “DLL Hell” describes the problems that arise when dynamic link library (DLL) files conflict, duplicate, or break.
Answer 3) Alternatively referred to as the working directory or current working directory (CWD), the current directory is the directoryor folder in which you are currently working. The following sections contain some common use examples involving the current working directory
What are the default drives for Windows systems? What are the default directories for Windows PCs? What is the current d...
What are the default drives for Windows systems? What are the default directories for Windows PCs? What is the current directory (definition)?
1. the commands you used to create the directories and files in Linux and Windows; 2. the commands you used to determine default permissions in Linux and Windows; 3. the commands you used to change permissions on your files in Linux and Windows; 4. a paragraph about how directories and file permissions work and what was the same or different between Windows and Linux.
Displays the names of the non-hidden files and directories in the current directory, or another directory, along with creation time, and size of file. In case of subdirectories, it displays the word <DIR> instead of file size. At the end, the command should display the total number of files in the directory, the total file size, and the number of sub-directories. Examples: LodgherDir (displays info of all files and directories in current directory) LodgherDir c:\LFromDir (displays info of all files...
How do Windows and Linux make disk drives visible in their directory hierarchies differently?
You are working on a customer’s Windows 7 computer and are looking for the default location of ProgramData that contains subdirectories for each program installed on the computer. Where can you find ProgramData in Windows 7? A. In the C:\Windows directory. B. In the root folder of the boot partition. C. In C:\Program Files. D. ProgramData isn’t a separate folder or file type, and each program file in Program Files contains its own information and settings.
a) How would you use the ls command to display all of the files/directories in the directory ‘/sbin’ that start with ‘bl’? b) How would you use the ls command to display all of the files/directories in your current directory that contain the word ‘grade’ somewhere in the name and end with ‘.pdf’? c) How would you use the ls command to display all of the files/directories in your current directory that are any two characters followed by the file...
Unix/Linux 1 (a)What should my umask be so new directories default to "drwx—x—x"? (b)What will files default to with the umask from the previous question?
3. File and Directories Files and directories provide a basic abstraction of persistent data to users. Here we explore (ab systems work, focusing on links. Sometimes links lead to pretty odd performance problems. (a) Assume we have a regular file that is referred to by the pathname /a/b/c/orig.txt-how many directories wil we access when opening this file? (b) Now assume we create a hard link to this file, as follows: 1n /a/b/c/orig.txt /hard.txt. How directories will we access when opening...
Starting from the Linux default permission for file and directories, what umask would you use to ensure that for all new files, the owner would have read and execute; members of the group would have read, write and execute; and others would have execute?
You are working with the file directory of a Windows XP computer from the command line, and you use the md command to create a new directory in your My Documents directory. What command switch can you issue to confirm that the new directory was created? A. Just use the dir command to view all of the directories and files in the My Documents and look for the name of directory you just created B. dir /new C. dir /bn...