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

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

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -