Tag: operating systems
Questions Related to operating systems
-
Korn
-
Bash
-
Bourne
-
None of these
-
aaagggccc/g/b
-
aaabbbccc
-
aaabggccc
-
a/g/b
-
It looks for the all the abc strings in line 3 and replaces them to xyz.
-
It looks for the first abc string in the first 3 lines and replaces to xyz.
-
It looks for the first abc string in line 3 and replaces to xyz.
-
It looks for the first 3 abc string in the file and replaces them to xyz.
-
CTRL-E
-
CTRL-C
-
CTRL-D
-
CTRL-I
-
find ./ -type file -user foo
-
find ./ -type f -owner foo
-
find ./ -type f -o foo
-
find ./ -type f -user foo
-
mntsmb -s //jupiter/data /mnt/Data
-
mount -t smbfs /mnt/Data //jupiter/data
-
mount -t smbfs //jupiter/data /mnt/Data
-
smbfs -mount //jupiter/data /mnt/Data