LinuxShellSite
COMMANDDESCRIPTION
Navigation 
pwdDisplays the current working directory.
lsLists the contents of a directory.
cdChanges to a different directory.
treeDisplays the directory structure in tree form.
File management 
cpCopies files or directories.
MVMoves or renames files or directories.
rmDeletes files or directories.
mkdirCreates a new directory.
rmdirDeletes an empty directory.
TouchCreates an empty file or updates the timestamp of an existing file.
lnCreates a link to a file (hard or symbolic).
findSearches directories for files that match certain criteria.
locateFinds files based on a naming pattern.
updatedbUpdates the database for locate.
catDisplays the contents of a file.
lessAllows you to scroll through the contents of a file page by page.
headDisplays the first few lines of a file.
tailDisplays the last lines of a file.
diffCompares the contents of two files.
chmodChanges the access rights of files or directories.
ChownChanges the owner and/or group of a file or directory.
chgrpChanges the group membership of a file or directory.
File System Mounting 
mountMounts a file system.
umountUnmounts a file system.
dfDisplays the available and used space of the mounted file systems.
youDisplays the amount of space that files and directories occupy.
blkidDisplays the UUIDs and types of file systems on block devices.
LSBLKLists information about all available block devices.
fdiskPartitions disks (for MBR partition tables).
partedPartitions hard drives (supports GPT and MBR).
mkfsCreates a new file system on a partition.
fsckChecks and repairs file systems.
tune2fsAdjusts parameters of ext2/ext3/ext4 file systems.
resize2fsResizes an ext2/ext3/ext4 file system.
xfs_infoDisplays information about an XFS file system.
xfs_growfsIncreases the size of an XFS file system.
xfs_repairRepairs an XFS file system.
btrfsBtrfs file system management tool.
mount.cifsMounts a CIFS/SMB network file system.
mount.nfsMounts an NFS network file system.
ExportFSExports local directories for NFS clients.
nfsstatDisplays NFS statistics.
showmountDisplays the directories shared on an NFS server.
AutofsAutomatically mount file systems on demand.
systemctlManage system services, such as starting/stopping the autofs service.
fstabConfiguration file for automatic mount points at system startup.
mkswapCreates a swap partition.
swaponActivates a swap partition.
SwapoffDisables a swap partition.
lsattrDisplays the extended attributes of files.
chattrChanges the extended attributes of files.
statDisplays detailed information about a file or directory.
fileDetermines the file type of a file.
syncWrites all buffered data to disk.
lsofLists open files and their associated processes.
inotifywaitMonitors file system events in real-time.