Interactive Shell

Product details

Q: Hi, I'm learning to use the terminal. Is the "file" command not available?

Hi, I'm learning to use the terminal. Is the "file" command not available?

"master@ubuntu:~$ ls
aplicativos meu_arquivo
master@ubuntu:~$ mv meu_arquivo meu_arquivo.txt
master@ubuntu:~$ ls
aplicativos meu_arquivo.txt
master@ubuntu:~$ cat meu_arquivo.txt
master@ubuntu:~$ echo "Exibindo mensagem na tela"
Exibindo mensagem na tela
master@ubuntu:~$ echo Escrevendo no arquivo > meu_arquivo.txt
master@ubuntu:~$ cat meu_arquivo.txt
Escrevendo no arquivo
master@ubuntu:~$ file meu_arquivo.txt
bash: file: command not found
master@ubuntu:~$ apt upgrade
E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?"

Renato_Casa_CorreSep 18, 2025
Founder Team
interactiveshell

interactiveshell

Sep 18, 2025

A: We will add "file" command during the system upgrade (needs outage). Root is unavailable to clients to avoid abuses. For any software please request using the contact form.

Share
Helpful?
Log in to join the conversation
Founder
Posted: Sep 18, 2025

Update: file package has been added.

Verified Purchaser badge

Verified purchaser

Posted: Sep 18, 2025

Thank you!

Verified Purchaser badge

Verified purchaser

Posted: Sep 18, 2025

It worked, but now it's no longer working. Can you check the "file" command again?

Founder
Posted: Sep 19, 2025

It's working.