Linux From Scratch - Version 7.0
126
ls Lists the contents of each given directory
md5sum Reports or checks Message Digest 5 (MD5) checksums
mkdir Creates directories with the given names
mkfifo Creates First-In, First-Outs (FIFOs), a “named pipe” in UNIX parlance, with the given names
mknod Creates device nodes with the given names; a device node is a character special file, a block special
file, or a FIFO
mktemp Creates temporary files in a secure manner; it is used in scripts
mv Moves or renames files or directories
nice Runs a program with modified scheduling priority
nl Numbers the lines from the given files
nohup Runs a command immune to hangups, with its output redirected to a log file
nproc Prints the number of processing units available to a process
od Dumps files in octal and other formats
paste Merges the given files, joining sequentially corresponding lines side by side, separated by tab
characters
pathchk Checks if file names are valid or portable
pinky Is a lightweight finger client; it reports some information about the given users
pr Paginates and columnates files for printing
printenv Prints the environment
printf Prints the given arguments according to the given format, much like the C printf function
ptx Produces a permuted index from the contents of the given files, with each keyword in its context
pwd Reports the name of the current working directory
readlink Reports the value of the given symbolic link
rm Removes files or directories
rmdir Removes directories if they are empty
runcon Runs a command with specified security context
seq Prints a sequence of numbers within a given range and with a given increment
sha1sum Prints or checks 160-bit Secure Hash Algorithm 1 (SHA1) checksums
sha224sum Prints or checks 224-bit Secure Hash Algorithm checksums
sha256sum Prints or checks 256-bit Secure Hash Algorithm checksums
sha384sum Prints or checks 384-bit Secure Hash Algorithm checksums
sha512sum Prints or checks 512-bit Secure Hash Algorithm checksums
shred Overwrites the given files repeatedly with complex patterns, making it difficult to recover the data
shuf Shuffles lines of text
sleep Pauses for the given amount of time
sort Sorts the lines from the given files
Comentarios a estos manuales