jeg tok en mester.zip-fil fra Github offentlig repo på Min Linux VPS vert PÅ AWS. Hvordan pakker jeg ut filen ved hjelp av bash ssh terminal? Hvordan kan jeg pakke ut en fil på Ubuntu / CentOS / Debian Linux / UNIX-lignende server?
du kan bruke kommandoen unzip eller tar til å pakke ut (pakke ut) filen På Linux eller Unix-lignende operativsystem. Unzip er et program for å pakke ut, liste, teste og komprimerte (pakke ut) filer, og det kan ikke installeres som standard.
- Bruk unzip-kommandoen til å pakke ut en zip-fil
- et notat om bash: unzip: command not found
- Installere unzip på Debian/Ubuntu Linux
- Installer pakk ut På Arch Linux
- CentOS/rhel/scientific/oracle linux install unzip kommandoen
- Fedora linux install unzip
- installere unzip på suse/opensuse linux
- FreeBSD Unix installer unzip
- OpenBSD Unix installer unzip
- macOS Unix installer unzip CLI
- Bruk tar-kommandoen til å pakke ut en zip-fil
Bruk unzip-kommandoen til å pakke ut en zip-fil
syntaksen er:unzip {file.zip}
Bruk følgende syntaks hvis du vil pakke ut/pakke ut til en bestemt målkatalog:unzip -d /dest/directory/ {file.zip}
pakk for eksempel ut en zip-fil med navnet master.zip ved hjelp av zip-kommandoen:
unzip master.zip
for å pakke ut en zip-fil med navnet master.zip ved hjelp av zip-kommandoen til en / tmp / data / katalog:
unzip -d /tmp/data/ master.zip
Eksempel økt:
Fig.02: Slik pakker du ut en zip-fil fra Terminalen ved hjelp av unzip command
et notat om bash: unzip: command not found
hvis unzip-kommandoen ikke er installert På Linux-eller Unix-boksen, kjør du en av følgende kommandoer i Henhold til Linux-distribusjonen din for å installere unzip-kommandoen.
Pass på at du kjører følgende kommando som rotbruker. For Eksempel: sudo-kommandoen eller Su –
Installere unzip på Debian/Ubuntu Linux
Bruk apt-get-kommandoen eller apt-kommandoen for å installere unzip-kommandoen:sudo apt-get install unzip
ELLERsudo apt install unzip
Installer pakk ut På Arch Linux
bruk pacman-kommandoen for å installere pakk ut kommandoen:pacman -S unzip
CentOS/rhel/scientific/oracle linux install unzip kommandoen
bruk yum kommandoen eller dnf kommandoen FOR Å INSTALLERE unzip kommandoen:yum install unzip
Fedora linux install unzip
bruk dnf kommandoen for å installere unzip kommandoen:dnf install unzip
installere unzip på suse/opensuse linux
bruk zypper-kommandoen til å installere unzip-kommandoen:zypper install unzip
FreeBSD Unix installer unzip
OpenBSD Unix installer unzip
Skriv inn følgende pkg_add-kommando for å installere unzip-pakken:# pkg_add -v unzip
macOS Unix installer unzip CLI
la oss installere homebrew på macos. Når den er installert, skriver du inn følgende brew-kommando for å installere unzip-verktøyet:
$ brew install unzip
Bruk tar-kommandoen til å pakke ut en zip-fil
Fig.01: Slik bruker du en tar-kommando for å pakke ut en fil på Linux/Unix-lignende terminal
🐧 Få de siste veiledningene på Linux, Åpen Kildekode & DevOps VIA RSS-feed eller Ukentlig nyhetsbrev på e-post.
🐧 3 kommentarer så langt… add one ↓
Category | List of Unix and Linux commands |
---|---|
File Management | cat |
Firewall | Alpine Awall • CentOS 8 • OpenSUSE • RHEL 8 • Ubuntu 16.04 • Ubuntu 18.04 • Ubuntu 20.04 |
Network Utilities | dig • host • ip • nmap |
OpenVPN | CentOS 7 • CentOS 8 • Debian 10 • Debian 8/9 • Ubuntu 18.04 • Ubuntu 20.04 | Pakkebehandling | apk • apt | Prosesser Ledelse | bg • chroot • cron • disown • fg • jobber • killall • drepe • pidof • pstree • pwdx • tid |
Søker | grep • whereis • som | brukerinformasjon | grupper • id • lastcomm • siste • lokk/libuser-lokk • logname • Medlemmer • Brukere • whoami • hvem • w |
wireguard vpn | alpine • centos 8 • debian 10 • brannmur • ubuntu 20.04 |