What is file system in unix??
Answers were Sorted based on User's Feedback
Answer / naveen kumar
They are 3 types in file system
The default file system in unix administration is UFS (UNIX
FILE SYSTEM).
Is This Answer Correct ? | 15 Yes | 1 No |
Answer / arivalagan.r
Ufs filesysten is a unix default filesystem.
Unix Os having different flavours,
1.Aix unix
jfs & jfs2 is aix unix default file system and comman
filesystem is cdrfs,rmfs
2.Linux
ext2 &ext3 is linux default file system
3.Hp unix
jfs and jfs2 is Hp unix default filesystem
4.sun unix
Ufs is a sun unix default filesystem.
Is This Answer Correct ? | 14 Yes | 1 No |
Answer / khaja.shaik
There are three types of file systems are there. They are...
1)Network filesystem
2)Disk based filesystem
3)virtual filesystem
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sangu
file system is the arrangment of files and folders, inode
and metadata representation in disk.
Is This Answer Correct ? | 5 Yes | 2 No |
Answer / kairamkonda vinod kumar
to see the file system in unix do the following exercise in
your lab
first execute the command df
then note the file partitions there
after thet execute debugfs
then use open command and partition of file then execute
the command
then u can see the whole file system in unix in practically
Is This Answer Correct ? | 10 Yes | 8 No |
Answer / ghanshyam baboo
In Sun Solaris have Two File System
1. UFS
2. ZFS
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / chandra sekhar
File system In Unix mainly two types
1) CDFS (CDFilesystem)
2) Unix Filesystem(Depends On the OS it will Change Ex If
Os is linux Filesystem type is ext2/ext3 If in case Os is
HP-UX File System type is HFS/JFS/JFS2)
Is This Answer Correct ? | 2 Yes | 8 No |
What is the use of cut command in unix?
How would you change all occurrences of a value using VI?
fork in unix ?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include<stdlib.h> # include <stdio.h> int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:
Who invented grep?
How to know a process is a zombie or orphan process?
how to change a normal file into hidden file
Explain how to use grep command to list find the records of a file containing 10 different strings?
What does this command do,"$more readme.txt“?
Explain command to show the space allocation of files?
how to remotely move a file ??? that mean how to move a file one machine to another machine ???
What is use of sed command?
12 Answers BitWise, Infosys, Reliance,