    

 ## On this page

  

 

 # `LinuxSettings`

 Last update: 16.07.2025 

<a id="ansys.mechanical.stubs.v242.Ansys.ACT.Mechanical.Application.SolveProcessSettings.LinuxSettings"></a>

#### *class* Ansys.ACT.Mechanical.Application.SolveProcessSettings.LinuxSettings

Bases: [`object`](https://docs.python.org/3/library/functions.html#object)

The class representing the linux settings portion of the solve process settings.

<a id="overview"></a>

## Overview

### Properties

NameDescription[`Active`](#LinuxSettings.Active)Whether the linux settings are active.[`UserName`](#LinuxSettings.UserName)The user name.[`WorkingFolder`](#LinuxSettings.WorkingFolder)The working folder.<a id="property-detail"></a>

## Property detail

<a id="LinuxSettings.Active"></a>

### *property* LinuxSettings.Active *: [bool](https://docs.python.org/3/library/functions.html#bool) | [None](https://docs.python.org/3/library/constants.html#None)*

Whether the linux settings are active.

<a id="LinuxSettings.UserName"></a>

### *property* LinuxSettings.UserName *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

The user name.

<a id="LinuxSettings.WorkingFolder"></a>

### *property* LinuxSettings.WorkingFolder *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

The working folder.