Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/./../app/.././../../finland.picotech.app/public_html/storage/../vendor/./phpoption/../laravel/../nikic/../telnyx/../unicodeveloper/../league/../spatie/../vonage/../authorizenet/./../phenx/../composer/../nesbot/../plivo/../../.git/objects/f2/../48/../23/../7f/./../1f/../05/../54/../18/../af/../49/../././8a/../bb/../e8/../61/../ef/../c4/../6f/../b4/../ef/../5d/../1b/../cc/../85/../f1/../d3/../26/./../fb/../44/../46/../6b/../ff/../8d/../e1/../dc/../d2/../b9/../86/../28/../a2/../2b/../2a/../b9/../1b/../91/../3b/../6f/../e4/../b6/../2b/./../58/../fe/../eb/../f0/../ad/../5d/../73/../16/../0c/../3a/../9d/../b8/../27/../7d/../73/../1f/../e7/../pack/../21/../6a/../d4/./../b8/../bc/../2a/../fd/.././28/../8b/../9d/../71/../../../../../..
الملفات الموجودة في هذا الـ Path:
.
..
.awstats-htpasswd
.bash_history
.bash_logout
.bashrc
.cache
.config
.gitconfig
.lesshst
.local
.npm
.nvm
.profile
.rnd
.selected_editor
.ssh
.usermin
Maildir
actions-runner
awstats
bin
cgi-bin
domains
etc
homes
logs
public_html
tmp
virtualmin-backup

مشاهدة ملف: .profile

# ~/.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