Answer Posted / prasad
Unix recognizes the following types of files:
Regular file
Text or binary data (e.g. an image).
Directory
Contains other files and directories.
Executable file
File with the "execute bit" set. Most commands are
executable files.
Symbolic link
File is a "shortcut" that points to another file.
Device special file
An interface to a piece of hardware, such as a printer.
You don't have to worry about this.
Named pipe
An interface to a network program. You don't have to
worry about this.
Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What will the following command do?
Why is awk called awk?
Describe the usage and functionality of the command rm –r * in unix?
What does #!/ Bin sh do?
What does this command do? Cat food 1 > kitty
Which command will print your home directory on screen?
Explain ‘library functions’ with respect to unix commands?
Name the various commands that are used for the user information in unix.
Which command is used to create a directory?
How do you repeat a command in terminal?
What does awk stand for?
Does cp command overwrite files?
How do you grep a case insensitive?
Is command prompt unix?
What is the use of finger command?