Tag: operating systems
Questions Related to operating systems
-
tee
-
> (Redirection operator)
-
Redirection operator (>) and Standard Ouput ($1)
-
All
-
du | sort -r | head -5
-
du | sort -nr | head -5
-
du | sort -n | head -5
-
du
-
$$
-
$
-
Process ID of the current session.
-
Process ID of the parent session
-
ls -ltr *.zip
-
ls -ltr | grep "zip$"
-
1 and 2
-
None
-
echo "Today is date +%y%m%d
"
-
1 and 2
-
echo Today is date +%y%m%d
-
None
-
ps -ef | grep argon
-
ps -ef | grep "argon"
-
1 and 2
-
None
-
ps
-
kill PID
-
kill ps
-
kill -9 "PID"
-
cat /proc/meminfo
-
vmstat
-
vmstat -f
-
ls