answersLogoWhite

0

Do the macOS and OpenBSD have the same file system?

User Avatar

Araceli Harris

Lvl 10
4y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Do the macOS and OpenBSD have the same file system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which file system will stores all files at same level?

flat file system


Is an ISO file the same as a bootable CD?

No. An ISO image is a copy of the file system of any disc with an ISO9660 file system. It does not have to be a bootable image.


Transfer of RAW file system to FAT32 file system?

Please answer that problem.............. we loss 4 pendrives with same problem.........


Can you convert your Windows 7 filing system to the Windows XP filing system?

No. They already use the same file system.


How do you remove a file with the name '-something'?

The same way you would remove any other named file. The only problems would arise if it was some how a system file.


What are the difference between Windows 2000 and Windows NT?

Win2K is based on the same file system called as NTFS as of NT. But Win2K can also be set up using FAT32 file system a predecessor of NTFS. NTFS allows us to use long file names and is much faster than FAT32 file system.


Which of the following utilities would you use to create a file system in Linux?

For linux file system creation there are many utilities.Example commands and utilities to create partitions:fdiskcfdiskcgdiskpartedGPartedFile system types:NTFSextext2ext3ext4swapfatbtrfs...All basically does the same with slight added or reduced functionality


Is there a difference between JPG and jpg file extensions?

It depends on your file system. Some filesystems are CASE sensitive but typically JPG and jpg are the same thing.


What is link in unix?

In most Unix and Unix-like systems, there are two kinds of "link". One is a "symbolic (or soft) link", and the other is a "hard link". Both of them are ways of pointing to a file or program that's in some other location in the file system than where it appears to be. (Another way to think of them is as "shortcuts".)A symbolic link can point to any location known to the system, whether it's physically part of the same file system or not. Hard links are generally limited to pointing to files within the same file system.


What is the result of copying a compressed file to another folder on the same NTFS volume?

That would depend on the kind of compression we are talking about. Nothing special would ever happen to something compressed either as part of its format or when placed in a compressed archive, regardless of what it was copied to. If we're talking about compression at the file system layer, the same thing happens as when the file is not compressed: the file actually stays int eh same place on the disk (and thus doesn't need to be uncompressed), but its stated location in the file system changes.


What is the difference between launching a program and opening a data file?

The actual launching of a program and the opening of a file are performed by the system. A user or a program can only request the operating system to do this.When a program issues a request to open a data file, it also specifies the intended use of the file. Will it read, write or do something else to the file or the information in it; Will it be concerned if other programs access the file at the same time so that it will need exclusive access or can use for the file at the same time be shared. The system will then locate the file and determine If the requesting program and the person running it are authorized for the desired type of access to the data file. It will then setup a bunch of system tables to show that the file is available and to track its use and report back to the requesting program information making the file available.When a user or a running program asks the system to launch a program, the system has to insure that the program named exists, is capable of running as a program, is the requestor authorized to have the program launched, and if system resources are available to set up the program, bring it into memory, and run it. If all this true, the program is setup to run and is started.


Put file in the same directory as my HTML file?

Yes you need to put the file in the same directory. This will get the file to be executed from the HTML file.