#How to give normal user editing files permissions?

5 messages · Page 1 of 1 (latest)

lucid parcel
#

I want to give the default user "ubuntu" permissions to edit/upload/delete files

manic ruin
#

either use "sudo" before the command

#

or change file/folder permissions with chmod or chown

#

I assume this is some restricted file/folder for the current user

lucid parcel