File Operations Flashcards
Native filesystems are ?
+ ext3
+ ext4
+ squashfs
+ btrfs
Important files required to run the system are stored on ?
root or /
A mount point is ?
A directory where the filesystem is to be grafted on.
To mount a partition, use command ?
sudo mount dir1 dir2
To unmount a partition, use command ?
sudo umount dirName
To know static information about the filesystem ?
fstab
To display all presently mounted filesystems ?
mount
To display information about mounted filesystems, including the filesystem type, and usage statistics about currently used and available space.
df -Th
NFS stands for ?
Network Filesystem
NFS server is ?
A computer that has a filesystem sit on its disk and this computer makes that filesystem available to other computers on the network.
NFS client is ?
A computer that accesses the filesystem on a NFS server.
The /bin directory contains what ?
Executable binaries, essential commands used to boot the system and essential commands required by all the users such as cat, cp, ls, mv, ps and rm.
The /sbin directory constains what ?
Essential binaries related to system administration such as fsck and ip.
/proc filesystem is also called ?
pseudo-filesystem
/dev filesystem contains ?
Device nodes - pseudo file used by most software and hardware devices except network devices.