ubuntu - How to access to hard disk without sudo permission? -



ubuntu - How to access to hard disk without sudo permission? -

how access hard disk without sudo permission?

my desktop has 1t hard disk. when installed ubuntu 14.04, gave /home 500g, , 500g /data.

how can write files /data without sudo? mount it?

you need alter ownership of /data folder user/group using chown this.

xxxubuntu$ sudo chown -r username:group /data

replace username:group username , group. -r recursive alternative , alter ownership of under /data.

next time seek askubuntu things this.

pat

ubuntu sudo hard-drive

Comments

Popular posts from this blog

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

assembly - What is the addressing mode for ld, add, and rjmp instructions? -