Put directories into trash in red hat [closed] - linux

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
Guys I am new to Linux ... please I want a command to put directory I made to trash in red hat Linux 6 in GUI mode ...
Any help is appreciated
Thanks in advance

the trash bin in linux is simply a hidden folder like .Trash, so you simply have to move your files/folders to the bin folder in the same root :
mv test .Trash

Related

Move AndroidStudioProjects to other Disk [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
My disk C has very little space because of the SSD, how can I move the C:\Users\Edu\AndroidStudioProjects to disk D? Thank you very much!
You can just copy and paste AndroidStudioProjects on disk D, then instead of reopen the project from the recent list, browse to the new directory.
If you want to change the default directory where AS creates projects read this answer
P.S. the tag is wrong, you should use Android Studio, not Android

Anybody know of a good explanation of each of the directories in root (/)? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I want to know the purpose of each folder in the root directory of linux/mac, like /var, /etc, /usr, /opt, etc. Can anybody shed some light?
Read the File Hierarchy Standard (at least for Linux). See also this and the Linux standard base.

Standard contents of /etc/environment file in linux [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I'm running Linux Mint 14 and accidentally replaced the contents of /etc/environment file. It was originally something like:
PATH=/usr/bin
but with some extra stuff. At the moment, most commands don't work in the terminal. If I do "ls", I get "command not found". Does anyone know the standard contents of this file is?
On ubuntu 12.04 it is:
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"

Ubuntu symbolic link going to source location when up folder [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
The problem is the following - I`ve created a symbolic link to a folder /home/user1/folder1 in /home/user2/. When user2 follows this link, he comes to the /home/user1/folder1, but when he goes up folder he comes to /home/user1/ not /home/user2/. Is it possible to change this behavior?
Thanks. Solved by mount --bind

Unrar archive with folders in Debian? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I have the task: I have the Windows-made rar-archive (folders, files in it and so on), that via FTP was copied to Linux server.
I want to unrar this archive to keep the file structure as it was in Windows - with folder.
rar у my_archivive
works, but I have just the list of files without folders.
How to do it ?
Thanks.
man unrar says
x Extract files with full path.

Resources