`install -D file /file` fails and loses the file when the destination's parent is /
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 2/5
- Tempo stimato
- 1-3 ore
- Idoneità per principianti
- 72/100
Direzione di ricerca
Inizia dalla gestione dell’opzione -D da parte del comando di installazione e riproduci il problema con install -D -m755 file /file. Verifica che il file sorgente rimanga disponibile, che /file venga creato e che la sua modalità sia 0755, in linea con il comportamento di GNU install.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
When the destination of install -D is a single-component absolute path (i.e. its parent directory is the filesystem root /), install fails with a chmod error and does not produce the destination file. GNU coreutils handles this correctly.
Steps to reproduce
ubuntu@resolute-racoon:~$ ls
folder file
ubuntu@resolute-racoon:~$ install -D -m755 file /file
install: No such file or directory
ubuntu@resolute-racoon:~$ ls
folder
the file disappears and is not to be found even in /file.
Environmnet
ubuntu 26.04
install (uutils coreutils) 0.8.0
Expected behavior
Per the GNU install(1) documentation for -D:
-D — create all leading components of DEST except the last, then copy SOURCE to DEST
For DEST = /file, the only leading component except the last is /, which already exists. install should simply copy file to /file and set mode 0755.
- Lingua principale
- Rust
- Stelle
- 24.1k
- Fork
- 2k
- Merge medio
- 1g 3h
- PR unite (30g)
- 374
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di uutils/coreutils
-
U - ls
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
-
U - ls
Difficoltà 2/5 1-3 ore Idoneità per principianti 68/100
-
U - tr
Difficoltà 2/5 1-3 ore Idoneità per principianti 72/100
-
U - date
Difficoltà 2/5 1-3 ore Idoneità per principianti 82/100
-
U - date
Difficoltà 2/5 1-3 ore Idoneità per principianti 68/100
Tutte le issue di uutils/coreutils
Issue simili
-
has_tail_capacity wraps and get_writable_raw_unchecked commits raw_len before the bounds check Aperta
Difficoltà 2/5 1-3 ore Idoneità per principianti 82/100
stratum-mining/stratum#2404 ·
-
bug ci good first issue
Difficoltà 2/5 1-3 ore Idoneità per principianti 88/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 85/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 84/100
Eynzof/Hermes-CN-Desktop#610 ·
-
Axis areas are always keyboard-focusable (Sense::drag), even with allow_axis_zoom_drag(false) Aperta
Difficoltà 2/5 1-3 ore Idoneità per principianti 88/100