Cant Delete folders Permission Denied
Clash Royale CLAN TAG#URR8PPP
up vote
-1
down vote
favorite
I have freshly installed Ubuntu 16.04.3 LTS
I installed Anaconda from the shell file provided by the official links
I also installed vscode from the shell file (.sh) only provided by anaconda my home folder looks like this now
I am not able to delete these folders nor am I able to install any vscode extensions
yeah but if I run as admin then I am able to install extensions and delete folders
what shall I do
anaconda
add a comment |Â
up vote
-1
down vote
favorite
I have freshly installed Ubuntu 16.04.3 LTS
I installed Anaconda from the shell file provided by the official links
I also installed vscode from the shell file (.sh) only provided by anaconda my home folder looks like this now
I am not able to delete these folders nor am I able to install any vscode extensions
yeah but if I run as admin then I am able to install extensions and delete folders
what shall I do
anaconda
Check out linux permissions and file ownership: linux.com/learn/understanding-linux-file-permissions or askubuntu.com/a/6727/587552 try out the command line.
â trogdor
May 28 at 17:37
add a comment |Â
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I have freshly installed Ubuntu 16.04.3 LTS
I installed Anaconda from the shell file provided by the official links
I also installed vscode from the shell file (.sh) only provided by anaconda my home folder looks like this now
I am not able to delete these folders nor am I able to install any vscode extensions
yeah but if I run as admin then I am able to install extensions and delete folders
what shall I do
anaconda
I have freshly installed Ubuntu 16.04.3 LTS
I installed Anaconda from the shell file provided by the official links
I also installed vscode from the shell file (.sh) only provided by anaconda my home folder looks like this now
I am not able to delete these folders nor am I able to install any vscode extensions
yeah but if I run as admin then I am able to install extensions and delete folders
what shall I do
anaconda
asked May 28 at 16:30
Shashwat Hiregoudar
1
1
Check out linux permissions and file ownership: linux.com/learn/understanding-linux-file-permissions or askubuntu.com/a/6727/587552 try out the command line.
â trogdor
May 28 at 17:37
add a comment |Â
Check out linux permissions and file ownership: linux.com/learn/understanding-linux-file-permissions or askubuntu.com/a/6727/587552 try out the command line.
â trogdor
May 28 at 17:37
Check out linux permissions and file ownership: linux.com/learn/understanding-linux-file-permissions or askubuntu.com/a/6727/587552 try out the command line.
â trogdor
May 28 at 17:37
Check out linux permissions and file ownership: linux.com/learn/understanding-linux-file-permissions or askubuntu.com/a/6727/587552 try out the command line.
â trogdor
May 28 at 17:37
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
The user account that you are running as doesn't have permission to modify or delete those directories.
If you have sudo, then you're either going to have to do your things that way or edit the permissions to allow the user account itself to perform those operations.
To see what the permissions are, open a terminal, become root (if necessary), and ls -l
on the parent directory or ls -ld
on the directory itself.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
The user account that you are running as doesn't have permission to modify or delete those directories.
If you have sudo, then you're either going to have to do your things that way or edit the permissions to allow the user account itself to perform those operations.
To see what the permissions are, open a terminal, become root (if necessary), and ls -l
on the parent directory or ls -ld
on the directory itself.
add a comment |Â
up vote
0
down vote
The user account that you are running as doesn't have permission to modify or delete those directories.
If you have sudo, then you're either going to have to do your things that way or edit the permissions to allow the user account itself to perform those operations.
To see what the permissions are, open a terminal, become root (if necessary), and ls -l
on the parent directory or ls -ld
on the directory itself.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
The user account that you are running as doesn't have permission to modify or delete those directories.
If you have sudo, then you're either going to have to do your things that way or edit the permissions to allow the user account itself to perform those operations.
To see what the permissions are, open a terminal, become root (if necessary), and ls -l
on the parent directory or ls -ld
on the directory itself.
The user account that you are running as doesn't have permission to modify or delete those directories.
If you have sudo, then you're either going to have to do your things that way or edit the permissions to allow the user account itself to perform those operations.
To see what the permissions are, open a terminal, become root (if necessary), and ls -l
on the parent directory or ls -ld
on the directory itself.
answered May 28 at 18:05
Nasir Riley
1,514138
1,514138
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f446508%2fcant-delete-folders-permission-denied%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Check out linux permissions and file ownership: linux.com/learn/understanding-linux-file-permissions or askubuntu.com/a/6727/587552 try out the command line.
â trogdor
May 28 at 17:37