fajlrendszerek
Ez a dokumentum egy előző változata!
Tartalomjegyzék
fstab
A /etc/fstab fájlban vannak a boot során felmountolandó fájlrendszerek. Ha egy bejegyzés hibás, akkor lehet, hogy nem indul el a gép. Emiatt érdemes használni az alábbi parancsot:
mount -fav
The above command will help if you don’t want to apply the modifications in the fstab and want to validate the entries only. This will just fake the entries in the fstab without applying the changes. This is a very useful command.
SSHFS
Example:
apt install sshfs sudo sshfs -o allow_other,defer_permissions,IdentityFile=~/.ssh/id_rsa root@xxx.xxx.xxx.xxx:/ /mnt/droplet
SSHFS does not use .ssh/config.
Törölt fájl, amit még fog valamilyen process
$ lsof | grep myfile less 4158 jimbo 4r REG 3,65 114383 1276722 /home/jimbo/myfile (deleted) $ cp /proc/4158/fd/4 myfile.saved
fajlrendszerek.1641473095.txt.gz · Utolsó módosítás: 2022/01/06 12:44 szerkesztette: daevidt
