N
N
nihi1ist2021-03-14 17:39:43
linux
nihi1ist, 2021-03-14 17:39:43

Is it possible to create an additional folder in the Linux menu?

There is a program with several icons and the ability to install different versions. Is it possible to organize the package so that the program menus after installing a particular version are grouped in one directory? For example:

Office
    Program (ver 1.1)
        program1.desktop
        program2.desktop
        program3.desktop
    Program (ver 1.2)
        program1.desktop
        program2.desktop
        program3.desktop

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
Cunning Fox, 2021-03-15
@Cunning_Fox

Creating folders in Linux is done with the help of a wonderful utility - mkdir. All she can do is create folders. Let's look at its syntax:
$ mkdir options foldername
mkdir Downloads/folder
mkdir ~/Downloads/folder
mkdir /home/yourusername/folder

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question