K
K
kiselyow2019-06-14 13:49:02
mint
kiselyow, 2019-06-14 13:49:02

Where can I find the path to Atom in Mint?

I installed Atom through the program manager, but I do not know where the executable file is located. The /usr/bin folder does not contain this file. The path is needed for file association in FileZilla.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
sim3x, 2019-06-14
@sim3x

which my_commad_name

spoiler
NAME
       which - locate a command

SYNOPSIS
       which [-a] filename ...

DESCRIPTION
       which  returns  the pathnames of the files (or links) which would
       be executed in the current environment, had  its  arguments  been
       given  as commands in a strictly POSIX-conformant shell.  It does
       this by searching the PATH  for  executable  files  matching  the
       names of the arguments. It does not follow symbolic links.

zsh Shell Builtin Command
where my_command_name
spoiler
where [ -wpmsS ] [ -x num ] name ...
Equivalent to whence -ca.
whence [ -vcwfpamsS ] [ -x num ] name ...
For each name, indicate how it would be interpreted if used as a command name.
If name is not an alias, built-in command, external command, shell function, hashed command, or a reserved word, the exit status shall be non-zero, and — if -v, -c, or -w was passed — a message will be written to standard output. (This is different from other shells that write that message to standard error.)
whence is most useful when name is only the last path component of a command, i.e. does not include a ‘/’; in particular, pattern matching only succeeds if just the non-directory component of the command is passed.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question