Search Results

Search: Posts Made By: hartz
Forum: Linux 10-08-2011
2,197
Posted By hartz
Are you sure that someone (you?) did log in into...
Are you sure that someone (you?) did log in into the Linux computer from another computer?

"last -i" shows ALL logins, from anywhere.

"last -i | grep 192" will filter the output from last -i...
1,240
Posted By hartz
To parse the file as a sed script, it needs to...
To parse the file as a sed script, it needs to not contain the "sed " commands.

To use this method, first create a sed script file from those lines using

sed 's/sed //' < oldscript...
Forum: Solaris 09-26-2011
4,968
Posted By hartz
The errors shown below are all relating to either...
The errors shown below are all relating to either SB0 or IB6. What is your system configuration?

The system built-in diagnostics depends highly on the firmware version - the newer, the better. ...
1,580
Posted By hartz
echo Please Enter COMMAND and FILE: read choice...
echo Please Enter COMMAND and FILE:
read choice choice2
if [ "$choice" = "list" ]
then
ls $choice2
fi
---------- Post updated at 05:35 AM ---------- Previous update was at 05:32 AM...
Showing results 1 to 4 of 4

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