Umask

1. Umask

Tiago Prado
tiago2001

(usa Debian)

Enviado em 06/06/2016 - 17:17h

Estou precisando utilizar o umas 0002, se troco normal apenas para teste:
#umask 0002

Funciona para o terminal, mas para interface gráfica não funciona, como posso alterar a umask para interface gráfica.

Obrigado


  


2. up

Tiago Prado
tiago2001

(usa Debian)

Enviado em 06/06/2016 - 23:09h

up


3. Re: Umask

Perfil removido
removido

(usa Nenhuma)

Enviado em 06/06/2016 - 23:16h

Já tentou colocar ele dentro do arquivo .profile?
Inclusive deve ter um umask comentado com # dentro dele.

----------------------------------------------------------------------------------------------------------------
Nem direita, nem esquerda. Quando se trata de corrupção o Brasil é ambidestro.
(anônimo)

Encryption works. Properly implemented strong crypto systems are one of the few things that you can rely on. Unfortunately, endpoint security is so terrifically weak that NSA can frequently find ways around it. — Edward Snowden[/quote]


4. não tem

Tiago Prado
tiago2001

(usa Debian)

Enviado em 07/06/2016 - 00:00h

No home do usuário não tem .profile
No /etc tem, mas não tem a linha umask


5. Re: Umask

Mauriciodez
Mauriciodez

(usa Debian)

Enviado em 07/06/2016 - 01:48h

dentro do /home tem .profile sim velho .. olha a entrada citada no meu

# the default umask is set in /etc/profile; for setting the umask
# for ssh logins, install and configure the libpam-umask package.
#umask 022


EDIT: se na tiver é só vc criar o arquivo ... tái o meu completo se quiser usar


# ~/.profile: executed by the command interpreter for login shells.
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
# exists.
# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.

# the default umask is set in /etc/profile; for setting the umask
# for ssh logins, install and configure the libpam-umask package.
#umask 022

# if running bash
if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi
fi

# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi





6. Re: Umask

Perfil removido
removido

(usa Nenhuma)

Enviado em 07/06/2016 - 02:02h

ls -a .profile 


Se não tiver, então ...

----------------------------------------------------------------------------------------------------------------
Nem direita, nem esquerda. Quando se trata de corrupção o Brasil é ambidestro.
(anônimo)

Encryption works. Properly implemented strong crypto systems are one of the few things that you can rely on. Unfortunately, endpoint security is so terrifically weak that NSA can frequently find ways around it. — Edward Snowden[/quote]


7. Não funcionou

Tiago Prado
tiago2001

(usa Debian)

Enviado em 07/06/2016 - 14:49h

Não funcionou






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts