Filesystem
20 commands in this category.
DISTRIBUTION:
basename
Removes directory path from filename.
blkid
Lists block device attributes.
dd
Copies data at block level between files or devices.
dirname
Removes filename from path.
file
Detects file type based on contents.
hdiutil
Manages disk images.
ln
Create hard or symbolic links between files.
mkfs
Creates a filesystem on a partition or block device.
mkfs.ext4
Creates an ext4 filesystem on a partition.
mkfs.xfs
Creates an XFS filesystem on a partition.
mount
Mount a filesystem on a directory.
readlink
Shows where a symbolic link points.
realpath
Returns the absolute path.
rename
Renames files.
split
Splits files into pieces.
stat
Shows detailed file status.
sync
Synchronizes file system buffers.
tree
Shows directory tree structure.
umount
Unmount a mounted filesystem.
unlink
Removes a single file.