Mount CIFS Shares: Access SMB on Linux
Practical steps to mount Windows and SMB network shares on Linux using mount.cifs.
Mount mastery: Attach filesystems and devices
Learn how to attach storage and remote shares with the Linux mount command and make filesystems available to the system.
Paging files with more: view text one screen at a time
Quickly page through text or piped output on the command line with a tiny, reliable pager.
Control Kernel Modules with modprobe
Load, inspect and remove kernel modules cleanly and reliably from the command line.
Inspect Kernel Modules with modinfo
Reveal a module's metadata, parameters and origin before he loads it.
mktemp: Create secure temporary files
Generate unpredictable temp files and directories safely from the shell.