I have a folder and i can't paste anything or save anything in it. Can i change permissions in terminal?
web3 0 Junior Poster in Training
Recommended Answers
Jump to PostYes. What directory are you trying to put the data in? Paste the output of:
ls -ald /path/to/dir ls -ald /path/to ls -ald /path ls -ald /
Also what user are you logged in as? You can find out by typing
id
.You can grant everyone read/write access …
Jump to Post* This is dangerous from a security standpoint
chmod -R a+rwx /path/to/dir
All 5 Replies
sknake 1,622 Senior Poster Featured Poster
web3 0 Junior Poster in Training
sknake 1,622 Senior Poster Featured Poster
josephkn 0 Newbie Poster
Crash~Override 0 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.