answersLogoWhite

0


Best Answer

Unix is designed to be a more open operating system than closed, so 'hiding' data is not something that is typically done. The operating system does not really have any way of hiding data, other than the use of encryption, or steganography, etc., which really aren't a function of the operating system software.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What types of data can be hidden in UNIX?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the socket types in UNIX?

Unix commands


How do change a normal file to a hidden file in UNIX?

There are no actual "hidden" files in Unix. The only way to hide the existence of a file is to place it in a folder that no one has read permissions for.


How are files hidden in Linux?

Files in unix operating systems with a '.' character as the first character in the filename are hidden.


What command do you use to make a file hidden in Unix?

+h The above answer is incomplete and incorrect; "normally hidden" files in Unix merely start with the '.' character and are not normally shown by the ls command. Use the 'mv' to rename it if it doesn't start with a period.


What data structure is used by UNIX processes?

For example struct tm and struct stat are often used by UNIX processes.


What are the types of Unix?

1. System V 2. BSD 3. countless unix-like, unix-based, unix-compatible, unix-inspired systems (linux, AIX, Sinix, Xenix, Dynix, Solaris, MacOs etc)


What are the different types of UNIX operating system?

There have been over a hundred types of UNIX operating systems developed over the years to accommodate different types of hardware. FreeBSD, MacOS X Server, Red Hat Linux, and AIX are all UNIX-based systems.


Where can one download the Snap Drive for UNIX?

This network storage and data management software for Unix can be downloaded from Network Appliance (Net App). It backs up and restores your data, and make tasks simpler.


What Unix control sequence will tell the application that you have finished inputting data?

D


What are the unix dba activities?

Unix can host different database systems, so it depends on which database you are referring to. A dba will do the same types of things in Unix as you would in any other operating system.


What is hidden file how they are create in unix?

A hidden file in Unix is any file that starts with a '.' in the name. Any utility that creates files can create a hidden file. Note: it is important to know that a hidden file is usually one that doesn't need to be shown in a directory listing all the time so unless you use the special option to show them they won't show up in a listing. Other than that, they have no special attributes.


What does the Unix command 'dd' stand for?

dd is an abbreviation for "data definition." It is often jokingly said to stand for "destroy data."