OXIESEC PANEL
- Current Dir:
/
/
home
/
cream
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 09:45:39 AM
rwxr-xr-x
📄
.bash_history
2.93 KB
05/20/2025 05:52:57 PM
rw-------
📄
.bash_logout
220 bytes
02/10/2020 06:32:36 AM
rw-r--r--
📄
.bashrc
3.68 KB
02/10/2020 06:32:36 AM
rw-r--r--
📁
.cache
-
02/10/2020 06:35:11 AM
rwx------
📄
.cloud-locale-test.skip
0 bytes
02/10/2020 06:32:36 AM
rw-r--r--
📁
.gnupg
-
02/10/2020 06:35:10 AM
rwx------
📁
.local
-
02/10/2020 07:34:12 AM
rwxrwxr-x
📄
.mysql_history
1006 bytes
02/12/2020 09:43:53 AM
rw-------
📄
.profile
807 bytes
02/10/2020 06:32:36 AM
rw-r--r--
📄
.sudo_as_admin_successful
0 bytes
02/10/2020 06:56:40 AM
rw-r--r--
📄
.viminfo
1.11 KB
02/10/2020 02:57:22 PM
rw-------
Editing: .profile
Close
# ~/.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 # set PATH so it includes user's private bin if it exists if [ -d "$HOME/.local/bin" ] ; then PATH="$HOME/.local/bin:$PATH" fi