Flag | Usage |
---|---|
-u | unmount |
-z | lazy unmount |
Flag | Usage |
---|---|
(none) | list all mounted filesystems in a tree-like format |
-n --noheadings | don't print the header line |
-o list,of,columns --output list,of,columns |
output only columns listed in list,of,columns |
-t list --types list |
limit the set of printed filesystems to those matching list :
|
Flag | Usage |
---|---|
-w width --witdh=width | use width columns instead of 80 |
a b c d e f g h i j k l m n o p q r s t u v w x y z
Flag | Usage |
---|---|
-e -l -n -l | flags and options for the "select" mode (not detailed here so far) |
-s search=replacement command | This is the "replay" mode :
Looks like successful fc -s commands are not recorded in the history.
|
.:
"="./
"'bash: .:script.sh: command not found
(normal output of script.sh)
factor 8 17 42
8: 2 2 2 17: 17 42: 2 3 7
Flag | Usage |
---|---|
(none) |
Simply output the file type :
|
-i --mime | Output mime type strings rather than the more traditional human readable ones. Thus it may say text/plain; charset=us-ascii rather than ASCII text. |
Flag | Usage |
---|---|
-l -l device |
list the partition tables of devices mentioned in /proc/partitions, then exit. list the partition tables for device, then exit. |
Looks like everything you have to do is run : partprobe source : https://access.redhat.com/solutions/1137403
Command | Usage |
---|---|
ftp host | open an ftp session on the distant server host Use either your personal login/password or anonymous/[Enter] |
ftp -s:commands.txt | automatically run the commands from commands.txt (works only with Windows FTP) |
get fileName | download fileName to current local directory |
mget * | download all the files of the remote directory to the local directory |
put fileName | upload fileName to current remote directory |
mput * | upload all the files of the local directory to the current remote directory |
delete fileName | delete the specified remote file |
mdelete | delete multiple files |
prompt | Toggle interactive prompting. Interactive prompting occurs during multiple file transfers to allow the user to selectively retrieve or store files. By default, prompting is turned on. If prompting is turned off, any mget or mput will transfer all files, and any mdelete will delete all files. |
binary / ascii | toggle binary / ascii file transfer mode :
|
rename remoteFile1 remoteFile2 | rename the remote file called remoteFile1 into remoteFile2 |
lcd localDirectoryName | change to local directory localDirectoryName |
! mkdir localDirectoryName | create the local directory localDirectoryName |
open | re-open connection after time-out disconnect (still in ftp prompt: ftp> _ ) |
Use cURL
Without root privileges, fuser won't display anything if the corresponding PID is not yours.
Flag | Usage |
---|---|
-a --all | Show all files specified on the command line. By default, only files that are accessed by at least one process are shown. |
-k -signal myFile | Send signal signal to process(es) accessing myFile. If signal is omitted, SIGKILL is sent. With -i : prompt before killing a process. |
-m myFile | List processes accessing files that are on the same filesystem than myFile. It also displays Frcem flag to identify the access type. |
-v | verbose |
Flag | Usage |
---|---|
-b / -k / -m / -g | display amounts in bytes / kilobytes / megabytes / gigabytes |
-t | display a "total" line |
total used free shared buffers cached Mem: 16085 15884 200 0 347 12940 -/+ buffers/cache: 2596 13489 Swap: 1951 0 1951