how to check a file system type
Answers were Sorted based on User's Feedback
Answer / subbu
mount command without options will gives you better answer
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / manoj kumar
1) mount command
2)df -kh will give the percent wise mount points of the disk
file system
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / subbu
1. df -T
Ex : Output
Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/hdb1 ext3 19228276 14737848 3513680 81% /
tmpfs tmpfs 383960 4 383956 1% /dev/shm
2.mount ---
Ex : Output
/dev/hdb1 on / type ext3 (rw,errors=remount-ro)
/dev/hdb2 on /home type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
automount(pid3558) on /data type autofs (rw,fd=4,pgrp=3558,minproto=2,maxproto=4)
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / cece
cat /etc/default/fs
to know your default or local file system type in solaris or cat /etc/vfstab
and verify your mounted file systems and the types
| Is This Answer Correct ? | 0 Yes | 0 No |
How to redirect standard error to a file?
What are filter commands in unix?
What is a shell in Unix? Name some common Unix shells.
Through which command will redirect output to bOth screen and files at the same time?
How to find the files that are accessed before 10 minutes?
How do I search for a file in unix command?
what is ls -ltd?
Sorry to all Technical person for mistake of Question. Now i am post currect question Why copied file permission is changed in destination. When i give all permission i.e 777 to file and copy that to other location in destination the permission is 755. But if give permission 555 in destination that file permission is 555 and if give permission 444 to file after copy in destination the file permission is 444. These all are happening in normal user. How the umask value is calculate here really i am not understand. Please write the proper answer. Thanks in Advance
distinguish between physical addresses and logical address?
what is the difference between SED and GREP ? Which one is more better and why?
What is command substitution?
what does the command 'wc' do?