Search Results

Search: Posts Made By: epdgesell
44,893
Posted By epdgesell
who /var/adm/wtmp This shows the successful...
who /var/adm/wtmp

This shows the successful logins, time, and ip of all users to your system. There is also a failed login file that can be accessed from:

who /etc/security/failedlogin
2,996
Posted By epdgesell
#!/bin/csh if ($1 != 0) then set count =...
#!/bin/csh

if ($1 != 0) then
set count = 0
while ($count < $1)
echo $count
set count = `expr $count + 1`
end
endif
2,534
Posted By epdgesell
This all depends on what you want to do. If you...
This all depends on what you want to do. If you want large scale, multi-user dependability you will want to use unix. If you want an alternative to Windows that will give you multi-users and stable...
24,977
Posted By epdgesell
I use an AIX 4.3.3 box. root can only log in from...
I use an AIX 4.3.3 box. root can only log in from the terminal.
The only way to get to root remotely is to log in using my id and su root. No other person can su root or log in to root remotely....
24,977
Posted By epdgesell
Configuring su for a user depends on the...
Configuring su for a user depends on the operating system. If you are using AIX these rights can be removed using smit. If you are using another system search the companies website for user...
2,424
Posted By epdgesell
Just make sure you move backwards from the...
Just make sure you move backwards from the hightst number to the lowest. If you change 1 to 2 before changing 2 to 3 all three files will have the same data.
2,764
Posted By epdgesell
try this: find / -name tppfis59r_[000-999]_job ...
try this:
find / -name tppfis59r_[000-999]_job

this should return all files that are numeric within the brackets only. if this doesn't worl try [0-999].
24,977
Posted By epdgesell
Most System Admins will revoke users permissions...
Most System Admins will revoke users permissions to su to another user. If you are root you should never receive this error message.

If you are logged in as yourself and you type: su username
...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 02:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy