OXIESEC PANEL
- Current Dir:
/
/
snap
/
core
/
17210
/
etc
/
default
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/02/2024 07:52:55 PM
rwxr-xr-x
📄
bridge-utils
125 bytes
08/20/2015 04:51:09 PM
rw-r--r--
📄
console-setup
285 bytes
10/02/2024 07:50:49 PM
rw-r--r--
📄
crda
549 bytes
08/23/2014 06:22:23 AM
rw-r--r--
📄
cron
183 bytes
05/10/2022 10:15:22 PM
rw-r--r--
📄
dbus
297 bytes
10/07/2019 11:29:04 AM
rw-r--r--
📄
devpts
92 bytes
01/19/2016 06:33:50 PM
rw-r--r--
📁
grub.d
-
10/02/2024 07:52:50 PM
rwxr-xr-x
📄
halt
86 bytes
01/19/2016 06:33:50 PM
rw-r--r--
📄
keyboard
150 bytes
10/02/2024 07:50:42 PM
rw-r--r--
📄
locale
15 bytes
10/02/2024 07:51:09 PM
rw-r--r--
📄
motd-news.wasremoved
0 bytes
10/02/2024 07:49:58 PM
rw-r--r--
📄
networking
306 bytes
11/30/2016 05:15:30 PM
rw-r--r--
📄
nss
1.71 KB
04/14/2016 12:00:00 AM
rw-r--r--
📄
rcS
620 bytes
02/04/2016 09:27:42 PM
rw-r--r--
📄
rsyslog
124 bytes
01/27/2016 10:42:48 PM
rw-r--r--
📄
ssh
133 bytes
05/13/2020 02:12:28 PM
rw-r--r--
📄
swapfile
34 bytes
10/02/2024 07:41:37 PM
rw-r--r--
📄
ubuntu-fan
1.38 KB
10/28/2016 03:24:40 PM
rw-r--r--
📄
useradd
1.09 KB
03/29/2016 09:25:04 AM
rw-r--r--
Editing: useradd
Close
# Default values for useradd(8) # # The SHELL variable specifies the default login shell on your # system. # Similar to DHSELL in adduser. However, we use "sh" here because # useradd is a low level utility and should be as general # as possible SHELL=/bin/sh # # The default group for users # 100=users on Debian systems # Same as USERS_GID in adduser # This argument is used when the -n flag is specified. # The default behavior (when -n and -g are not specified) is to create a # primary user group with the same name as the user being added to the # system. # GROUP=100 # # The default home directory. Same as DHOME for adduser # HOME=/home # # The number of days after a password expires until the account # is permanently disabled # INACTIVE=-1 # # The default expire date # EXPIRE= # # The SKEL variable specifies the directory containing "skeletal" user # files; in other words, files such as a sample .profile that will be # copied to the new user's home directory when it is created. # SKEL=/etc/skel # # Defines whether the mail spool should be created while # creating the account # CREATE_MAIL_SPOOL=yes