mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 14:43:53 +00:00
39 lines
709 B
Plaintext
39 lines
709 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# udiskie
|
|
|
|
> A user-level automounter for removable media using udisks2.
|
|
> See also: `udiskie-mount`, `udiskie-umount`.
|
|
> More information: <https://github.com/coldfix/udiskie/wiki/Usage>.
|
|
|
|
- Start udiskie with tray icon and notifications:
|
|
|
|
`udiskie --tray --notify`
|
|
|
|
- Run udiskie without using a config file:
|
|
|
|
`udiskie --no-config`
|
|
|
|
- Specify a custom config file:
|
|
|
|
`udiskie --config {{path/to/config.yml}}`
|
|
|
|
- Use a custom password prompt command:
|
|
|
|
`udiskie --password-prompt '{{command}}'`
|
|
|
|
- Enable verbose output:
|
|
|
|
`udiskie --verbose`
|
|
|
|
- Display help:
|
|
|
|
`udiskie --help`
|
|
|
|
- Display version:
|
|
|
|
`udiskie --version`
|