mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 21:52:12 +01:00
Added mount cheatsheet
This commit is contained in:
parent
6990807010
commit
dcfc6e60be
1 changed files with 5 additions and 0 deletions
5
cheatsheets/mount
Normal file
5
cheatsheets/mount
Normal file
|
@ -0,0 +1,5 @@
|
|||
# To mount / partition as read-write in repair mode:
|
||||
mount -o remount,rw /
|
||||
|
||||
#To mount Usb disk as user writable:
|
||||
mount -o uid=username,gid=usergroup /dev/sdx /mnt/xxx
|
Loading…
Reference in a new issue