Tag: operating systems
Questions Related to operating systems
-
/
-
/root/
-
/root/Desktop
-
/root/Desktop/abc
-
/usr/bin
-
/etc/passwd
-
/sbin/passwd
-
/root/Desktop
-
Find-name /etc
-
Find/-name passwd
-
Find -uid root -gid root -name passwd
-
Find passwd
-
/etc/grp
-
/etc/groups
-
/etc/group
-
/usr/bin/group
-
/etc/test vi
-
vi /etc/test
-
edit /etc/test
-
None of these
-
$ ln -s /etc/test test
-
$ ln -softlink /etc/test test
-
$ ln /etc/test test
-
$ ln -slink /etc/test test
-
It shows the first 20 lines
-
It shows the first 10 lines
-
It shows the first 50 lines
-
It shows the first 5 lines