CN107038388B - Multi-user operating system running method and device and computer equipment - Google Patents

Multi-user operating system running method and device and computer equipment Download PDF

Info

Publication number
CN107038388B
CN107038388B CN201710100679.5A CN201710100679A CN107038388B CN 107038388 B CN107038388 B CN 107038388B CN 201710100679 A CN201710100679 A CN 201710100679A CN 107038388 B CN107038388 B CN 107038388B
Authority
CN
China
Prior art keywords
user
directory
user account
directory structure
application program
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
CN201710100679.5A
Other languages
Chinese (zh)
Other versions
CN107038388A (en
Inventor
张日和
董世绸
何水龙
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Ars Advanced River System Technology Co ltd
Original Assignee
Shenzhen Ars Advanced River System Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Ars Advanced River System Technology Co ltd filed Critical Shenzhen Ars Advanced River System Technology Co ltd
Priority to CN201710100679.5A priority Critical patent/CN107038388B/en
Publication of CN107038388A publication Critical patent/CN107038388A/en
Application granted granted Critical
Publication of CN107038388B publication Critical patent/CN107038388B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2141Access rights, e.g. capability lists, access control lists, access tables, access matrices

Abstract

The invention discloses a method for operating a multi-user network operating system, which comprises the following steps: a multi-user network operating system receives a user login request carrying a user account from a network; the multi-user network operating system responds to the user login request, and obtains a directory structure and a directory structure authority corresponding to the user account by utilizing file directory middleware matching; and displaying a directory structure corresponding to the user account according to the directory structure authority corresponding to the user account, and operating the directory structure to run the content under the directory structure when the user account accesses the directory structure. The invention also discloses a corresponding device and computer equipment. The invention makes all file resources of different users independent of users through the directory structure authority, and each user only carries out related operations on all file resources according to the directory structure authority.

Description

Multi-user operating system running method and device and computer equipment
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method and an apparatus for operating a multi-user operating system, and a computer device.
Background
Allowing multiple users to use the computer at the same time is known as a multi-user operating system.
At present, common multi-user operating systems include a Windows operating system and a Linux operating system, which are basically similar to a single-user operating system in use, wherein in a Windows series operating system, when multiple users operate, data (including a C disk, a D disk, an E disk, an F disk, and the like) on a hard disk can be accessed and shared by different users in most cases except for a part of specially-designed directories, and thus resource files on the hard disk can not be completely distinguished to belong to a certain user, or private file resources of a certain user (only the resource files on the C disk are distinguished under the user directory, but the resource files on the D disk, the E disk and the F disk are not too many distinguished, and all users can be basically shared); in the Linux operating system, the authority of each user is different, most directories and files on the hard disk have different user authorities, but under the condition of large data, all the users can read (cannot write, cannot execute and the like), and then when different users log in the Linux system, the directory structures and file lists of other users and the file contents (cannot be rewritten and can be rewritten if the users have writable authority) can still be seen.
In summary, in the existing multi-user operating system, no matter the Windows operating system or the Linux operating system, for the reading aspect, all file resources of different users do not have a strict permission difference except for the system disk, and are independent of the user. For example, it is currently not well implemented: the user a cannot view all file resources of the user B (unless the user B stores the file resources in the shared common directory), that is, all file resources of the user a can only be seen by the user a, and only the user a can perform operations such as modification and deletion, the user B cannot view any file resource of the user a (unless the user a puts the file resources in the shared common directory), and the user B cannot perform operations such as modification and deletion.
Disclosure of Invention
The technical problem to be solved by the present invention is to provide a method, an apparatus, and a computer device for operating a multi-user operating system, which can strictly distinguish related resources, each resource is independent of each user, and thus, the related resources under each user are better protected.
The technical scheme adopted by the invention for solving the problems is to provide a method for operating a multi-user network operating system, which comprises the following steps:
a multi-user network operating system receives a user login request carrying a user account from a network;
the multi-user network operating system responds to the user login request, and obtains a directory structure and a directory structure authority corresponding to the user account by utilizing file directory middleware matching;
and displaying a directory structure corresponding to the user account according to the directory structure authority corresponding to the user account, and operating the directory structure to run the content under the directory structure when the user account accesses the directory structure.
Wherein, still include:
when the user account accesses a public directory, the multi-user network operating system obtains a plurality of public directories and public directory authorities which can be accessed by different user accounts by using file directory middleware in a matching manner;
and displaying the public directory to the user account according to the public directory authority, and operating the public directory to run the content in the public directory.
Wherein the directory structure comprises a user directory and the directory structure permissions comprise user directory permissions;
the step of displaying the directory structure corresponding to the user account according to the directory structure authority corresponding to the user account, and operating the directory structure to run the content under the directory structure when the user account accesses the directory structure includes:
displaying the user directory corresponding to the user account according to the user directory authority corresponding to the user account;
when the user account accesses the user directory corresponding to the user account, loading a data file corresponding to the user directory to operate the user directory;
and the user account operates the user directory to run the content in the user directory.
Wherein the directory structure comprises an application directory and the directory structure permissions comprise application permissions;
the step of displaying the directory structure corresponding to the user account according to the directory structure authority corresponding to the user account, and operating the directory structure to run the content of the directory structure when the user account accesses the directory structure includes:
displaying the application program catalog corresponding to the user account according to the application program authority corresponding to the user account;
when the user account accesses the application program directory corresponding to the user account, loading a data file corresponding to the application program directory to operate the application program directory;
when the application program in the application program catalog needs to be used, the authority of the user account on the application program is checked;
and loading an application program instance corresponding to the application program according to the verification result so as to run the application program.
Wherein the user directory permissions comprise visible, readable, writable, or erasable; the application program authority includes whether the application program is authorized to use, whether the application program is authorized to start, whether the application program is authorized to stop or whether the application program is authorized to pause.
In order to solve the above problem, another technical solution adopted by the present invention is to provide a computer device for running a multi-user network operating system, including a communication circuit and a processing circuit;
the communication circuit is used for receiving a user login request carrying a user account from a network;
the processing circuit is configured to perform the following actions:
responding to the user login request, and obtaining a directory structure and a directory structure authority corresponding to the user account by utilizing file directory middleware matching;
and displaying a directory structure corresponding to the user account according to the directory structure authority corresponding to the user account, and operating the directory structure to run the content under the directory structure when the user account accesses the directory structure.
Wherein the processing circuit is further configured to perform the following actions in sequence:
when the user account accesses a public directory, the multi-user network operating system obtains a plurality of public directories and public directory authorities which can be accessed by different user accounts by using file directory middleware in a matching manner;
and displaying the public directory to the user account according to the public directory authority, and operating the public directory to run the content in the public directory.
Wherein the directory structure comprises a user directory and the directory structure permissions comprise user directory permissions;
the processing circuit specifically performs the following actions:
displaying the user directory corresponding to the user account according to the user directory authority corresponding to the user account;
when the user account accesses the user directory corresponding to the user account, loading a data file corresponding to the user directory to operate the user directory;
and the user account operates the user directory to run the content in the user directory.
Wherein the directory structure comprises an application directory and the directory structure permissions comprise application permissions;
the processing circuit specifically performs the following actions:
displaying the application program catalog corresponding to the user account according to the application program authority corresponding to the user account;
when the user account accesses the application program directory corresponding to the user account, loading a data file corresponding to the application program directory to operate the application program directory;
when the application program in the application program catalog needs to be used, the authority of the user account on the application program is checked;
and loading an application program instance corresponding to the application program according to the verification result so as to run the application program.
In order to solve the above problem, another technical solution adopted by the present invention is to provide a multi-user network operating system operating apparatus, including:
the login module is used for receiving a user login request carrying a user account from a network based on a multi-user network operating system;
the matching module is used for responding to the user login request based on the multi-user network operating system and obtaining a directory structure and a directory structure authority corresponding to the user account by utilizing file directory middleware in a matching mode;
and the operation module is used for displaying the directory structure corresponding to the user account according to the directory structure authority corresponding to the user account, and operating the directory structure to run the content under the directory structure when the user account accesses the directory structure.
The invention has the following beneficial effects: and matching the directory structure and the directory structure authority of the user account through the file directory middleware, further enabling all file resources of different users to be independent of the users through the directory structure authority, and only carrying out related operation on all file resources of each user according to the directory structure authority. Meanwhile, the application program is operated by checking the authority of different users to the application program, the same application program does not need to be installed on a multi-user operating system by different user accounts, and the application program can be used according to the authority of the application program.
Drawings
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in further detail below with reference to the accompanying drawings and embodiments, wherein:
FIG. 1 is a flow chart of a first embodiment of a method for operating a multi-user network operating system of the present invention;
FIG. 2 is a schematic diagram within the multi-user network operating system of the present invention;
FIG. 3 is a flow chart of a second embodiment of a method for operating a multi-user network operating system of the present invention;
FIG. 4 is a schematic block diagram of an embodiment of a computer apparatus of the present invention;
FIG. 5 is a block diagram of an embodiment of the multi-user network operating system of the present invention.
Detailed Description
It should be understood that the detailed description and specific examples, while indicating the invention, are intended for purposes of illustration only and are not intended to limit the scope of the invention.
As shown in fig. 1, it is a flowchart of a first embodiment of the method for operating a multi-user network operating system of the present invention, and includes the following steps:
step S102: a multi-user network operating system receives a user login request carrying a user account from a network;
and if the user A needs to log in the multi-user network operating system, sending a login request to the system through the network, wherein the login request comprises a user account of the user A.
Step S104: the multi-user network operating system responds to the user login request, and obtains a directory structure and a directory structure authority corresponding to the user account by utilizing file directory middleware matching;
and when the multi-user network operating system receives the login request, searching whether a user account of the user A exists in a database of the multi-user network operating system, responding to the login request when the user account of the user A exists, and further logging in the multi-user network operating system after the password of the user A is verified. At this time, the file directory middleware of the multi-user network operating system performs mapping conversion on the directory structure and the directory structure permission of the user account of the user a in the multi-user network system according to the login request so as to obtain the directory structure and the directory structure permission corresponding to the user account of the user a in a matching manner, for example, the middleware such as SESSION and the like is adopted to perform mapping conversion on the directory structure and the directory structure permission in the multi-user network system so as to obtain the directory structure and the directory structure permission in a matching manner.
Fig. 2 is a schematic diagram of the multi-user network operating system of the present invention, in which directory structures of user accounts of different users are shown in the layer, and a specific directory and a corresponding data file or configuration file under the directory structures of the user accounts of different users are stored in the system layer, as well as a configuration file of the multi-user network operating system under the system directory.
In one embodiment of the present invention, as shown in fig. 2, the directory structure includes a user directory, and accordingly, the directory structure rights include user directory rights. The user directories are stored in folders of a system layer of the multi-user network operating system and comprise a plurality of directories, and the user directories of different users are stored in different folders of the system layer. The user directory authority comprises visible, readable, writable or erasable operation authority, and the user can perform related operation on the directory of the user directory and the content corresponding to the directory according to the user directory authority, wherein the user directory authority is preset by an administrator user of the multi-user network operating system when establishing a user account of the user on the multi-user network operating system.
In one embodiment of the present invention, as shown in fig. 2, the directory structure includes an application directory, and accordingly, the directory structure rights include application rights. The application directory is stored in a folder of a system layer of the multi-user network operating system, and includes a plurality of applications, such as Microsoft Office, IE browser, QQ, etc., and the application directories of different users are stored in the same folder of the system layer, that is, all the applications installed in the multi-user network operating system are in the same folder. The application program authority comprises whether the user has the right to use, the right to start, the right to stop or the right to suspend all or part of functions, the user can perform related operations on the application program of the application program directory according to the application program authority, and the application program authority is determined according to the functions and the file directory which can be operated by the application program on the multi-user network operating system and the network environment where the user logs in the multi-user network operating system.
Step S106: and displaying a directory structure corresponding to the user account according to the directory structure authority corresponding to the user account, and operating the directory structure to run the content under the directory structure when the user account accesses the directory structure.
After the directory structure authority corresponding to the user account is obtained through matching, the directory structure corresponding to the user account is displayed to the user a according to the directory structure authority, as shown in fig. 2, the multi-user network operating system can display the directory structure of the user a in the display layer of the multi-user network operating system through an external display device or a mobile terminal, and the user a can access the directory structure.
In an embodiment of the present invention, the directory structure includes a user directory, and the directory structure authority includes a user directory authority, in this case, step S106 specifically includes: displaying the user directory corresponding to the user account according to the user directory authority corresponding to the user account; when the user account accesses the user directory corresponding to the user account, loading a data file corresponding to the user directory to operate the user directory; and the user account operates the user directory to run the content in the user directory.
In an embodiment of the present invention, the directory structure includes an application directory, and the directory structure permission includes an application permission, in this case, step S106 specifically includes: displaying the application program catalog corresponding to the user account according to the application program authority corresponding to the user account; when the user account accesses the application program directory corresponding to the user account, loading a data file corresponding to the application program directory to operate the application program directory; when the application program in the application program catalog needs to be used, the authority of the user account on the application program is checked; and loading an application program instance corresponding to the application program according to the verification result so as to run the application program. Because the application program directories of different users are stored in the same folder of the system layer, when the application programs in the application program directories are used, the authority of the user accounts on the application programs is checked, and then the application program examples are loaded according to the check result to run the application programs, so that the application programs can be used according to the application program authority without installing the same application program in different user accounts.
As shown in fig. 3, it is a flowchart of a second embodiment of the method for operating a multi-user network operating system according to the present invention, and the present embodiment is different from the first embodiment in that the method further includes the following steps:
step S108: when the user account accesses a public directory, the multi-user network operating system obtains a plurality of public directories and public directory authorities which can be accessed by different user accounts by using file directory middleware in a matching manner;
as shown in fig. 2, when different users log in the multi-user network operating system, they can see the public directory, which is used for file sharing by different users, and correspondingly, the public directory authority includes visible, readable, writable, and deletable operation authorities, that is, the public directory authority includes all operation authorities, and different users can access the public directory.
Step S110: and displaying the public directory to the user account according to the public directory authority, and operating the public directory to run the content in the public directory.
After the public directory is displayed to the user account of the user a, the user a can perform related operations on the public directory according to the public directory authority, for example, perform readable operations on a certain content in the public directory, and then the multi-user network operating system displays the content, thereby operating the content in the public directory.
In the invention, the file directory middleware is matched with the directory structure and the directory structure authority of the user account, so that all file resources of different users are independent of the users through the directory structure authority, and each user only carries out related operation on all the file resources according to the directory structure authority. Meanwhile, the application program is operated by checking the authority of different users to the application program, the same application program does not need to be installed on a multi-user operating system by different user accounts, and the application program can be used according to the authority of the application program. In addition, different users can share files through the public directory, and all operation authorities are shared by the public directory.
Fig. 4 is a schematic structural diagram of an embodiment of a computer device, which is used for installing the above method to run a multi-user network operating system, and includes a communication circuit 110 and a processing circuit 120, wherein the communication circuit 110 is connected with the processing circuit 120.
The communication circuit 110 is configured to receive a user login request carrying a user account from a network;
the processing circuit 120 is configured to perform the following actions:
responding to the user login request, obtaining a directory structure and a directory structure authority corresponding to the user account by utilizing file directory middleware matching, showing the directory structure corresponding to the user account according to the directory structure authority corresponding to the user account, and operating the directory structure to run the content under the directory structure when the user account accesses the directory structure.
In the embodiment of the present invention, the processing circuit 120 may be a CPU or other circuit composed of a processing chip.
Depending on the directory structure and its rights, the processing circuitry 120 may perform different actions to operate on the directory structure to run the content under the directory structure. In an embodiment of the present invention, the directory structure includes a user directory, the directory structure authority includes a user directory authority, and the processing circuit 120 specifically executes the following actions: displaying the user directory corresponding to the user account according to the user directory authority corresponding to the user account; when the user account accesses the user directory corresponding to the user account, loading a data file corresponding to the user directory to operate the user directory; and the user account operates the user directory to run the content in the user directory.
In an embodiment of the present invention, the directory structure includes an application directory, the directory structure authority includes an application directory authority, and the processing circuit 120 specifically executes the following actions: displaying the application program catalog corresponding to the user account according to the application program authority corresponding to the user account; when the user account accesses the application program directory corresponding to the user account, loading a data file corresponding to the application program directory to operate the application program directory; when the application program in the application program catalog needs to be used, the authority of the user account on the application program is checked; and loading an application program instance corresponding to the application program according to the verification result so as to run the application program.
In another embodiment of the present invention, the processing circuit 120 is further configured to perform the following actions in sequence: when the user account accesses a public directory, the multi-user network operating system obtains a plurality of public directories and public directory authorities which can be accessed by different user accounts by using file directory middleware in a matching manner; and displaying the public directory to the user account according to the public directory authority, and operating the public directory to run the content under the public directory. The multi-user network operating system allows different users to share files through a public directory, and each user has all operation rights to the public directory.
Fig. 5 is a schematic structural diagram of an embodiment of a multi-user network operating system running apparatus 200 according to the present invention, where the running apparatus 200 includes a login module 210, a matching module 220, and an operation module 230, and the login module 210, the matching module 220, and the operation module 230 are connected in sequence.
The login module 210 is configured to receive a user login request carrying a user account from a network based on a multi-user network operating system;
the matching module 220 is configured to respond to the user login request based on the multi-user network operating system, and obtain a directory structure and a directory structure permission corresponding to the user account by using file directory middleware;
the operation module 230 is configured to display a directory structure corresponding to the user account according to the directory structure authority corresponding to the user account, and operate the directory structure when the user account accesses the directory structure to run content under the directory structure.
The above description is only for the preferred embodiment of the present invention, but the scope of the present invention is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present invention are included in the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (8)

1. A multi-user network operating system running method is characterized by comprising the following steps:
a multi-user network operating system receives a user login request carrying a user account from a network;
the multi-user network operating system responds to the user login request, and obtains a directory structure and a directory structure authority corresponding to the user account by utilizing file directory middleware matching; when the multi-user network operating system receives the login request, whether an account of the user exists or not is searched in a database of the multi-user network operating system, the login request is responded when the account of the user exists, and the user logs in the multi-user network operating system after password verification;
displaying a directory structure corresponding to the user account according to the directory structure authority corresponding to the user account, and operating the directory structure to run content under the directory structure when the user account accesses the directory structure;
when the user account accesses a public directory, the multi-user network operating system obtains a plurality of public directories and public directory authorities which can be accessed by different user accounts by using file directory middleware in a matching manner;
and displaying the public directory to the user account according to the public directory authority, and operating the public directory to run the content in the public directory.
2. The operating method as claimed in claim 1,
the directory structure comprises a user directory and the directory structure permissions comprise user directory permissions;
the step of displaying the directory structure corresponding to the user account according to the directory structure authority corresponding to the user account, and operating the directory structure to run the content under the directory structure when the user account accesses the directory structure includes:
displaying the user directory corresponding to the user account according to the user directory authority corresponding to the user account;
when the user account accesses the user directory corresponding to the user account, loading a data file corresponding to the user directory to operate the user directory;
and the user account operates the user directory to run the content in the user directory.
3. The operating method as claimed in claim 1,
the directory structure comprises an application directory and the directory structure permissions comprise application permissions;
the step of displaying the directory structure corresponding to the user account according to the directory structure authority corresponding to the user account, and operating the directory structure to run the content of the directory structure when the user account accesses the directory structure includes:
displaying the application program catalog corresponding to the user account according to the application program authority corresponding to the user account;
when the user account accesses the application program directory corresponding to the user account, loading a data file corresponding to the application program directory to operate the application program directory;
when the application program in the application program catalog needs to be used, the authority of the user account on the application program is checked;
and loading an application program instance corresponding to the application program according to the verification result so as to run the application program.
4. A method of operation as claimed in claim 2 or 3, wherein the user directory rights include visible, readable, writable or erasable; application permissions include whether it is authorized to use, whether it is authorized to start, whether it is authorized to stop, or whether it is authorized to pause.
5. A computer device for running a multi-user network operating system, comprising communication circuitry and processing circuitry;
the communication circuit is used for receiving a user login request carrying a user account from a network;
the processing circuit is configured to perform the following actions:
responding to the user login request, and obtaining a directory structure and a directory structure authority corresponding to the user account by utilizing file directory middleware matching; when the login request is received, whether an account of the user exists or not is searched in a database of the multi-user network operating system, the login request is responded when the account of the user exists, and the user logs in the multi-user network operating system after password verification;
displaying a directory structure corresponding to the user account according to the directory structure authority corresponding to the user account, and operating the directory structure to run content under the directory structure when the user account accesses the directory structure;
when the user account accesses a public directory, the multi-user network operating system obtains a plurality of public directories and public directory authorities which can be accessed by different user accounts by using file directory middleware in a matching manner;
and displaying the public directory to the user account according to the public directory authority, and operating the public directory to run the content in the public directory.
6. The apparatus of claim 5,
the directory structure comprises a user directory and the directory structure permissions comprise user directory permissions;
the processing circuit specifically performs the following actions:
displaying the user directory corresponding to the user account according to the user directory authority corresponding to the user account;
when the user account accesses the user directory corresponding to the user account, loading a data file corresponding to the user directory to operate the user directory;
and the user account operates the user directory to run the content in the user directory.
7. The apparatus of claim 5,
the directory structure comprises an application directory and the directory structure permissions comprise application permissions;
the processing circuit specifically performs the following actions:
displaying the application program catalog corresponding to the user account according to the application program authority corresponding to the user account;
when the user account accesses the application program directory corresponding to the user account, loading a data file corresponding to the application program directory to operate the application program directory;
when the application program in the application program catalog needs to be used, the authority of the user account on the application program is checked;
and loading an application program instance corresponding to the application program according to the verification result so as to run the application program.
8. A multi-user network operating system execution apparatus, comprising:
the login module is used for receiving a user login request carrying a user account from a network based on a multi-user network operating system;
the matching module is used for responding to the user login request based on the multi-user network operating system and obtaining a directory structure and a directory structure authority corresponding to the user account by utilizing file directory middleware in a matching mode; when the login request is received, whether an account of the user exists or not is searched in a database of the multi-user network operating system, the login request is responded when the account of the user exists, and the user logs in the multi-user network operating system after password verification;
the operation module is used for showing a directory structure corresponding to the user account according to the directory structure authority corresponding to the user account, and operating the directory structure to run the content under the directory structure when the user account accesses the directory structure;
when the user account accesses the public directory, the matching module obtains a plurality of public directories and public directory authorities which can be accessed by different user accounts by using file directory middleware in a matching mode;
and the operation module displays the public directory to the user account according to the public directory authority, and operates the public directory to run the content under the public directory.
CN201710100679.5A 2017-02-23 2017-02-23 Multi-user operating system running method and device and computer equipment Expired - Fee Related CN107038388B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710100679.5A CN107038388B (en) 2017-02-23 2017-02-23 Multi-user operating system running method and device and computer equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710100679.5A CN107038388B (en) 2017-02-23 2017-02-23 Multi-user operating system running method and device and computer equipment

Publications (2)

Publication Number Publication Date
CN107038388A CN107038388A (en) 2017-08-11
CN107038388B true CN107038388B (en) 2021-03-05

Family

ID=59533561

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710100679.5A Expired - Fee Related CN107038388B (en) 2017-02-23 2017-02-23 Multi-user operating system running method and device and computer equipment

Country Status (1)

Country Link
CN (1) CN107038388B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109800561B (en) * 2018-12-29 2021-10-22 360企业安全技术(珠海)有限公司 Drive authority control method, client, system and storage medium
CN111522560A (en) * 2020-04-21 2020-08-11 北京三快在线科技有限公司 Software installation method and device, storage medium and electronic equipment

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1984402A (en) * 2006-04-06 2007-06-20 华为技术有限公司 Method and device for managing multi-users of mobile terminal
CN104683320A (en) * 2013-12-03 2015-06-03 中兴通讯股份有限公司 Home network multimedia content sharing access control method and device

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101714172B (en) * 2009-11-13 2012-03-21 华中科技大学 Search method of index structure supporting access control
GB2498139B (en) * 2010-10-29 2017-01-11 Ibm Method, secure device, system and computer program product for securely managing user access to a file system
CN103530568B (en) * 2012-07-02 2016-01-20 阿里巴巴集团控股有限公司 Authority control method, Apparatus and system
CN104539659B (en) * 2014-12-09 2018-06-08 华迪计算机集团有限公司 Multi-user's exchange files sharing method and device based on NAS storages

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1984402A (en) * 2006-04-06 2007-06-20 华为技术有限公司 Method and device for managing multi-users of mobile terminal
CN104683320A (en) * 2013-12-03 2015-06-03 中兴通讯股份有限公司 Home network multimedia content sharing access control method and device

Also Published As

Publication number Publication date
CN107038388A (en) 2017-08-11

Similar Documents

Publication Publication Date Title
AU2013209946B2 (en) File system access for one or more sandboxed applications
US9530020B2 (en) Use of freeform metadata for access control
AU2017251702B2 (en) Use of freeform metadata for access control
CN111695156A (en) Service platform access method, device, equipment and storage medium
JP5611598B2 (en) Encryption key container on USB token
US9177129B2 (en) Devices, systems, and methods for monitoring and asserting trust level using persistent trust log
US20130031602A1 (en) Thin client system, and access control method and access control program for thin client system
CN107077403B (en) Backup server, method and computer program product for user authorization
US20140207824A1 (en) Access controls on the use of freeform metadata
US20200257576A1 (en) Verifying transfer of detected sensitive data
CN103677935A (en) Installation and control method, system and device for application programs
JP2016528841A (en) System and method for identifying compromised private keys
CN109726041B (en) Method, apparatus and computer readable medium for restoring files in a virtual machine disk
US10958687B2 (en) Generating false data for suspicious users
US9262646B1 (en) Systems and methods for managing web browser histories
CN108205619B (en) Multi-user management method and device based on android system
CN107729768B (en) Page display method and device, intelligent panel and storage medium
US20220229900A1 (en) Security system and method
CN107038388B (en) Multi-user operating system running method and device and computer equipment
US11017084B2 (en) Detection of malicious code fragments via data-flow isolation
US11941264B2 (en) Data storage apparatus with variable computer file system
CN111324799B (en) Search request processing method and device
EP3136278B1 (en) Dynamically loaded code analysis device, dynamically loaded code analysis method, and dynamically loaded code analysis program
US10101912B2 (en) Automated home memory cloud with key authenticator
CN115270110B (en) Account inspection method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20210305

CF01 Termination of patent right due to non-payment of annual fee