Text only
|
Text with Images
Cobra Forum
Linux => General Commands => Topic started by: pathra on Jul 31, 2023, 02:58 PM
Title:
command: cat
Post by:
pathra
on
Jul 31, 2023, 02:58 PM
show the contents of /etc/passwd while searching for the user 'rob'
Code:
[root@server ~]# cat /etc/passwd|grep rob
rob:x:500:500::/home/rob:/bin/bash
Text only
|
Text with Images