apptainer / singularity

Singularity has been renamed to Apptainer as part of us moving the project to the Linux Foundation. This repo has been persisted as a snapshot right before the changes.
https://github.com/apptainer/apptainer
Other
2.53k stars 424 forks source link

delete sandbox #6513

Closed jammywwh closed 5 months ago

jammywwh commented 5 months ago

Hi, As a user, the administrator has granted me the build permission of singularity. After I used the following command to build the sandbox, I wanted to delete the folder where this sandbox is located, but I found that this folder belongs to root and I don't have the permission to delete it. What should I do?

Version of Singularity: singularity version 3.8.7-1.el7

Expected behavior

sudo singularity build --sandbox ./tempDir annotsv.def
sudo rm -rf ./tempDir

It is expected that this folder (./tempDir) can be deleted.

Actual behavior

Permission denied

Steps to reproduce this behavior

How can others reproduce this issue/problem?

What OS/distro are you running

NAME="CentOS Linux" VERSION="7 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="7" PRETTY_NAME="CentOS Linux 7 (Core)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:centos:centos:7" HOME_URL="https://www.centos.org/" BUG_REPORT_URL="https://bugs.centos.org/"

CENTOS_MANTISBT_PROJECT="CentOS-7" CENTOS_MANTISBT_PROJECT_VERSION="7" REDHAT_SUPPORT_PRODUCT="centos" REDHAT_SUPPORT_PRODUCT_VERSION="7"

github-actions[bot] commented 5 months ago

New issues are no longer accepted in this repository. If singularity --version says singularity-ce, submit instead to https://github.com/sylabs/singularity, otherwise submit to https://github.com/apptainer/apptainer.