mirror of
https://github.com/cheat/cheat.git
synced 2024-11-25 15:31:36 +01:00
Added mount cheatsheet
This commit is contained in:
parent
6990807010
commit
dcfc6e60be
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 New Issue
Block a user