Shell Commands

TR4L

Dabbler
Joined
Oct 30, 2015
Messages
12
Is there a place that lists the commands for shell? I tried to read up on it in the documentation but it's confusing to me.
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080
Is there a place that lists the commands for shell? I tried to read up on it in the documentation but it's confusing to me.
It is FreeBSD with some functionality restricted. If there is something you want to do, ask and someone will tell you if it needs to be done in the GUI, can be done from the command line, or if it needs to be done in a jail because it can't be done in the command line of FreeNAS due to restrictions of the appliance, because FreeNAS is an appliance operating system that is based on FreeBSD but it has significant restrictions on what you are able to do unless you can dig into it far enough... If you are able to do that, you should probably be working on the development team, but if you do that, you are basically making your own version of the system.
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080
PS. If you are going to do much at the command line, you should enable SSH so you can do a remote terminal. The shell within the GUI is not good enough to do any serious work. I use it a fair bit myself because you can do some good work there, it is just that you can't expect to change system settings from the command line when they are intended to be set from the GUI.
 

TR4L

Dabbler
Joined
Oct 30, 2015
Messages
12
Well the reason I ask is because I don't want to always have to login to the GUI to check on the system. I have a monitor and keyboard attached to my NAS at all times. I can just flick it on and get to work. I'll look some up. I've had a lot of problems with My NAS since building it back in 2016 and want to make sure the system is kosher.
 

Redcoat

MVP
Joined
Feb 18, 2014
Messages
2,925
Is there a place that lists the commands for shell? I tried to read up on it in the documentation but it's confusing to me.
Did you try typing "help" (no quotes) ?
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080

TR4L

Dabbler
Joined
Oct 30, 2015
Messages
12

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
I get

zsh: command not found: help
What exactly are you doing (on what version of TrueNAS) that generates that output?
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
OK, but you're following a post that's about TrueNAS CORE... (and 4 years old, before SCALE existed)

In any case, it seems you're running into this:
 

somethingweird

Contributor
Joined
Jan 27, 2022
Messages
183

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
There is no "help" command in Unix.
 

somethingweird

Contributor
Joined
Jan 27, 2022
Messages
183
What are you looking to do via cli? Just wondering.
 
Top